[U-Boot] Please pull u-boot-ti/master
Albert ARIBAUD
albert.u.boot at aribaud.net
Wed Oct 2 09:39:43 CEST 2013
Hi Tom,
On Sat, 21 Sep 2013 08:06:13 -0400, Tom Rini <trini at ti.com> wrote:
> Hey,
>
> The following changes since commit 82cecfce3fd33e151ed8bc382ae31b19535765c5:
>
> drivers: s3c44b0_rtc: delete an unused driver (2013-09-19 09:52:08 +0200)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti.git master
>
> for you to fetch changes up to 827512fb1154c05c6eb1e2259e936df55c98a535:
>
> am335x_evm.h: If mmcdev and bootpart switch to mmcdev 1, so should mmcroot. (2013-09-20 16:57:40 -0400)
>
> ----------------------------------------------------------------
> Greg Guyotte (1):
> drivers/power/pmic: Add tps65217 driver
>
> Heiko Schocher (1):
> net, phy, cpsw: fix NULL pointer deference
>
> Lokesh Vutla (2):
> ARM: DRA7: Enable saveenv command
> ARM: OMAP5: Avoid writing into LDO SRAM bits
>
> Philip, Avinash (1):
> drivers/power/pmic: Add tps65910 driver
>
> Robert P. J. Day (1):
> am335x_evm.h: If mmcdev and bootpart switch to mmcdev 1, so should mmcroot.
>
> Steve Kipisz (1):
> am335x:Handle worst case scenario for Errata 1.0.24
>
> Tom Rini (4):
> spl/Makefile: Add drivers/power/pmic/libpmic to CONFIG_SPL_POWER_SUPPORT
> am33xx: Add am33xx_spl_board_init function, call
> am33xx: Add the efuse_sma CONTROL_MODULE register
> am335x_evm: am33xx_spl_board_init function and scale core frequency
>
> arch/arm/cpu/armv7/am33xx/board.c | 11 ++
> arch/arm/cpu/armv7/am33xx/clock_am33xx.c | 8 +-
> arch/arm/cpu/armv7/am33xx/sys_info.c | 57 +++++++++
> arch/arm/cpu/armv7/omap-common/boot-common.c | 3 +
> arch/arm/cpu/armv7/omap-common/clocks-common.c | 7 --
> arch/arm/cpu/armv7/omap5/prcm-regs.c | 12 --
> arch/arm/include/asm/arch-am33xx/clocks_am33xx.h | 12 +-
> arch/arm/include/asm/arch-am33xx/cpu.h | 12 ++
> arch/arm/include/asm/arch-am33xx/sys_proto.h | 4 +
> arch/arm/include/asm/omap_common.h | 6 -
> board/ti/am335x/board.c | 146 ++++++++++++++++++++++
> drivers/net/cpsw.c | 10 +-
> drivers/power/pmic/Makefile | 2 +
> drivers/power/pmic/pmic_tps65217.c | 109 ++++++++++++++++
> drivers/power/pmic/pmic_tps65910.c | 83 ++++++++++++
> include/configs/am335x_evm.h | 6 +
> include/configs/dra7xx_evm.h | 8 +-
> include/configs/pcm051.h | 1 +
> include/power/tps65217.h | 83 ++++++++++++
> include/power/tps65910.h | 77 ++++++++++++
> spl/Makefile | 3 +-
> 21 files changed, 629 insertions(+), 31 deletions(-)
> create mode 100644 drivers/power/pmic/pmic_tps65217.c
> create mode 100644 drivers/power/pmic/pmic_tps65910.c
> create mode 100644 include/power/tps65217.h
> create mode 100644 include/power/tps65910.h
>
> Thanks!
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
More information about the U-Boot
mailing list