* [PATCH] mtd: mxc_nand: Add mx53 NFC driver support
@ 2011-08-12 7:07 Jason Liu
0 siblings, 0 replies; 3+ messages in thread
From: Jason Liu @ 2011-08-12 7:07 UTC (permalink / raw)
To: linux-arm-kernel
This has already been tested with Samsung NAND: K9LAG08U0M
on MX53EVK board, ubi/ubifs has already been tested OK too.
Signed-off-by: Jason Liu <jason.hui@linaro.org>
---
drivers/mtd/nand/mxc_nand.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index 90df34c..a3f1b50 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -41,7 +41,7 @@
#define nfc_is_v21() (cpu_is_mx25() || cpu_is_mx35())
#define nfc_is_v1() (cpu_is_mx31() || cpu_is_mx27() || cpu_is_mx21())
-#define nfc_is_v3_2() cpu_is_mx51()
+#define nfc_is_v3_2() (cpu_is_mx51() || cpu_is_mx53())
#define nfc_is_v3() nfc_is_v3_2()
/* Addresses for NFC registers */
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] mtd: mxc_nand: Add mx53 NFC driver support
@ 2011-08-22 6:13 Jason Liu
2011-08-22 6:34 ` Artem Bityutskiy
0 siblings, 1 reply; 3+ messages in thread
From: Jason Liu @ 2011-08-22 6:13 UTC (permalink / raw)
To: linux-arm-kernel
This has already been tested with Samsung NAND: K9LAG08U0M
on MX53EVK board, ubi/ubifs has already been tested OK too.
Signed-off-by: Jason Liu <jason.hui@linaro.org>
---
No change. Just resend this patch per Artem request.
---
drivers/mtd/nand/mxc_nand.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index 90df34c..a3f1b50 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -41,7 +41,7 @@
#define nfc_is_v21() (cpu_is_mx25() || cpu_is_mx35())
#define nfc_is_v1() (cpu_is_mx31() || cpu_is_mx27() || cpu_is_mx21())
-#define nfc_is_v3_2() cpu_is_mx51()
+#define nfc_is_v3_2() (cpu_is_mx51() || cpu_is_mx53())
#define nfc_is_v3() nfc_is_v3_2()
/* Addresses for NFC registers */
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] mtd: mxc_nand: Add mx53 NFC driver support
2011-08-22 6:13 [PATCH] mtd: mxc_nand: Add mx53 NFC driver support Jason Liu
@ 2011-08-22 6:34 ` Artem Bityutskiy
0 siblings, 0 replies; 3+ messages in thread
From: Artem Bityutskiy @ 2011-08-22 6:34 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, 2011-08-22 at 14:13 +0800, Jason Liu wrote:
> This has already been tested with Samsung NAND: K9LAG08U0M
> on MX53EVK board, ubi/ubifs has already been tested OK too.
>
> Signed-off-by: Jason Liu <jason.hui@linaro.org>
> ---
> No change. Just resend this patch per Artem request.
Pushed to l2-mtd-2.6.git, thanks you!
--
Best Regards,
Artem Bityutskiy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-22 6:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 6:13 [PATCH] mtd: mxc_nand: Add mx53 NFC driver support Jason Liu
2011-08-22 6:34 ` Artem Bityutskiy
-- strict thread matches above, loose matches on Subject: below --
2011-08-12 7:07 Jason Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).