mbox

[U-Boot] please pull u-boot-samsung master

Message ID CALrBrZ2XziG7sVOgQ8t1jSTAsx4RODNKsD87V3u-1V5f0qY-CQ@mail.gmail.com
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-samsung.git master

Message

Minkyu Kang April 8, 2017, 2:10 p.m. UTC
Dear Tom,


The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:

  Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)

are available in the git repository at:


  git://git.denx.de/u-boot-samsung.git master

for you to fetch changes up to e3a96d974d642730ecf603d00c2ca00cfb4e8e99:

  board: samsung: trats2: remove the board_power_init() function
(2017-04-07 11:27:55 +0900)

----------------------------------------------------------------
Jaehoon Chung (13):
      configs: trats: enable the CONFIG_DM_PMIC and PMIC_MAX8997
      board: samsung: trats: remove the unnecessary codes
      board: samsung: trats: convert to driver model for controlling phy
      arm: dts: trats: add i2c_fg node for fuelgauge
      board: samsung: trats: remove the i2c_init function
      configs: trats: enable the CONFIG_DM_I2C_GPIO
      odroid: dts: change the buck8 min-microvolt value
      arm: dts: trats2: add the i2c-gpio nodes
      board: samsung: trats2: remove the board_i2c_init() function
      configs: trats2: enable CONFIG_DM_I2C_GPIO
      board: samsung: trats2: remove the unused functions
      configs: trats2: enable the configuration relevant to PMIC
      board: samsung: trats2: remove the board_power_init() function

 arch/arm/dts/exynos4210-trats.dts  |    9 ++
 arch/arm/dts/exynos4412-odroid.dts |    2 +-
 arch/arm/dts/exynos4412-trats2.dts |   18 +++
 board/samsung/trats/trats.c        |  249
+++++++-----------------------------
 board/samsung/trats2/trats2.c      |  104 ---------------
 configs/trats2_defconfig           |    4 +
 configs/trats_defconfig            |    4 +
 7 files changed, 85 insertions(+), 305 deletions(-)--

from. prom.
www.promsoft.net

Comments

Tom Rini April 9, 2017, 1:16 a.m. UTC | #1
On Sat, Apr 08, 2017 at 11:10:52PM +0900, Minkyu Kang wrote:

> Dear Tom,
> 
> 
> The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:
> 
>   Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-samsung.git master
> 
> for you to fetch changes up to e3a96d974d642730ecf603d00c2ca00cfb4e8e99:
> 
>   board: samsung: trats2: remove the board_power_init() function
> (2017-04-07 11:27:55 +0900)
> 

Applied to u-boot/master, thanks!