linux-stable-rt/arch/arm/configs
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
..
am200epdkit_defconfig
assabet_defconfig
at91cap9adk_defconfig
at91rm9200dk_defconfig
at91rm9200ek_defconfig
at91sam9g20ek_defconfig
at91sam9rlek_defconfig
at91sam9260ek_defconfig
at91sam9261ek_defconfig
at91sam9263ek_defconfig
ateb9200_defconfig
badge4_defconfig
cam60_defconfig
carmeva_defconfig
cerfcube_defconfig
clps7500_defconfig
colibri_defconfig
collie_defconfig
corgi_defconfig
csb337_defconfig
csb637_defconfig
ebsa110_defconfig
ecbat91_defconfig
edb7211_defconfig
ep93xx_defconfig
eseries_pxa_defconfig
ezx_defconfig
footbridge_defconfig
fortunet_defconfig
h3600_defconfig
h7201_defconfig
h7202_defconfig
hackkit_defconfig
imx27ads_defconfig
integrator_defconfig
iop13xx_defconfig
iop32x_defconfig
iop33x_defconfig
ixp4xx_defconfig
ixp23xx_defconfig
ixp2000_defconfig
jornada720_defconfig
kafa_defconfig
kb9202_defconfig
kirkwood_defconfig
ks8695_defconfig
lart_defconfig
littleton_defconfig
loki_defconfig
lpd7a400_defconfig
lpd7a404_defconfig
lpd270_defconfig
lubbock_defconfig
lusl7200_defconfig
magician_defconfig
mainstone_defconfig
msm_defconfig
mv78xx0_defconfig
mx1ads_defconfig
mx31ads_defconfig
mx31litekit_defconfig
neponset_defconfig
netwinder_defconfig
netx_defconfig
ns9xxx_defconfig
omap_h2_1610_defconfig
omap_osk_5912_defconfig
onearm_defconfig
orion5x_defconfig
pcm027_defconfig
pcm037_defconfig
pcm038_defconfig
picotux200_defconfig
pleb_defconfig
pnx4008_defconfig
pxa255-idp_defconfig
qil-a9260_defconfig
realview-smp_defconfig
realview_defconfig
rpc_defconfig
s3c2410_defconfig
sam9_l9260_defconfig
shannon_defconfig
shark_defconfig
simpad_defconfig
spitz_defconfig
tct_hammer_defconfig
trizeps4_defconfig
usb-a9260_defconfig
usb-a9263_defconfig
versatile_defconfig
xm_x270_defconfig
yl9200_defconfig
zylonite_defconfig