All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Amlogic 64-bit DT updates for v4.13
@ 2017-06-14 17:49 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2017-06-14 17:49 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64

for you to fetch changes up to 27f87bd2900b1a95d9c8e25deeb9768cf3fdcc4e:

  ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes (2017-06-09 11:38:22 -0700)

----------------------------------------------------------------
Amlogic 64-bit DT changes for v4.13
- cleanup/reorganize alphabetically to better avoid conflicts
- add HDMI and CVBS nodes for multiple boards
- new pinctrl pins: SPI, HDMI CEC
- SCPI: fix thermal sensor reporting

New board support
- NanoPi K2 (GXBB)
- R-Box Pro (GXM)

----------------------------------------------------------------
Andreas F?rber (23):
      dt-bindings: arm: amlogic: Reorder boards
      arm64: dts: amlogic: Sort Makefile
      arm64: dts: meson-gxbb-vega-s95: Fix Wifi node name
      arm64: dts: meson-gxbb-p20x: Fix Wifi node name
      arm64: dts: meson-gx-p23x-q20x: Fix Wifi node name
      arm64: dts: meson-gxl-s905x-khadas-vim: Fix Wifi node name
      arm64: dts: meson-gxm-nexbox-a1: Drop UART comment
      arm64: dts: meson-gxl-s905x: Comment typo fix
      arm64: dts: meson-gxbb-wetek-hub: Reference CVBS node by label
      arm64: dts: meson-gxbb: Fix node order
      arm64: dts: meson-gxbb-odroidc2: Fix node order
      arm64: dts: meson-gxbb-vega-s95: Fix node order
      arm64: dts: meson-gxbb-nexbox-a95x: Fix node order
      arm64: dts: meson-gxbb-p20x: Fix node order
      arm64: dts: meson-gxl: Fix node order
      arm64: dts: meson-gxl-s905x-nexbox-a95x: Fix node order
      arm64: dts: meson-gxm-nexbox-a1: Fix node order
      arm64: dts: meson-gx-p23x-q20x: Fix node order
      dt-bindings: Add Kingnovel vendor prefix
      dt-bindings: arm: amlogic: Add R-Box Pro
      arm64: dts: meson-gxm: Add R-Box Pro
      dt-bindings: arm: amlogic: Add NanoPi K2
      arm64: dts: amlogic: Add NanoPi K2

Carlo Caione (1):
      ARM64: dts: meson-gx: Fix sensors reporting from SCP

Neil Armstrong (12):
      ARM64: dts: meson-gxl: Fix pinctrl periphs gpio-ranges
      ARM64: dts: Fix GXL periphs pinctrl pull-enable register base
      ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base
      ARM64: dts: meson-gxbb: Add CEC pins nodes
      ARM64: dts: meson-gxl: Add CEC pins nodes
      ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes
      ARM64: dts: meson-gxbb: Add SPI pinctrl nodes
      ARM64: dts: meson-gxl: Add SPI pinctrl nodes
      ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes
      ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes
      ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes
      ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes

 Documentation/devicetree/bindings/arm/amlogic.txt           |  22 +++--
 Documentation/devicetree/bindings/vendor-prefixes.txt       |   1 +
 arch/arm64/boot/dts/amlogic/Makefile                        |   8 +-
 arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi         |  60 ++++++-------
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                   |   2 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts        | 291 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts      |  52 ++++++------
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts         | 108 ++++++++++++------------
 arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi            |  66 +++++++--------
 arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi        |  56 ++++++-------
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-hub.dts        |   6 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts      |  40 +++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi                 | 213 ++++++++++++++++++++++++++++-------------------
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts        |  24 ++++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts  |  25 +++++-
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts |  52 ++++++------
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts        |  23 +++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi            |   2 +-
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi                  | 120 +++++++++++++++++---------
 arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts         |  87 ++++++++++---------
 arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts          | 240 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 21 files changed, 1117 insertions(+), 381 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Amlogic 64-bit DT updates for v4.13
