From c586ec0f293f11996e442886b5767c697b87f728 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 10 Dec 2012 10:38:07 +0000 Subject: ar71xx: ar934x_nfc: allow to control DMA data swap via platform data Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34588 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/dev-nfc.c') 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 f330395fe..6155f70fb 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; -- cgit v1.2.3