mbox

[GIT,PULL] Allwinner SimpleFB support for 3.19

Message ID 20141123163554.GA5788@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git sunxi-simplefb-for-3.19

Message

Maxime Ripard Nov. 23, 2014, 4:35 p.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following patches that enable simplefb on most of the
Allwinner SoCs, allowing to finaly be able to have support for a video
display using simplefb as a temp solution.

Thanks,
Maxime

The following changes since commit 109588fd214c930ce6561997250f0eea456a8f7b:

  ARM: dts: sun6i: Add ethernet support to M9 board (2014-11-23 17:00:25 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git sunxi-simplefb-for-3.19

for you to fetch changes up to a9f8cda32a3acc3150755fe973f7fa1867a7a5d6:

  ARM: dts: sunxi: Update simplefb nodes so that u-boot can find them (2014-11-23 17:21:52 +0100)

----------------------------------------------------------------
Allwinner simple frambuffer support

This enables the simple framebuffer on all the supported Allwinner SoCs (but
the A80). That allows to have at last a video display usable by using the
framebuffer the firmware might have set up.

----------------------------------------------------------------
Hans de Goede (6):
      ARM: dts: sun4i: Add simplefb node
      ARM: dts: sun5i: Add simplefb node
      ARM: dts: sun6i: Add simplefb node
      ARM: dts: sun7i: Add simplefb node
      ARM: dts: sunxi: Add de_be0 clk parent pll to simplefb node
      ARM: dts: sunxi: Update simplefb nodes so that u-boot can find them

 arch/arm/boot/dts/sun4i-a10.dtsi  | 14 ++++++++++++++
 arch/arm/boot/dts/sun5i-a10s.dtsi | 14 ++++++++++++++
 arch/arm/boot/dts/sun6i-a31.dtsi  | 12 ++++++++++++
 arch/arm/boot/dts/sun7i-a20.dtsi  | 14 ++++++++++++++
 4 files changed, 54 insertions(+)

Comments

Arnd Bergmann Nov. 28, 2014, 2:05 p.m. UTC | #1
On Sunday 23 November 2014, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof,
> 
> Please pull the following patches that enable simplefb on most of the
> Allwinner SoCs, allowing to finaly be able to have support for a video
> display using simplefb as a temp solution.
> 
> Thanks,
> Maxime
> 
> The following changes since commit 109588fd214c930ce6561997250f0eea456a8f7b:
> 
>   ARM: dts: sun6i: Add ethernet support to M9 board (2014-11-23 17:00:25 +0100)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git sunxi-simplefb-for-3.19
> 
> for you to fetch changes up to a9f8cda32a3acc3150755fe973f7fa1867a7a5d6:
> 
>   ARM: dts: sunxi: Update simplefb nodes so that u-boot can find them (2014-11-23 17:21:52 +0100)
> 
> ----------------------------------------------------------------
> Allwinner simple frambuffer support
> 
> This enables the simple framebuffer on all the supported Allwinner SoCs (but
> the A80). That allows to have at last a video display usable by using the
> framebuffer the firmware might have set up.
> 

Pulled into next/dt. I'm glad you finally reached a consensus on this. I
never followed the discussion but saw the hundreds of mails fly by on the
topic.

	Arnd
Maxime Ripard Dec. 1, 2014, 4:38 p.m. UTC | #2
Hi,

On Fri, Nov 28, 2014 at 03:05:58PM +0100, Arnd Bergmann wrote:
> On Sunday 23 November 2014, Maxime Ripard wrote:
> > Allwinner simple frambuffer support
> > 
> > This enables the simple framebuffer on all the supported Allwinner SoCs (but
> > the A80). That allows to have at last a video display usable by using the
> > framebuffer the firmware might have set up.
> > 
> 
> Pulled into next/dt. I'm glad you finally reached a consensus on this. I
> never followed the discussion but saw the hundreds of mails fly by on the
> topic.

Yep, kudos to Hans for his patience and persistence on this.

Maxime