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

Hello myself,
The following changes since commit f0c6e1c31b94f193047619b6adf67c2d792b659e:
Revert "image-fdt: boot_get_fdt() return value when no DTB exists" (2014-12-03 13:19:34 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 956a8bae537974673e126f67a227355f27e48ec6:
ns16550.c: Fix for ns16550 driver hanging on OMAP4 (2014-12-04 21:28:32 -0500)
---------------------------------------------------------------- Felipe Balbi (10): arm: omap5: don't enable misc_init_r by default arm: omap5: tps659038: rename regulator defines arm: dra7xx: prcm: add missing registers usb: phy: omap_usb_phy: fix build breakage arm: omap-common: emif: allow to map memory without interleaving arm: omap5: make hw_init_data weak arm: omap5: sdram: mark emif_get_ext_phy_ctrl_const_regs __weak arm: omap_common: expose tps659038 and dra7xx_dplls arm: omap: add support for am57xx devices beagle_x15: add board support for Beagle x15
Franklin S Cooper Jr (1): configs: omap5_common : Boot rootfs from sd card by default
Gregoire Gentil (1): ns16550.c: Fix for ns16550 driver hanging on OMAP4
Heiko Schocher (3): arm, am335x, siemens: fix factoryset interpretation arm, am335x, siemens: read COMP/ver from factoryset arm, am335x: siemens boards add FIT support
Lubomir Popov (2): ARM: OMAP5: DRA7xx: Enable 8-bit eMMC access on the dra7xx_evm ARM: OMAP5: DRA7xx: Fix misleading comments in mux_data.h
Paul Kocialkowski (3): mmc: Board-specific MMC power initializations twl4030: device-index-specific MMC power initializations, common ramp-up delay omap_hsmmc: Board-specific TWL4030 MMC power initializations
Stefan Roese (2): arm: am33xx: Handle NAND+I2C boot-device the same way as NAND mtd: nand: omap_gpmc: Always use ready/busy pin
arch/arm/cpu/armv7/omap-common/boot-common.c | 17 +- arch/arm/cpu/armv7/omap-common/emif-common.c | 9 +- arch/arm/cpu/armv7/omap5/Kconfig | 4 + arch/arm/cpu/armv7/omap5/hw_data.c | 12 +- arch/arm/cpu/armv7/omap5/prcm-regs.c | 3 + arch/arm/cpu/armv7/omap5/sdram.c | 2 +- arch/arm/include/asm/arch-am33xx/spl.h | 1 + arch/arm/include/asm/arch-omap5/clock.h | 12 +- arch/arm/include/asm/arch-omap5/omap.h | 4 +- arch/arm/include/asm/omap_common.h | 3 + board/comelit/dig297/dig297.c | 5 + board/compulab/cm_t35/cm_t35.c | 7 + board/corscience/tricorder/tricorder.c | 7 + board/isee/igep00x0/igep00x0.c | 7 + board/logicpd/omap3som/omap3logic.c | 7 + board/logicpd/zoom1/zoom1.c | 5 + board/matrix_vision/mvblx/mvblx.c | 6 + board/nokia/rx51/rx51.c | 6 + board/overo/overo.c | 7 + board/pandora/pandora.c | 5 + board/siemens/common/board.c | 9 - board/siemens/common/factoryset.c | 52 ++-- board/siemens/common/factoryset.h | 2 + board/siemens/draco/board.c | 9 + board/siemens/pxm2/board.c | 34 +++ board/siemens/rut/board.c | 23 ++ board/technexion/tao3530/tao3530.c | 7 + board/ti/beagle/beagle.c | 7 + board/ti/beagle_x15/Kconfig | 12 + board/ti/beagle_x15/Makefile | 8 + board/ti/beagle_x15/board.c | 395 ++++++++++++++++++++++++++ board/ti/beagle_x15/mux_data.h | 55 ++++ board/ti/dra7xx/evm.c | 12 - board/ti/dra7xx/mux_data.h | 4 +- board/ti/evm/evm.c | 8 + board/ti/sdp3430/sdp.c | 5 + board/timll/devkit8000/devkit8000.c | 7 + configs/beagle_x15_defconfig | 5 + drivers/mmc/mmc.c | 7 + drivers/mmc/omap_hsmmc.c | 12 +- drivers/mtd/nand/omap_gpmc.c | 9 +- drivers/power/palmas.c | 2 +- drivers/power/twl4030.c | 28 +- drivers/serial/ns16550.c | 9 +- drivers/spi/ti_qspi.c | 8 +- drivers/usb/phy/omap_usb_phy.c | 2 - include/configs/beagle_x15.h | 88 ++++++ include/configs/cm_t54.h | 1 - include/configs/dra7xx_evm.h | 1 + include/configs/omap5_uevm.h | 1 + include/configs/pxm2.h | 4 + include/configs/rut.h | 4 + include/configs/ti_omap5_common.h | 5 +- include/linux/usb/xhci-omap.h | 4 + include/mmc.h | 1 + include/twl4030.h | 2 +- 56 files changed, 870 insertions(+), 101 deletions(-) create mode 100644 board/ti/beagle_x15/Kconfig create mode 100644 board/ti/beagle_x15/Makefile create mode 100644 board/ti/beagle_x15/board.c create mode 100644 board/ti/beagle_x15/mux_data.h create mode 100644 configs/beagle_x15_defconfig create mode 100644 include/configs/beagle_x15.h

On Fri, Dec 05, 2014 at 09:53:49AM -0500, Tom Rini wrote:
Hello myself,
The following changes since commit f0c6e1c31b94f193047619b6adf67c2d792b659e:
Revert "image-fdt: boot_get_fdt() return value when no DTB exists" (2014-12-03 13:19:34 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 956a8bae537974673e126f67a227355f27e48ec6:
ns16550.c: Fix for ns16550 driver hanging on OMAP4 (2014-12-04 21:28:32 -0500)
Applied to u-boot/master, thanks!
participants (1)
-
Tom Rini