commit | 55765b1842e7dcf22efa8d973c7d1b7498dd99fa | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Tue Mar 24 17:54:20 2015 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Mon Mar 30 23:35:27 2015 -0500 |
tree | 96cc085e626992ca56946b5f95ca153d832ddfb9 | |
parent | 7653fc288a964ce5bb0cff9176444260731d0f90 [diff] |
mtd: vf610_nfc: specify transfer size before each transfer Testing showed, that commands like STATUS made the buffer dirty when executed with NFC_SECSZ set to the page size. It looks like the controller transfers bogus data when this register is configured. When setting it to 0, the buffer does not get altered while the status command still seems to work flawless. Signed-off-by: Stefan Agner <stefan@agner.ch>