mbox

[GIT,PULL] Allwinner fixes for 4.9, take 2

Message ID 20161122143134.wxinkyp3x6jjnk7e@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-fixes-for-4.9-2

Message

Maxime Ripard Nov. 22, 2016, 2:31 p.m. UTC
Hi Arnd, Olof,

Please find attached a commit to rename the GR8 device trees.

Thanks!
Maxime

The following changes since commit b7f865ede20c87073216f77fe97f6fc56666e3da:

  ARM: dts: sun8i: fix the pinmux for UART1 (2016-10-25 12:51:06 +0200)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-fixes-for-4.9-2

for you to fetch changes up to e5cd7ff7058dc6f2133455636809a09b691ee419:

  ARM: gr8: Rename the DTSI and relevant DTS (2016-11-22 15:06:04 +0100)

----------------------------------------------------------------
Allwinner fixes for 4.9, second iteration

A renaming of the GR8 DTSI and DTS to make it explicitly part of the sun5i
family.

----------------------------------------------------------------
Maxime Ripard (1):
      ARM: gr8: Rename the DTSI and relevant DTS

 arch/arm/boot/dts/Makefile                               | 2 +-
 arch/arm/boot/dts/{ntc-gr8-evb.dts => sun5i-gr8-evb.dts} | 2 +-
 arch/arm/boot/dts/{ntc-gr8.dtsi => sun5i-gr8.dtsi}       | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename arch/arm/boot/dts/{ntc-gr8-evb.dts => sun5i-gr8-evb.dts} (99%)
 rename arch/arm/boot/dts/{ntc-gr8.dtsi => sun5i-gr8.dtsi} (100%)

Comments

Arnd Bergmann Nov. 25, 2016, 9:36 p.m. UTC | #1
On Tuesday, November 22, 2016 3:31:34 PM CET Maxime Ripard wrote:
> Allwinner fixes for 4.9, second iteration
> 
> A renaming of the GR8 DTSI and DTS to make it explicitly part of the sun5i
> family.
> 

Pulled into the fixe branch, thanks!

	Arnd