mbox series

[U-Boot,PULL] Please pull u-boot-rockchip/master

Message ID 02FB5F26-BCDD-4E47-A345-C10F73757BE2@theobroma-systems.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] Please pull u-boot-rockchip/master | expand

Pull-request

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

Message

Philipp Tomsich May 14, 2018, 3:32 p.m. UTC
Tom,

I have two fixes for regressions (that unfortunately ended up in the last release) in my tree,
ready for a merge onto master.

Thanks,
Philipp.


The following changes since commit ca70cbabdcd19bf157ae4fa984559b126071ccff:

  Merge git://git.denx.de/u-boot-marvell (2018-05-14 08:52:48 -0400)

are available in the git repository at:

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

for you to fetch changes up to ed1030e1523541801ae1e36bc34ee6872d474184:

  rockchip: clk: rk3288: handle clk_enable requests for GMAC (2018-05-14 17:30:40 +0200)

----------------------------------------------------------------
Jonathan Gray (2):
      rockchip: set SYS_NS16550_MEM32 for all SoCs
      rockchip: clk: rk3288: handle clk_enable requests for GMAC

 drivers/clk/rockchip/clk_rk3288.c | 10 ++++++++++
 include/configs/rockchip-common.h |  2 ++
 2 files changed, 12 insertions(+)

Comments

Philipp Tomsich May 14, 2018, 3:33 p.m. UTC | #1
Travis report (prior to a final rebase onto your latest master) is at
	https://travis-ci.org/ptomsich/u-boot-rockchip/builds/378666041

> On 14 May 2018, at 17:32, Dr. Philipp Tomsich <philipp.tomsich@theobroma-systems.com> wrote:
> 
> Tom,
> 
> I have two fixes for regressions (that unfortunately ended up in the last release) in my tree,
> ready for a merge onto master.
> 
> Thanks,
> Philipp.
> 
> 
> The following changes since commit ca70cbabdcd19bf157ae4fa984559b126071ccff:
> 
>  Merge git://git.denx.de/u-boot-marvell (2018-05-14 08:52:48 -0400)
> 
> are available in the git repository at:
> 
>  git://git.denx.de/u-boot-rockchip.git master
> 
> for you to fetch changes up to ed1030e1523541801ae1e36bc34ee6872d474184:
> 
>  rockchip: clk: rk3288: handle clk_enable requests for GMAC (2018-05-14 17:30:40 +0200)
> 
> ----------------------------------------------------------------
> Jonathan Gray (2):
>      rockchip: set SYS_NS16550_MEM32 for all SoCs
>      rockchip: clk: rk3288: handle clk_enable requests for GMAC
> 
> drivers/clk/rockchip/clk_rk3288.c | 10 ++++++++++
> include/configs/rockchip-common.h |  2 ++
> 2 files changed, 12 insertions(+)
>
Tom Rini May 15, 2018, 1:18 a.m. UTC | #2
On Mon, May 14, 2018 at 05:32:25PM +0200, Dr. Philipp Tomsich wrote:

> Tom,
> 
> I have two fixes for regressions (that unfortunately ended up in the last release) in my tree,
> ready for a merge onto master.
> 
> Thanks,
> Philipp.
> 
> 
> The following changes since commit ca70cbabdcd19bf157ae4fa984559b126071ccff:
> 
>   Merge git://git.denx.de/u-boot-marvell (2018-05-14 08:52:48 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-rockchip.git master
> 
> for you to fetch changes up to ed1030e1523541801ae1e36bc34ee6872d474184:
> 
>   rockchip: clk: rk3288: handle clk_enable requests for GMAC (2018-05-14 17:30:40 +0200)
> 

Applied to u-boot/master, thanks!