mbox series

[U-Boot,PULL,u-boot] Please pull u-boot-amlogic-20181203

Message ID 7769afc3-d778-7501-eb5a-dbf30934c93f@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL,u-boot] Please pull u-boot-amlogic-20181203 | expand

Pull-request

git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20181203

Message

Neil Armstrong Dec. 3, 2018, 12:38 p.m. UTC
Hi Tom,

I hope it's not too late, It's a single patch from Loic he reposted last week.

Thanks,
Neil

The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a:

  drivers: rtc: correctly convert seconds to time structure (2018-12-01 18:03:14 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20181203

for you to fetch changes up to 8973d816588a8479eeb0e3a9f1e730922d3efc07:

  ARM: meson: Add regmap support for clock driver (2018-12-03 13:34:21 +0100)

----------------------------------------------------------------
ARM: meson: Add regmap support for clock driver and sync DT with 4.19

----------------------------------------------------------------
Loic Devulder (1):
      ARM: meson: Add regmap support for clock driver

 arch/arm/dts/meson-gx.dtsi                    | 31 +++++++++++---
 arch/arm/dts/meson-gxbb-nanopi-k2.dts         | 48 ++++++++++++++++++++++
 arch/arm/dts/meson-gxbb.dtsi                  | 14 ++++---
 arch/arm/dts/meson-gxl-mali.dtsi              |  2 +-
 arch/arm/dts/meson-gxl-s905x-libretech-cc.dts |  5 +--
 arch/arm/dts/meson-gxl-s905x-p212.dtsi        |  8 ++--
 arch/arm/dts/meson-gxl.dtsi                   | 26 +++++-------
 arch/arm/dts/meson-gxm-khadas-vim2.dts        | 24 +++++++++++
 drivers/clk/clk_meson.c                       | 59 ++++++++++++++-------------
 9 files changed, 151 insertions(+), 66 deletions(-)

Comments

Tom Rini Dec. 3, 2018, 3:33 p.m. UTC | #1
On Mon, Dec 03, 2018 at 01:38:18PM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> I hope it's not too late, It's a single patch from Loic he reposted last week.
> 
> Thanks,
> Neil
> 
> The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a:
> 
>   drivers: rtc: correctly convert seconds to time structure (2018-12-01 18:03:14 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-amlogic.git tags/u-boot-amlogic-20181203
> 
> for you to fetch changes up to 8973d816588a8479eeb0e3a9f1e730922d3efc07:
> 
>   ARM: meson: Add regmap support for clock driver (2018-12-03 13:34:21 +0100)
> 

Applied to u-boot/master, thanks!