mbox

[GIT,PULL] Allwinner Fixes for 4.7

Message ID 20160704191058.GA29277@lukather
State New
Headers show

Pull-request

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

Message

Maxime Ripard July 4, 2016, 7:10 p.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following changes in 4.7.

Thanks!
Maxime

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to eee25ab19de632af1ab4d2ac50bfc5006802e664:

  ARM: dts: sun7i: Fix pll3x2 and pll7x2 not having a parent clock (2016-06-29 09:03:13 +0200)

----------------------------------------------------------------
Allwinner Fixes for 4.7

Two patches fixing simplefb on the SoCs that had their display clocks
enabled, and one fix for the CHIP that will enable its sched clock.

----------------------------------------------------------------
Boris Brezillon (1):
      ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13

Hans de Goede (2):
      ARM: dts: sunxi: Add pll3 to simplefb nodes clocks lists
      ARM: dts: sun7i: Fix pll3x2 and pll7x2 not having a parent clock

 arch/arm/boot/dts/sun4i-a10.dtsi    | 21 ++++++++++++---------
 arch/arm/boot/dts/sun5i-a10s.dtsi   | 11 ++++++-----
 arch/arm/boot/dts/sun5i-r8-chip.dts |  2 +-
 arch/arm/boot/dts/sun7i-a20.dtsi    | 13 ++++++++-----
 4 files changed, 27 insertions(+), 20 deletions(-)

Comments

Arnd Bergmann July 5, 2016, 1:56 p.m. UTC | #1
On Monday, July 4, 2016 9:10:58 PM CEST Maxime Ripard wrote:
> Allwinner Fixes for 4.7
> 
> Two patches fixing simplefb on the SoCs that had their display clocks
> enabled, and one fix for the CHIP that will enable its sched clock.
> 
> 

Pulled into the fixes branch, thanks!

	Arnd