original_kernel/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
at91cap9.c
at91cap9_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91rm9200.c
at91rm9200_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91rm9200_time.c
at91sam9rl.c
at91sam9rl_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91sam926x_time.c
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
at91sam9261_devices.c Fix rename of at91_nand -> atmel_nand 2008-08-01 10:06:40 +01:00
at91sam9263.c
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
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
board-eb9200.c [ARM] 5059/1: [AT91] Convert to new-style UART initialization 2008-06-02 13:53:12 +01:00
board-ecbat91.c
board-ek.c [ARM] 5059/1: [AT91] Convert to new-style UART initialization 2008-06-02 13:53:12 +01:00
board-kafa.c
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
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
gpio.c
irq.c [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* 2008-07-27 09:46:18 +01:00
leds.c
pm.c [ARM] 5130/4: Support for the at91sam9g20 2008-07-10 12:13:47 +01:00