[U-Boot] please pull u-boot-samsung master
Albert ARIBAUD
albert.u.boot at aribaud.net
Mon Jun 2 09:28:05 CEST 2014
Hi Minkyu,
On Sat, 31 May 2014 14:29:43 +0900, Minkyu Kang <mk7.kang at samsung.com>
wrote:
> Dear Albert,
>
> The following changes since commit 44cfc3a83f2a62963af2de8d983daf4c77e1db0c:
>
> Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' (2014-05-15 17:19:45 +0200)
>
> are available in the git repository at:
>
>
> http://git.denx.de/u-boot-samsung
>
> for you to fetch changes up to 567802bbd6bf1c809d37fef9244fc8a692244e73:
>
> Exynos: Make sure ps_hold gets set in the SPL (2014-05-31 14:22:20 +0900)
>
> ----------------------------------------------------------------
> Aaron Durbin (3):
> exynos5: Enable tps65090 on exynos5-dt
> power: Explicitly select pmic device's bus
> exynos5: support tps65090 pmic
>
> Beomho Seo (3):
> arm: exynos: pinmux: add sdmmc4 gpio configratuion
> arm: exynos: clock: Remove exynos4x12_set_mmc_clk function
> board: trats2: Enable device tree on Trats2
>
> Doug Anderson (1):
> Exynos: Make sure ps_hold gets set in the SPL
>
> Jaehoon Chung (12):
> ARM: exynos: board: change the mmc/sd init sequence
> ARM: exynos: clock: modify the set_mmc_clk for exynos4
> ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC
> mmc: exynos_dw_mmc: restore the property into host
> mmc: remove the unnecessary define and fix the wrong bit control
> mmc: support the DDR mode for eMMC
> mmc: dw_mmc: support the DDR mode
> ARM: dts: exnyos: enable dw-mmc controller
> mmc: exynos_dw_mmc: enable the DDR mode
> ARM: exynos4: enable the dwmmc configuration
> mmc: s5p_sdhci: add the s5p_sdhci_core_init function
> ARM: exynos5420: removed undefined gpio structure
>
> Mateusz Zalega (4):
> arm: goni: Update configuration for Goni target
> arm: goni: dfu: Add support for DFU to Goni target
> arm: goni: enable GPT command
> arm: goni: enable USB Mass Storage
>
> Piotr Wilczek (1):
> arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARD
>
> Simon Glass (8):
> exynos: dts: Correct EC interrupt GPIO
> exynos: Drop old smdk5250.c file
> power: Rename CONFIG_PMIC_... to CONFIG_POWER_...
> power: Add PMIC_ prefix to CHARGER_EN/DISABLE
> exynos: Enable PSHOLD in SPL
> exynos: dts: Enable LCD for snow
> exynos: Enable the LCD backlight for snow
> initcall: Improve debugging support
>
> Tom Wai-Hong Tam (1):
> power: Add support for TPS65090 PMU chip.
>
> arch/arm/cpu/armv7/exynos/clock.c | 45 +--
> arch/arm/cpu/armv7/exynos/lowlevel_init.c | 8 +-
> arch/arm/cpu/armv7/exynos/pinmux.c | 35 ++-
> arch/arm/cpu/armv7/exynos/power.c | 6 +
> arch/arm/dts/exynos4.dtsi | 8 +
> arch/arm/dts/exynos4412-trats2.dts | 12 +
> arch/arm/dts/exynos5.dtsi | 8 +-
> arch/arm/dts/exynos5250-snow.dts | 61 +++-
> arch/arm/include/asm/arch-exynos/clk.h | 5 +
> arch/arm/include/asm/arch-exynos/power.h | 1 +
> board/samsung/common/board.c | 13 +-
> board/samsung/goni/goni.c | 8 +
> board/samsung/smdk5250/Makefile | 4 -
> board/samsung/smdk5250/exynos5-dt.c | 238 ++++++++++++++-
> board/samsung/smdk5250/smdk5250.c | 363 -----------------------
> board/samsung/smdk5420/smdk5420.c | 3 -
> doc/device-tree-bindings/exynos/dwmmc.txt | 8 +-
> doc/device-tree-bindings/power/tps65090.txt | 17 ++
> doc/device-tree-bindings/regulator/tps65090.txt | 122 ++++++++
> drivers/mmc/dw_mmc.c | 12 +-
> drivers/mmc/exynos_dw_mmc.c | 205 ++++++++-----
> drivers/mmc/mmc.c | 16 +-
> drivers/mmc/s5p_sdhci.c | 42 ++-
> drivers/power/battery/bat_trats.c | 4 +-
> drivers/power/battery/bat_trats2.c | 2 +-
> drivers/power/mfd/pmic_max77693.c | 2 +-
> drivers/power/pmic/Makefile | 1 +
> drivers/power/pmic/pmic_max8997.c | 2 +-
> drivers/power/pmic/pmic_tps65090.c | 310 +++++++++++++++++++
> drivers/power/power_fsl.c | 6 +-
> drivers/power/power_i2c.c | 4 +
> include/configs/arndale.h | 4 +-
> include/configs/exynos4-dt.h | 4 +
> include/configs/exynos5-dt.h | 1 +
> include/configs/exynos5250-dt.h | 2 +-
> include/configs/mx25pdk.h | 2 +-
> include/configs/mx35pdk.h | 2 +-
> include/configs/mx53evk.h | 2 +-
> include/configs/mx53loco.h | 2 +-
> include/configs/s5p_goni.h | 113 ++++---
> include/configs/woodburn_common.h | 2 +-
> include/dwmmc.h | 5 +
> include/fdtdec.h | 4 +-
> include/initcall.h | 2 +-
> include/mmc.h | 25 +-
> include/power/max77693_pmic.h | 2 -
> include/power/max8997_pmic.h | 1 -
> include/power/pmic.h | 5 +
> include/power/tps65090_pmic.h | 73 +++++
> lib/fdtdec.c | 4 +-
> lib/initcall.c | 17 +-
> 51 files changed, 1238 insertions(+), 605 deletions(-)
> delete mode 100644 board/samsung/smdk5250/smdk5250.c
> create mode 100644 doc/device-tree-bindings/power/tps65090.txt
> create mode 100644 doc/device-tree-bindings/regulator/tps65090.txt
> create mode 100644 drivers/power/pmic/pmic_tps65090.c
> create mode 100644 include/power/tps65090_pmic.h
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
More information about the U-Boot
mailing list