summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Turley <patrick.turley@freescale.com>2010-04-27 21:39:33 -0500
committerPatrick Turley <patrick.turley@freescale.com>2010-05-05 13:39:02 -0500
commit8aaf851aad2fb212e798c09272af98a5748a4556 (patch)
tree6b6e453c7cc97f38a0b953cf762e6afed79d638e /include
parent9238e7fa94c664b3a673f53518b0b58190acc5a9 (diff)
ENGR00122964 Second pass at unified i.MX23/i.MX28 NAND Flash driver
Deleted the old drivers. Broke the driver into separate files, for readability and to isolate hardware dependencies. Fixed bad block problems in the boot area for the i.MX23. At this writing, UBI can't handle MTDs larger than 2GiB. If the general use partition is larger than 2GiB, the driver will create sub-partitions, none of which are larger than 2GiB. Updated the default configs for the i.MX23 and i.MX28. Other, miscellaneous changes. Signed-off-by: Patrick Turley <patrick.turley@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/gpmi-nfc.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/linux/gpmi-nfc.h b/include/linux/gpmi-nfc.h
index 6a52828e3e6e..2311fd6678b2 100644
--- a/include/linux/gpmi-nfc.h
+++ b/include/linux/gpmi-nfc.h
@@ -21,16 +21,16 @@
/* The name that links together the GPMI NFC driver data structures. */
-#define GPMI_NFC_DRIVER_NAME ("gpmi-nfc")
+#define GPMI_NFC_DRIVER_NAME "gpmi-nfc"
/* Resource names for the GPMI NFC driver. */
-#define GPMI_NFC_GPMI_REGS_ADDR_RES_NAME ("GPMI NFC GPMI Registers")
-#define GPMI_NFC_GPMI_INTERRUPT_RES_NAME ("GPMI NFC GPMI Interrupt")
-#define GPMI_NFC_BCH_REGS_ADDR_RES_NAME ("GPMI NFC BCH Registers")
-#define GPMI_NFC_BCH_INTERRUPT_RES_NAME ("GPMI NFC BCH Interrupt")
-#define GPMI_NFC_DMA_CHANNELS_RES_NAME ("GPMI NFC DMA Channels")
-#define GPMI_NFC_DMA_INTERRUPT_RES_NAME ("GPMI NFC DMA Interrupt")
+#define GPMI_NFC_GPMI_REGS_ADDR_RES_NAME "GPMI NFC GPMI Registers"
+#define GPMI_NFC_GPMI_INTERRUPT_RES_NAME "GPMI NFC GPMI Interrupt"
+#define GPMI_NFC_BCH_REGS_ADDR_RES_NAME "GPMI NFC BCH Registers"
+#define GPMI_NFC_BCH_INTERRUPT_RES_NAME "GPMI NFC BCH Interrupt"
+#define GPMI_NFC_DMA_CHANNELS_RES_NAME "GPMI NFC DMA Channels"
+#define GPMI_NFC_DMA_INTERRUPT_RES_NAME "GPMI NFC DMA Interrupt"
/**
* struct gpmi_nfc_platform_data - GPMI NFC driver platform data.