mbox series

[GIT,PULL] Allwinner H3/H5 changes for 5.1

Message ID 20190208102354.vwygnt2wevbjntwy@flea
State New
Headers show
Series [GIT,PULL] Allwinner H3/H5 changes for 5.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-h3-h5-for-5.1

Message

Maxime Ripard Feb. 8, 2019, 10:23 a.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following PR for the next merge window.

Thanks!
Maxime

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-h3-h5-for-5.1

for you to fetch changes up to 0d15a7397ae7e6b03c7024e393051b79b215fed0:

  arm64: dts: allwinner: h5: libretech-all-h3-cc: Mark eMMC HS-DDR 3.3V capable (2019-02-06 13:20:36 +0100)

----------------------------------------------------------------
Allwinner H3 and H5 changes for 5.1

Our usual round of DT changes shared between arm and arm64.

We have a bunch of changes for board, improving the eMMC support on the H5
variant of the All-H3-CC, enabling HDMI and reworking the CSI driver.

----------------------------------------------------------------
Chen-Yu Tsai (2):
      ARM: dts: sunxi: h3/h5: Drop A31 fallback compatible for CSI controller
      arm64: dts: allwinner: h5: libretech-all-h3-cc: Mark eMMC HS-DDR 3.3V capable

Corentin Labbe (1):
      ARM: dts: sun8i-h3: nanopi-m1-plus: enable HDMI

 arch/arm/boot/dts/sun8i-h3-nanopi-m1-plus.dts      | 25 ++++++++++++++++++++++
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                 |  3 +--
 .../allwinner/sun50i-h5-libretech-all-h3-cc.dts    |  4 ++++
 3 files changed, 30 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 2:40 p.m. UTC | #1
On Fri, Feb 8, 2019 at 11:24 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
> Allwinner H3 and H5 changes for 5.1
>
> Our usual round of DT changes shared between arm and arm64.
>
> We have a bunch of changes for board, improving the eMMC support on the H5
> variant of the All-H3-CC, enabling HDMI and reworking the CSI driver.

Pulled into arm/dt, thanks!

     Arnd