[U-Boot] Please Pull u-boot-ti/master
s-paulraj at ti.com
s-paulraj at ti.com
Mon Jul 18 16:07:32 CEST 2011
Albert,
Please pull u-boot-ti/master. I am working on some other patches from
Aneesh as well. I will send a pull request for that as well as
remaining u-boot-ti patches in due course of time.
Regards,
Sandeep
The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6:
Ramneek Mehresh (1):
powerpc/85xx: Add default usb mode and phy type to hwconfig
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Laurence Withers (6):
DaVinci: rename gpio_defs.h to gpio.h
DA8xx: add generic GPIO driver
DaVinci EMAC: declare function for all DA8xx CPUs
DA8xx: add MMC/SD controller addresses
DA8xx: switch an enum to defines for consistency
DA8xx: fix LPSC constants
Sanjeev Premi (3):
omap3: Include array definition only when it is used
omap3evm: eth: split function setup_net_chip
omap3evm: eth: Include functions only when necessary
Sriramakrishnan (1):
omap3evm: Update ethernet reset sequence for Rev.G board
Yegor Yefremov (1):
am3517evm: change console device from ttyS2 to ttyO2
arch/arm/cpu/armv7/omap3/sys_info.c | 3 +
arch/arm/include/asm/arch-davinci/davinci_misc.h | 2 +-
.../asm/arch-davinci/{gpio_defs.h => gpio.h} | 8 +
arch/arm/include/asm/arch-davinci/hardware.h | 102 +++++---
board/davinci/dm355leopard/dm355leopard.c | 2 +-
board/davinci/dm365evm/dm365evm.c | 2 +-
board/ti/evm/evm.c | 45 +++-
board/ti/evm/evm.h | 1 +
drivers/gpio/Makefile | 1 +
drivers/gpio/da8xx_gpio.c | 281 ++++++++++++++++++++
drivers/usb/musb/da8xx.h | 2 +-
include/configs/am3517_evm.h | 2 +-
12 files changed, 397 insertions(+), 54 deletions(-)
rename arch/arm/include/asm/arch-davinci/{gpio_defs.h => gpio.h} (90%)
create mode 100644 drivers/gpio/da8xx_gpio.c
More information about the U-Boot
mailing list