linux/arch/arm/mach-at91
Pieter du Preez f6ed6f78d4 Fix rename of at91_nand -> atmel_nand
Structs called at91_nand_data where renamed to atmel_nand_data
and configs called *MTD_NAND_AT91* where renamed to
*MTD_NAND_ATMEL*. This was unfortunately not done consistently,
causing NAND chips not being initialised on several ARM boards.

I am aware that the author of the original change did not rename
MTD_NAND_AT91_BUSWIDTH to MTD_NAND_ATMEL_BUSWIDTH, for example.
All *MTD_NAND_AT91* where renamed to *MTD_NAND_ATMEL* in order
to keep naming consistency.

This patch was only tested on a MACH_SAM9_L9260, as this is the
only ARM board I have to my disposal.

Before this patch:

$ git-ls-files |xargs grep atmel_nand |wc -l
105
$ git-ls-files |xargs grep at91_nand |wc -l
4
$ git-ls-files |xargs grep MTD_NAND_ATMEL |wc -l
8
$ git-ls-files |xargs grep MTD_NAND_AT91 |wc -l
47

After this patch:

$ git-ls-files |xargs grep atmel_nand |wc -l
109
$ git-ls-files |xargs grep at91_nand |wc -l
0
$ git-ls-files |xargs grep MTD_NAND_ATMEL |wc -l
55
$ git-ls-files |xargs grep MTD_NAND_AT91 |wc -l
0

Signed-off-by: Pieter du Preez <pdupreez@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2008-08-01 10:06:40 +01:00
..
Kconfig Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
Makefile [ARM] 5130/4: Support for the at91sam9g20 2008-07-10 12:13:47 +01:00
Makefile.boot [ARM] 4764/1: [AT91] AT91CAP9 core support 2008-01-26 15:01:13 +00:00
at91cap9.c [ARM] 4903/1: [AT91] SAM9/CAP9 system shutdown 2008-04-04 09:52:19 +01:00
at91cap9_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91rm9200.c [ARM] 4656/1: AT91: Tweak interrupt priorities 2008-01-26 15:00:30 +00:00
at91rm9200_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91rm9200_time.c [ARM] 4539/1: clocksource and clockevents for at91rm9200 2007-10-12 23:43:15 +01:00
at91sam9rl.c [ARM] 4903/1: [AT91] SAM9/CAP9 system shutdown 2008-04-04 09:52:19 +01:00
at91sam9rl_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91sam926x_time.c [ARM] 4989/1: [AT91] SAM9 ClockSource / ClockEvents 2008-04-17 15:55:54 +01:00
at91sam9260.c [ARM] 5130/4: Support for the at91sam9g20 2008-07-10 12:13:47 +01:00
at91sam9260_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91sam9261.c [ARM] 4903/1: [AT91] SAM9/CAP9 system shutdown 2008-04-04 09:52:19 +01:00
at91sam9261_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91sam9263.c [ARM] 4903/1: [AT91] SAM9/CAP9 system shutdown 2008-04-04 09:52:19 +01:00
at91sam9263_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91x40.c [ARM] 5052/1: export clock functions for the at91x40 2008-05-23 13:50:07 +01:00
at91x40_time.c [ARM] 4533/1: AT91x40 timer support 2007-10-12 23:43:04 +01:00
board-1arm.c
board-cam60.c [MTD] [NAND] rename at91_nand -> atmel_nand: internal symbols 2008-06-07 08:43:00 +01:00
board-cap9adk.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
board-carmeva.c [ARM] 5059/1: [AT91] Convert to new-style UART initialization 2008-06-02 13:53:12 +01:00
board-csb337.c i2c: Convert most new-style drivers to use module aliasing 2008-04-29 23:11:40 +02:00
board-csb637.c [ARM] 5059/1: [AT91] Convert to new-style UART initialization 2008-06-02 13:53:12 +01:00
board-dk.c Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 2008-07-25 10:40:14 -04:00
board-eb01.c [ARM] 4538/1: Atmel EB01 board support 2007-10-12 23:43:07 +01:00
board-eb9200.c [ARM] 5059/1: [AT91] Convert to new-style UART initialization 2008-06-02 13:53:12 +01:00
board-ecbat91.c [ARM] 4980/1: [AT91] emQbit ECB_AT91 board support 2008-04-17 15:55:51 +01:00
board-ek.c [ARM] 5059/1: [AT91] Convert to new-style UART initialization 2008-06-02 13:53:12 +01:00
board-kafa.c [ARM] 4650/1: AT91: New-style init of I2C, support for i2c-gpio 2007-11-26 19:40:47 +00:00
board-kb9202.c Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 2008-07-25 10:40:14 -04:00
board-picotux200.c [ARM] 4650/1: AT91: New-style init of I2C, support for i2c-gpio 2007-11-26 19:40:47 +00:00
board-qil-a9260.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
board-sam9-l9260.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
board-sam9g20ek.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
board-sam9rlek.c Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 2008-07-25 10:40:14 -04:00
board-sam9260ek.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
board-sam9261ek.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
board-sam9263ek.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
board-usb-a9260.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
board-usb-a9263.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
board-yl-9200.c Merge master.kernel.org:/home/rmk/linux-2.6-arm 2008-07-27 16:46:08 -07:00
clock.c [ARM] 5130/4: Support for the at91sam9g20 2008-07-10 12:13:47 +01:00
clock.h
generic.h [ARM] 4739/1: at91sam9263: make gpio bank C and D irqs work 2008-02-04 13:16:39 +00:00
gpio.c [ARM] 4848/1: at91: remove false lockdep warnings 2008-03-06 12:18:18 +00:00
irq.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
leds.c [ARM] 4758/1: [AT91] LEDs 2008-01-26 15:00:32 +00:00
pm.c [ARM] 5130/4: Support for the at91sam9g20 2008-07-10 12:13:47 +01:00