mbox series

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

Message ID 20181207145400.7wazz6nyppbzgprk@flea
State New
Headers show
Series [GIT,PULL] Allwinner H3/H5 changes for 4.21 | expand

Pull-request

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

Message

Maxime Ripard Dec. 7, 2018, 2:54 p.m. UTC
Hi Arnd, Kevin, Olof,

Please pull the following changes for the next merge window.

Thanks!
Maxime

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -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-4.21

for you to fetch changes up to 8be5b161bb3d07bc5a119dfe0285ec05d28202c9:

  arm64: dts: allwinner: h5: Add Video Engine node (2018-12-05 12:03:06 +0100)

----------------------------------------------------------------
Allwinner H3/H5 changes for 4.21

Our usual pull request with the changes shared between the H3 and H5 SoCs.

The major changes for this release are:
  - Addition of the video engine for the H5
  - H3 Camera support
  - New board: Emlid Neutis N5, Mapleboard MP130

----------------------------------------------------------------
Aleksandr Aleksandrov (2):
      dt-bindings: vendor-prefix: new vendor - Emlid
      arm64: dts: allwinner: new board - Emlid Neutis N5

Jonathan McDowell (1):
      ARM: dts: sun8i-h3: Add dts for the Mapleboard MP130

Jorik Jonker (1):
      ARM: dts: sun8i-h3: add sy8106a to orange pi plus

Mylène Josserand (1):
      ARM: dts: sun8i: Add the H3/H5 CSI controller

Paul Kocialkowski (4):
      ARM: dts: sun8i: h3: Fix the system-control register range
      arm64: dts: allwinner: h5: Add system-control node with SRAM C1
      ARM/arm64: dts: allwinner: Move H3/H5 syscon label over to soc-specific nodes
      arm64: dts: allwinner: h5: Add Video Engine node

 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts    | 153 +++++++++++++++++++++
 arch/arm/boot/dts/sun8i-h3-orangepi-plus.dts       |  20 +++
 arch/arm/boot/dts/sun8i-h3.dtsi                    |   4 +-
 arch/arm/boot/dts/sunxi-h3-h5.dtsi                 |  28 +++-
 arch/arm64/boot/dts/allwinner/Makefile             |   1 +
 .../sun50i-h5-emlid-neutis-n5-devboard.dts         | 149 ++++++++++++++++++++
 .../dts/allwinner/sun50i-h5-emlid-neutis-n5.dtsi   |  61 ++++++++
 arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi       |  33 +++++
 10 files changed, 443 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun8i-h3-mapleboard-mp130.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h5-emlid-neutis-n5-devboard.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h5-emlid-neutis-n5.dtsi

Comments

Olof Johansson Dec. 12, 2018, 10 p.m. UTC | #1
On Fri, Dec 07, 2018 at 03:54:00PM +0100, Maxime Ripard wrote:
> Hi Arnd, Kevin, Olof,
> 
> Please pull the following changes for the next merge window.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -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-4.21
> 
> for you to fetch changes up to 8be5b161bb3d07bc5a119dfe0285ec05d28202c9:
> 
>   arm64: dts: allwinner: h5: Add Video Engine node (2018-12-05 12:03:06 +0100)

Merged, thanks!


-Olof