diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-10 10:38:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-10 10:38:07 +0000 |
commit | 1f7ae58a2cbc10085b907db5ddb0f744555c5967 (patch) | |
tree | 9bbb8e03cef322cdf2fce87e1cb06bb16398fdd0 /target/linux/ar71xx/patches-3.6 | |
parent | a07ddb955f5a26143d6083ac6c4e85798c76328b (diff) | |
download | upstream-1f7ae58a2cbc10085b907db5ddb0f744555c5967.tar.gz upstream-1f7ae58a2cbc10085b907db5ddb0f744555c5967.tar.bz2 upstream-1f7ae58a2cbc10085b907db5ddb0f744555c5967.zip |
ar71xx: ar934x_nfc: allow to control DMA data swap via platform data
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34588
Diffstat (limited to 'target/linux/ar71xx/patches-3.6')
-rw-r--r-- | target/linux/ar71xx/patches-3.6/a05-ar934x_nfc-add-buffer-verification.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.6/a05-ar934x_nfc-add-buffer-verification.patch b/target/linux/ar71xx/patches-3.6/a05-ar934x_nfc-add-buffer-verification.patch index 55c9da119e..e83c666343 100644 --- a/target/linux/ar71xx/patches-3.6/a05-ar934x_nfc-add-buffer-verification.patch +++ b/target/linux/ar71xx/patches-3.6/a05-ar934x_nfc-add-buffer-verification.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/nand/ar934x_nfc.c +++ b/drivers/mtd/nand/ar934x_nfc.c -@@ -762,6 +762,18 @@ ar934x_nfc_read_buf(struct mtd_info *mtd +@@ -786,6 +786,18 @@ ar934x_nfc_read_buf(struct mtd_info *mtd nfc->buf_index = buf_index; } @@ -19,7 +19,7 @@ static void ar934x_nfc_hw_init(struct ar934x_nfc *nfc) { -@@ -1047,6 +1059,7 @@ ar934x_nfc_probe(struct platform_device +@@ -1072,6 +1084,7 @@ ar934x_nfc_probe(struct platform_device nand->read_byte = ar934x_nfc_read_byte; nand->write_buf = ar934x_nfc_write_buf; nand->read_buf = ar934x_nfc_read_buf; |