All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	arm@kernel.org
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>,
	Ludovic Desroches <ludovic.desroches@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: at91: DT for 4.20
Date: Tue, 25 Sep 2018 12:42:26 +0200	[thread overview]
Message-ID: <20180925104226.GA32034@piout.net> (raw)

Arnd, Olof,

Here are the DT changes for 4.20. Mostly cleanups and small additions.

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.20-dt

for you to fetch changes up to 97181516b0785dd032700ae4899842389c6bea78:

  arm: dts: sama5d2: Update coresight bindings for hardware ports (2018-09-19 19:12:25 +0200)

----------------------------------------------------------------
AT91 DT for 4.20

 - warning fiwes from Rob
 - many updates for the axentia boards
 - ADC, I2S and touch screen support for sama5d2

----------------------------------------------------------------
Codrin Ciubotariu (1):
      ARM: dts: at91: sama5d2: add I2S clock muxing nodes

Cyrille Pitchen (2):
      ARM: dts: at91: sama5d2: add nodes for I2S controllers
      ARM: dts: at91: sama5d2 Xplained: add pin muxing for I2S

Eugen Hristev (4):
      ARM: dts: at91: sama5d2: add channel cells for ADC device
      ARM: dts: at91: sama5d2: Add resistive touch device
      ARM: dts: at91: sama5d4: add labels to soc dtsi for derivative boards
      ARM: dts: at91: sama5d27_som1_ek: add adc regulators

Jay Foster (1):
      ARM: dts: at91/trivial: Fix USART1 definition for at91sam9g45

Nicolas Ferre (1):
      ARM: dts: at91/trivial: remove old NAND bindings leftover in sama5d2

Peter Rosin (7):
      ARM: dts: at91: nattis: set the PRLUD and HIPOW signals low
      ARM: dts: at91: nattis: make the SD-card slot work
      ARM: dts: at91: nattis: state the actual lvds-encoder chip
      ARM: dts: at91: nattis: move pinctrls for the lvds chip to the lvds node
      ARM: dts: at91: nattis: describe the lvds panel
      ARM: dts: at91: nattis: drop three indentation levels
      ARM: dts: at91: tse850: drop three indentation levels

Rob Herring (1):
      ARM: dts: atmel: Fix I2C and SPI bus warnings

Suzuki K Poulose (1):
      arm: dts: sama5d2: Update coresight bindings for hardware ports

 arch/arm/boot/dts/at91-dvk_su60_somc.dtsi     |   4 +-
 arch/arm/boot/dts/at91-dvk_su60_somc_lcm.dtsi |   4 +-
 arch/arm/boot/dts/at91-nattis-2-natte-2.dts   | 103 +++++++++++----------
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts   |  42 +++++++++
 arch/arm/boot/dts/at91-sama5d2_xplained.dts   |  30 +++++++
 arch/arm/boot/dts/at91-tse850-3.dts           |  32 +++----
 arch/arm/boot/dts/at91-vinco.dts              |   2 +-
 arch/arm/boot/dts/at91sam9260ek.dts           |   2 +-
 arch/arm/boot/dts/at91sam9261ek.dts           |   2 +-
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi   |   2 +-
 arch/arm/boot/dts/at91sam9g45.dtsi            |   2 +-
 arch/arm/boot/dts/sama5d2.dtsi                | 123 ++++++++++++++++----------
 arch/arm/boot/dts/sama5d4.dtsi                |   8 +-
 13 files changed, 233 insertions(+), 123 deletions(-)

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: alexandre.belloni@bootlin.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: at91: DT for 4.20
Date: Tue, 25 Sep 2018 12:42:26 +0200	[thread overview]
Message-ID: <20180925104226.GA32034@piout.net> (raw)

Arnd, Olof,

Here are the DT changes for 4.20. Mostly cleanups and small additions.

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-4.20-dt

for you to fetch changes up to 97181516b0785dd032700ae4899842389c6bea78:

  arm: dts: sama5d2: Update coresight bindings for hardware ports (2018-09-19 19:12:25 +0200)

----------------------------------------------------------------
AT91 DT for 4.20

 - warning fiwes from Rob
 - many updates for the axentia boards
 - ADC, I2S and touch screen support for sama5d2

----------------------------------------------------------------
Codrin Ciubotariu (1):
      ARM: dts: at91: sama5d2: add I2S clock muxing nodes

Cyrille Pitchen (2):
      ARM: dts: at91: sama5d2: add nodes for I2S controllers
      ARM: dts: at91: sama5d2 Xplained: add pin muxing for I2S

Eugen Hristev (4):
      ARM: dts: at91: sama5d2: add channel cells for ADC device
      ARM: dts: at91: sama5d2: Add resistive touch device
      ARM: dts: at91: sama5d4: add labels to soc dtsi for derivative boards
      ARM: dts: at91: sama5d27_som1_ek: add adc regulators

Jay Foster (1):
      ARM: dts: at91/trivial: Fix USART1 definition for at91sam9g45

Nicolas Ferre (1):
      ARM: dts: at91/trivial: remove old NAND bindings leftover in sama5d2

Peter Rosin (7):
      ARM: dts: at91: nattis: set the PRLUD and HIPOW signals low
      ARM: dts: at91: nattis: make the SD-card slot work
      ARM: dts: at91: nattis: state the actual lvds-encoder chip
      ARM: dts: at91: nattis: move pinctrls for the lvds chip to the lvds node
      ARM: dts: at91: nattis: describe the lvds panel
      ARM: dts: at91: nattis: drop three indentation levels
      ARM: dts: at91: tse850: drop three indentation levels

Rob Herring (1):
      ARM: dts: atmel: Fix I2C and SPI bus warnings

Suzuki K Poulose (1):
      arm: dts: sama5d2: Update coresight bindings for hardware ports

 arch/arm/boot/dts/at91-dvk_su60_somc.dtsi     |   4 +-
 arch/arm/boot/dts/at91-dvk_su60_somc_lcm.dtsi |   4 +-
 arch/arm/boot/dts/at91-nattis-2-natte-2.dts   | 103 +++++++++++----------
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts   |  42 +++++++++
 arch/arm/boot/dts/at91-sama5d2_xplained.dts   |  30 +++++++
 arch/arm/boot/dts/at91-tse850-3.dts           |  32 +++----
 arch/arm/boot/dts/at91-vinco.dts              |   2 +-
 arch/arm/boot/dts/at91sam9260ek.dts           |   2 +-
 arch/arm/boot/dts/at91sam9261ek.dts           |   2 +-
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi   |   2 +-
 arch/arm/boot/dts/at91sam9g45.dtsi            |   2 +-
 arch/arm/boot/dts/sama5d2.dtsi                | 123 ++++++++++++++++----------
 arch/arm/boot/dts/sama5d4.dtsi                |   8 +-
 13 files changed, 233 insertions(+), 123 deletions(-)

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

             reply	other threads:[~2018-09-25 10:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-25 10:42 Alexandre Belloni [this message]
2018-09-25 10:42 ` [GIT PULL] ARM: at91: DT for 4.20 Alexandre Belloni
2018-09-25 20:40 ` Olof Johansson
2018-09-25 20:40   ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180925104226.GA32034@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=olof@lixom.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.