[U-Boot] Please pull u-boot-ti

Just talkin' to myself here,
The following changes since commit 92fa7f53f1f3f03296f8ffb14bdf1baefab83368:
Prepare v2015.01 (2015-01-12 09:39:08 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti master
for you to fetch changes up to fa58b102cd8f5345cbc28657600c3a28acfbd80e:
omap5: Add netargs and netboot option (2015-01-13 15:26:11 -0500)
---------------------------------------------------------------- Anthoine Bourgeois (2): arm: omap3: devkit8000: inherit from ti_armv7_common.h arm: omap3: devkit8000: inherit from ti_omap3_common.h
Cooper Jr., Franklin (1): omap5: Add netargs and netboot option
Daniel Mack (1): mtd: OMAP: Enable GPMC prefetch mode
Felipe Balbi (5): board: ti: am43xx: replace if else if else with a switch power: tps65218: define all valid VDD_MPU voltages board: ti: am43xx: take care of all OPPs pmic: add tps62362 simple wrapper code board: ti: am43xx: add support for AM43xx Industrial Development Kit
James Doublesin (3): arm: am437x: PLL values for all input frequencies arm: am437x: Enable hardware leveling for EMIF arm: am437x: Correct PLL frequency for 25MHz
matwey.kornilov@gmail.com (1): pcm051: Add boot script support to pcm051
arch/arm/cpu/armv7/am33xx/ddr.c | 134 +++++--- arch/arm/cpu/armv7/am33xx/emif4.c | 5 +- arch/arm/include/asm/arch-am33xx/cpu.h | 11 + arch/arm/include/asm/arch-am33xx/hardware_am33xx.h | 1 + arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 1 + arch/arm/include/asm/emif.h | 37 +- board/ti/am43xx/board.c | 354 +++++++++----------- board/ti/am43xx/board.h | 5 + board/ti/am43xx/mux.c | 2 +- board/timll/devkit8000/devkit8000.c | 13 + doc/README.nand | 5 + drivers/mtd/nand/omap_gpmc.c | 114 ++++++- drivers/power/pmic/Makefile | 1 + drivers/power/pmic/pmic_tps62362.c | 47 +++ include/configs/am43xx_evm.h | 3 + include/configs/devkit8000.h | 163 ++------- include/configs/pcm051.h | 29 +- include/configs/ti_omap5_common.h | 15 +- include/linux/mtd/omap_gpmc.h | 6 +- include/power/tps62362.h | 29 ++ include/power/tps65218.h | 3 + 21 files changed, 579 insertions(+), 399 deletions(-) create mode 100644 drivers/power/pmic/pmic_tps62362.c create mode 100644 include/power/tps62362.h

On Tue, Jan 13, 2015 at 04:51:47PM -0500, Tom Rini wrote:
Just talkin' to myself here,
The following changes since commit 92fa7f53f1f3f03296f8ffb14bdf1baefab83368:
Prepare v2015.01 (2015-01-12 09:39:08 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti master
for you to fetch changes up to fa58b102cd8f5345cbc28657600c3a28acfbd80e:
omap5: Add netargs and netboot option (2015-01-13 15:26:11 -0500)
Applied to u-boot/master, thanks!
participants (1)
-
Tom Rini