aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c
Commit message (Collapse)AuthorAge
* ar71xx: drop targetAdrian Schmutzler2020-08-30
| | | | | | | | | | This target has been mostly replaced by ath79 and won't be included in the upcoming release anymore. Finally put it to rest. This also removes all references in packages, tools, etc. as well as the uboot-ar71xx and vsc73x5-ucode packages. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* ar71xx: ar934x_nfc: fix memory initialization bugGabor Juhos2014-03-12
| | | | | | | | | | | sizeof(array_from_function_definition) gives back the size of the pointer. sizeof(type) * array_size should be used in memset. Signed-off-by: David Völgyes <david.volgyes@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4950/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39890
* ar71xx: add ath79_nfc_set_ecc_mode helperGabor Juhos2013-09-19
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38070
* ar71xx: allow to register the NAND flash controller on the QCA955xGabor Juhos2013-01-01
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34945
* ar71xx: ar934x_nfc: allow to control DMA data swap via platform dataGabor Juhos2012-12-10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34588
* ar71xx: add device registration code for the AR934x NAND flash controllerGabor Juhos2012-09-13
SVN-Revision: 33387