mbox

[GIT,PULL] Allwinner fixes for 3.19

Message ID 20150125173914.GA26866@lukather
State New
Headers show

Pull-request

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

Message

Maxime Ripard Jan. 25, 2015, 5:39 p.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following commits for the 3.19 kernel.

Thanks!
Maxime

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

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

for you to fetch changes up to 117a2cc38ffe0b46bcc6f991a3534b345477439c:

  ARM: sunxi: dt: Fix aliases (2015-01-25 18:06:34 +0100)

----------------------------------------------------------------
Allwinner fixes for 3.19

A few minor fixes for the 3.19 kernel:
  - The 8250 uart driver now respects the aliases, which pointed out that we
    were using them wrong. Fixed them.
  - The simplefb pipeline that was used on the A10 caused flickering and
    tearing, and rendered it pretty much useless. Added a new simplefb node
    with another pipeline that removes this issue. Note that we need to keep
    the old node because u-boot 2015.01 uses it.
  - Added a fix for the USB phy node on sun4i/sun5i

----------------------------------------------------------------
Chen-Yu Tsai (1):
      ARM: dts: sunxi: Fix usb-phy support for sun4i/sun5i

Hans de Goede (2):
      ARM: dts: sun6i: ippo-q8h-v5: Fix serial0 alias
      ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline

Maxime Ripard (1):
      ARM: sunxi: dt: Fix aliases

 arch/arm/boot/dts/sun4i-a10.dtsi                 | 20 ++++++++++----------
 arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts |  6 ++++++
 arch/arm/boot/dts/sun5i-a10s.dtsi                |  8 ++------
 arch/arm/boot/dts/sun5i-a13-hsg-h702.dts         |  4 ++++
 arch/arm/boot/dts/sun5i-a13-olinuxino-micro.dts  |  4 ++++
 arch/arm/boot/dts/sun5i-a13-olinuxino.dts        |  4 ++++
 arch/arm/boot/dts/sun5i-a13.dtsi                 |  9 ++-------
 arch/arm/boot/dts/sun6i-a31.dtsi                 |  6 ------
 arch/arm/boot/dts/sun7i-a20-bananapi.dts         |  6 ++++++
 arch/arm/boot/dts/sun7i-a20-hummingbird.dts      |  8 ++++++++
 arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts  |  3 +++
 arch/arm/boot/dts/sun7i-a20.dtsi                 |  8 --------
 arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts      |  4 ++++
 arch/arm/boot/dts/sun8i-a23.dtsi                 |  9 ---------
 arch/arm/boot/dts/sun9i-a80-optimus.dts          |  5 +++++
 arch/arm/boot/dts/sun9i-a80.dtsi                 | 10 ----------
 16 files changed, 58 insertions(+), 56 deletions(-)

Comments

Olof Johansson Jan. 27, 2015, 4:22 a.m. UTC | #1
On Sun, Jan 25, 2015 at 06:39:14PM +0100, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof,
> 
> Please pull the following commits for the 3.19 kernel.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-fixes-for-3.19
> 
> for you to fetch changes up to 117a2cc38ffe0b46bcc6f991a3534b345477439c:
> 
>   ARM: sunxi: dt: Fix aliases (2015-01-25 18:06:34 +0100)
> 
> ----------------------------------------------------------------
> Allwinner fixes for 3.19
> 
> A few minor fixes for the 3.19 kernel:
>   - The 8250 uart driver now respects the aliases, which pointed out that we
>     were using them wrong. Fixed them.

D'oh. We found this in time on Tegra, but I guess Allwinner snuck by without
anyone noticing before the code went in.

>   - The simplefb pipeline that was used on the A10 caused flickering and
>     tearing, and rendered it pretty much useless. Added a new simplefb node
>     with another pipeline that removes this issue. Note that we need to keep
>     the old node because u-boot 2015.01 uses it.
>   - Added a fix for the USB phy node on sun4i/sun5i
> 
> ----------------------------------------------------------------

Merged, thanks.


-Olof
Maxime Ripard Jan. 27, 2015, 8:43 a.m. UTC | #2
On Mon, Jan 26, 2015 at 08:22:37PM -0800, Olof Johansson wrote:
> On Sun, Jan 25, 2015 at 06:39:14PM +0100, Maxime Ripard wrote:
> > Hi Arnd, Kevin, Olof,
> > 
> > Please pull the following commits for the 3.19 kernel.
> > 
> > Thanks!
> > Maxime
> > 
> > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> > 
> >   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> > 
> > are available in the git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-fixes-for-3.19
> > 
> > for you to fetch changes up to 117a2cc38ffe0b46bcc6f991a3534b345477439c:
> > 
> >   ARM: sunxi: dt: Fix aliases (2015-01-25 18:06:34 +0100)
> > 
> > ----------------------------------------------------------------
> > Allwinner fixes for 3.19
> > 
> > A few minor fixes for the 3.19 kernel:
> >   - The 8250 uart driver now respects the aliases, which pointed out that we
> >     were using them wrong. Fixed them.
> 
> D'oh. We found this in time on Tegra, but I guess Allwinner snuck by without
> anyone noticing before the code went in.

Yeah, almost all of the boards use uart0 as their "main" UART, and so
only the secondary UART were affected by this, which made us catch it
pretty late.

Maxime