@ 2017-06-14 17:49 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2017-06-14 17:49 UTC (permalink / raw)
  To: linus-amlogic

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64

for you to fetch changes up to 27f87bd2900b1a95d9c8e25deeb9768cf3fdcc4e:

  ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes (2017-06-09 11:38:22 -0700)

----------------------------------------------------------------
Amlogic 64-bit DT changes for v4.13
- cleanup/reorganize alphabetically to better avoid conflicts
- add HDMI and CVBS nodes for multiple boards
- new pinctrl pins: SPI, HDMI CEC
- SCPI: fix thermal sensor reporting

New board support
- NanoPi K2 (GXBB)
- R-Box Pro (GXM)

----------------------------------------------------------------
Andreas F?rber (23):
      dt-bindings: arm: amlogic: Reorder boards
      arm64: dts: amlogic: Sort Makefile
      arm64: dts: meson-gxbb-vega-s95: Fix Wifi node name
      arm64: dts: meson-gxbb-p20x: Fix Wifi node name
      arm64: dts: meson-gx-p23x-q20x: Fix Wifi node name
      arm64: dts: meson-gxl-s905x-khadas-vim: Fix Wifi node name
      arm64: dts: meson-gxm-nexbox-a1: Drop UART comment
      arm64: dts: meson-gxl-s905x: Comment typo fix
      arm64: dts: meson-gxbb-wetek-hub: Reference CVBS node by label
      arm64: dts: meson-gxbb: Fix node order
      arm64: dts: meson-gxbb-odroidc2: Fix node order
      arm64: dts: meson-gxbb-vega-s95: Fix node order
      arm64: dts: meson-gxbb-nexbox-a95x: Fix node order
      arm64: dts: meson-gxbb-p20x: Fix node order
      arm64: dts: meson-gxl: Fix node order
      arm64: dts: meson-gxl-s905x-nexbox-a95x: Fix node order
      arm64: dts: meson-gxm-nexbox-a1: Fix node order
      arm64: dts: meson-gx-p23x-q20x: Fix node order
      dt-bindings: Add Kingnovel vendor prefix
      dt-bindings: arm: amlogic: Add R-Box Pro
      arm64: dts: meson-gxm: Add R-Box Pro
      dt-bindings: arm: amlogic: Add NanoPi K2
      arm64: dts: amlogic: Add NanoPi K2

Carlo Caione (1):
      ARM64: dts: meson-gx: Fix sensors reporting from SCP

