mbox series

[PULL] u-boot-sh/master

Message ID bbfe64b9-6937-a6e2-01ef-3ecaa3701984@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-sh/master | expand

Pull-request

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

Message

Marek Vasut Jan. 18, 2021, 2:05 p.m. UTC
The following changes since commit 14ea1b3635b4af8d9e283e3671f7ee872d50b859:

   Merge branch '2021-01-15-assorted-improvements' (2021-01-16 11:14:21 
-0500)

are available in the Git repository at:

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

for you to fetch changes up to 67704d6dfba5dcb3c33b0eb91e10f908c3dbbdcd:

   ARM: dts: renesas: Remove leading 0x from rpc node (2021-01-18 
13:29:12 +0100)

----------------------------------------------------------------
Lad Prabhakar (3):
       pinctrl: renesas: Make sure the pin type is updated after setting 
the MUX
       pinctrl: renesas: Implement get_pin_muxing() callback
       ARM: dts: renesas: Remove leading 0x from rpc node

  arch/arm/dts/r7s72100-gr-peach-u-boot.dts |  2 +-
  arch/arm/dts/r8a77950-u-boot.dtsi         |  2 +-
  arch/arm/dts/r8a77960-u-boot.dtsi         |  2 +-
  arch/arm/dts/r8a77965-u-boot.dtsi         |  2 +-
  arch/arm/dts/r8a77970-u-boot.dtsi         |  2 +-
  arch/arm/dts/r8a77980-u-boot.dtsi         |  2 +-
  arch/arm/dts/r8a77990-u-boot.dtsi         |  2 +-
  arch/arm/dts/r8a77995-u-boot.dtsi         |  2 +-
  drivers/pinctrl/renesas/pfc.c             | 77 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
  9 files changed, 80 insertions(+), 13 deletions(-)

Comments

Tom Rini Jan. 18, 2021, 5:41 p.m. UTC | #1
On Mon, Jan 18, 2021 at 03:05:16PM +0100, Marek Vasut wrote:

> The following changes since commit 14ea1b3635b4af8d9e283e3671f7ee872d50b859:
> 
>   Merge branch '2021-01-15-assorted-improvements' (2021-01-16 11:14:21
> -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 67704d6dfba5dcb3c33b0eb91e10f908c3dbbdcd:
> 
>   ARM: dts: renesas: Remove leading 0x from rpc node (2021-01-18 13:29:12
> +0100)
> 

Applied to u-boot/master, thanks!