aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-10 10:38:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-10 10:38:07 +0000
commit4c8c0b062c03af2bd691bea1338e1bbbf686553a (patch)
tree86d51c817eeda7e208ecfd65f62ee39d87c3058a /target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c
parent03819fd978bd765144bf0cdd4b8be932a763639f (diff)
downloadmaster-187ad058-4c8c0b062c03af2bd691bea1338e1bbbf686553a.tar.gz
master-187ad058-4c8c0b062c03af2bd691bea1338e1bbbf686553a.tar.bz2
master-187ad058-4c8c0b062c03af2bd691bea1338e1bbbf686553a.zip
ar71xx: ar934x_nfc: allow to control DMA data swap via platform data
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34588 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c b/target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c
index f330395fe2..6155f70fba 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c
@@ -80,6 +80,11 @@ void __init ath79_nfc_set_scan_fixup(int (*f)(struct mtd_info *mtd))
ath79_nfc_data.scan_fixup = f;
}
+void __init ath79_nfc_set_swap_dma(bool enable)
+{
+ ath79_nfc_data.swap_dma = enable;
+}
+
void __init ath79_nfc_set_parts(struct mtd_partition *parts, int nr_parts)
{
ath79_nfc_data.parts = parts;