Neil Armstrong (12):
      ARM64: dts: meson-gxl: Fix pinctrl periphs gpio-ranges
      ARM64: dts: Fix GXL periphs pinctrl pull-enable register base
      ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base
      ARM64: dts: meson-gxbb: Add CEC pins nodes
      ARM64: dts: meson-gxl: Add CEC pins nodes
      ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes
      ARM64: dts: meson-gxbb: Add SPI pinctrl nodes
      ARM64: dts: meson-gxl: Add SPI pinctrl nodes
      ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes
      ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes
      ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes
      ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes

 Documentation/devicetree/bindings/arm/amlogic.txt           |  22 +++--
 Documentation/devicetree/bindings/vendor-prefixes.txt       |   1 +
 arch/arm64/boot/dts/amlogic/Makefile                        |   8 +-
 arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi         |  60 ++++++-------
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi                   |   2 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts        | 291 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts      |  52 ++++++------
 arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts         | 108 ++++++++++++------------
 arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi            |  66 +++++++--------
 arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi        |  56 ++++++-------
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-hub.dts        |   6 +-
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts      |  40 +++++++++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi                 | 213 ++++++++++++++++++++++++++++-------------------
 arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts        |  24 ++++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts  |  25 +++++-
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts |  52 ++++++------
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts        |  23 +++++
 arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi            |   2 +-
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi                  | 120 +++++++++++++++++---------
 arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts         |  87 ++++++++++---------
 arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts          | 240 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 21 files changed, 1117 insertions(+), 381 deletions(-)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Amlogic 64-bit DT updates for v4.13
  2017-06-14 17:49 ` Kevin Hilman
@ 2017-06-19  3:40   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-06-19  3:40 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Wed, Jun 14, 2017 at 10:49:36AM -0700, Kevin Hilman wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64
> 
> for you to fetch changes up to 27f87bd2900b1a95d9c8e25deeb9768cf3fdcc4e:
> 
>   ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes (2017-06-09 11:38:22 -0700)
> 
> ----------------------------------------------------------------
> Amlogic 64-bit DT changes for v4.13
> - cleanup/reorganize alphabetically to better avoid conflicts
> - add HDMI and CVBS nodes for multiple boards
> - new pinctrl pins: SPI, HDMI CEC
> - SCPI: fix thermal sensor reporting
> 
> New board support
> - NanoPi K2 (GXBB)
> - R-Box Pro (GXM)

Merged, thanks!

> 
> ----------------------------------------------------------------
> Andreas F??rber (23):
>       dt-bindings: arm: amlogic: Reorder boards
>       arm64: dts: amlogic: Sort Makefile
>       arm64: dts: meson-gxbb-vega-s95: Fix Wifi node name
>       arm64: dts: meson-gxbb-p20x: Fix Wifi node name
>       arm64: dts: meson-gx-p23x-q20x: Fix Wifi node name
>       arm64: dts: meson-gxl-s905x-khadas-vim: Fix Wifi node name
>       arm64: dts: meson-gxm-nexbox-a1: Drop UART comment
>       arm64: dts: meson-gxl-s905x: Comment typo fix
>       arm64: dts: meson-gxbb-wetek-hub: Reference CVBS node by label
>       arm64: dts: meson-gxbb: Fix node order
>       arm64: dts: meson-gxbb-odroidc2: Fix node order
>       arm64: dts: meson-gxbb-vega-s95: Fix node order
>       arm64: dts: meson-gxbb-nexbox-a95x: Fix node order
>       arm64: dts: meson-gxbb-p20x: Fix node order
>       arm64: dts: meson-gxl: Fix node order
>       arm64: dts: meson-gxl-s905x-nexbox-a95x: Fix node order
>       arm64: dts: meson-gxm-nexbox-a1: Fix node order
>       arm64: dts: meson-gx-p23x-q20x: Fix node order

Small nit: Most of these could probably have been squashed into a few
patches, being able to bisect them individually isn't likely to be useful.

>       dt-bindings: Add Kingnovel vendor prefix
>       dt-bindings: arm: amlogic: Add R-Box Pro
>       arm64: dts: meson-gxm: Add R-Box Pro
>       dt-bindings: arm: amlogic: Add NanoPi K2
>       arm64: dts: amlogic: Add NanoPi K2
> 
> Carlo Caione (1):
>       ARM64: dts: meson-gx: Fix sensors reporting from SCP
> 
> Neil Armstrong (12):
>       ARM64: dts: meson-gxl: Fix pinctrl periphs gpio-ranges
>       ARM64: dts: Fix GXL periphs pinctrl pull-enable register base
>       ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base
>       ARM64: dts: meson-gxbb: Add CEC pins nodes
>       ARM64: dts: meson-gxl: Add CEC pins nodes
>       ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes
>       ARM64: dts: meson-gxbb: Add SPI pinctrl nodes
>       ARM64: dts: meson-gxl: Add SPI pinctrl nodes
>       ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes
>       ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes
>       ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes
>       ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes

Same for some of these, but it's just a few.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Amlogic 64-bit DT updates for v4.13
@ 2017-06-19  3:40   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-06-19  3:40 UTC (permalink / raw)
  To: linus-amlogic

Hi,

On Wed, Jun 14, 2017 at 10:49:36AM -0700, Kevin Hilman wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-dt64
> 
> for you to fetch changes up to 27f87bd2900b1a95d9c8e25deeb9768cf3fdcc4e:
> 
>   ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes (2017-06-09 11:38:22 -0700)
> 
> ----------------------------------------------------------------
> Amlogic 64-bit DT changes for v4.13
> - cleanup/reorganize alphabetically to better avoid conflicts
> - add HDMI and CVBS nodes for multiple boards
> - new pinctrl pins: SPI, HDMI CEC
> - SCPI: fix thermal sensor reporting
> 
> New board support
> - NanoPi K2 (GXBB)
> - R-Box Pro (GXM)

Merged, thanks!

> 
> ----------------------------------------------------------------
> Andreas F??rber (23):
>       dt-bindings: arm: amlogic: Reorder boards
>       arm64: dts: amlogic: Sort Makefile
>       arm64: dts: meson-gxbb-vega-s95: Fix Wifi node name
>       arm64: dts: meson-gxbb-p20x: Fix Wifi node name
>       arm64: dts: meson-gx-p23x-q20x: Fix Wifi node name
>       arm64: dts: meson-gxl-s905x-khadas-vim: Fix Wifi node name
>       arm64: dts: meson-gxm-nexbox-a1: Drop UART comment
>       arm64: dts: meson-gxl-s905x: Comment typo fix
>       arm64: dts: meson-gxbb-wetek-hub: Reference CVBS node by label
>       arm64: dts: meson-gxbb: Fix node order
>       arm64: dts: meson-gxbb-odroidc2: Fix node order
>       arm64: dts: meson-gxbb-vega-s95: Fix node order
>       arm64: dts: meson-gxbb-nexbox-a95x: Fix node order
>       arm64: dts: meson-gxbb-p20x: Fix node order
>       arm64: dts: meson-gxl: Fix node order
>       arm64: dts: meson-gxl-s905x-nexbox-a95x: Fix node order
>       arm64: dts: meson-gxm-nexbox-a1: Fix node order
>       arm64: dts: meson-gx-p23x-q20x: Fix node order

Small nit: Most of these could probably have been squashed into a few
patches, being able to bisect them individually isn't likely to be useful.

>       dt-bindings: Add Kingnovel vendor prefix
>       dt-bindings: arm: amlogic: Add R-Box Pro
>       arm64: dts: meson-gxm: Add R-Box Pro
>       dt-bindings: arm: amlogic: Add NanoPi K2
>       arm64: dts: amlogic: Add NanoPi K2
> 
> Carlo Caione (1):
>       ARM64: dts: meson-gx: Fix sensors reporting from SCP
> 
> Neil Armstrong (12):
>       ARM64: dts: meson-gxl: Fix pinctrl periphs gpio-ranges
>       ARM64: dts: Fix GXL periphs pinctrl pull-enable register base
>       ARM64: dts: Fix GXBB periphs pinctrl pull-enable register base
>       ARM64: dts: meson-gxbb: Add CEC pins nodes
>       ARM64: dts: meson-gxl: Add CEC pins nodes
>       ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes
>       ARM64: dts: meson-gxbb: Add SPI pinctrl nodes
>       ARM64: dts: meson-gxl: Add SPI pinctrl nodes
>       ARM64: dts: meson-gxbb-wetek-play2: Add HDMI and CVBS Nodes
>       ARM64: dts: meson-gxl-s905d-p230: Add HDMI nodes
>       ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes
>       ARM64: dts: meson-gxl-s905x-p212: Add HDMI and CVBS nodes

Same for some of these, but it's just a few.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-19  3:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14 17:49 [GIT PULL] Amlogic 64-bit DT updates for v4.13 Kevin Hilman
2017-06-14 17:49 ` Kevin Hilman
2017-06-19  3:40 ` Olof Johansson
2017-06-19  3:40   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.