Merge tag 'sunxi-fixes-for-3.19' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Tue, 27 Jan 2015 04:19:27 +0000 (20:19 -0800)
committerOlof Johansson <olof@lixom.net>
Tue, 27 Jan 2015 04:19:27 +0000 (20:19 -0800)
commitc6e3324e3b3e2516e8b698d0983c4c0f5a1293a8
tree0ce83e4725cd21ecac705d1ad30e563a35b98f62
parent4b3415c9363f828e7f1e45edecb57930849d5d5b
parent117a2cc38ffe0b46bcc6f991a3534b345477439c
Merge tag 'sunxi-fixes-for-3.19' of https://git./linux/kernel/git/mripard/linux into fixes

Merge "Allwinner fixes for 3.19" from Maxime Ripard:

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

* tag 'sunxi-fixes-for-3.19' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux:
  ARM: sunxi: dt: Fix aliases
  ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipeline
  ARM: dts: sun6i: ippo-q8h-v5: Fix serial0 alias
  ARM: dts: sunxi: Fix usb-phy support for sun4i/sun5i

Signed-off-by: Olof Johansson <olof@lixom.net>