Reinhard Meyer
b38d634b39
AT91: fix mistake in at91sam9260_devices.c(spi1_hw_init)
...
Bits 0..3 in cs_mask = CS0..CS3 in SPI mode require it to be peripheral
Bits 4..7 in cs_mask = CS0..CS3 in GPIO mode require it to be output
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
2011-08-03 13:00:56 +02:00
Reinhard Meyer
86592f6059
AT91: change includes from asm/arch/io.h to asm/io.h
...
and remove the now unused asm/arch-at91/io.h
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
2011-05-18 07:56:51 +02:00
Reinhard Meyer
9f3fe90f09
AT91: fix related at91 system/driver files
...
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
2011-05-18 07:56:51 +02:00
Reinhard Meyer
accef43145
AT91: fix EMAC gpio init in at91sam9260_devices.c
...
The AT91SAM9G20 BOOT ROM apparently initializes PA23 and PA24 to multi drive
(open drain). Revert this, if those pins are going to be used for MII.
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
2010-12-07 16:36:40 +01:00
Wolfgang Denk
2d941de9d5
Prepare v2010.09-rc1
...
Coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-09-10 00:16:19 +02:00
Reinhard Meyer
7588ad12ba
AT91: add option to enable pullups in at91sam9260_devices.c
...
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
2010-09-03 11:22:49 +02:00
Reinhard Meyer
1592ef8596
AT91: MCI: add SD/MMC driver using mmc framework
...
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
2010-09-03 11:19:01 +02:00
Peter Tyser
84ad688473
arm: Move cpu/$CPU to arch/arm/cpu/$CPU
...
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2010-04-13 09:13:24 +02:00