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, soc@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 5.8
Date: Mon, 18 May 2020 23:28:44 +0200	[thread overview]
Message-ID: <20200518212844.GA26356@piout.net> (raw)

Arnd, Olof,

Despite a new evaluation board being added this cycle, the move of the
flexcom nodes to the sama5d2 dtsi and the switch to the new PMC bindings
result in the deletion of about 100 lines.

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 88d801aec6e971c15a0bfb4d46d02476dde9e8aa:

  ARM: dts: at91: sama5d2_xplained: Add aliases for the dedicated I2C IPs (2020-05-18 16:51:58 +0200)

----------------------------------------------------------------
AT91 DT for 5.8

 - New board: Microchip SAMA5D2 Industrial Connectivity Platform
 - All SoCs are now converted to the new PMC device tree binding
 - sama5d2 flexcom nodes are now fully described in sama5d2.dtsi

----------------------------------------------------------------
Alexandre Belloni (4):
      ARM: dts: at91: sama5d3: switch to new clock bindings
      ARM: dts: at91: at91sam9n12: switch to new clock bindings
      ARM: dts: at91: at91sam9g45: switch to new clock bindings
      ARM: dts: at91: rm9200: switch to new clock bindings

Claudiu Beznea (1):
      ARM: dts: at91: sama5d27_som1: Add SPI NOR flash mapping

Codrin Ciubotariu (2):
      dt-bindings: ARM: Document SAMA5D2-ICP
      ARM: dts: at91: Configure I2C SCL gpio as open drain

Cristian Birsan (1):
      ARM: dts: at91: sama5d2-icp: add SAMA5D2-ICP

Cyrille Pitchen (1):
      ARM: dts: at91: sama5d2_xplained: Add QSPI0 + SPI NOR memory nodes

Ludovic Desroches (6):
      ARM: dts: at91: sama5d2_ptc_ek: fix sdmmc0 node description
      ARM: dts: at91: sama5d2_ptc_ek: fix vbus pin
      ARM: dts: at91: sama5d2_ptc_ek: add PB_USER as wakeup source
      ARM: dts: at91: sama5d27_som1_ek: enable i2c0
      ARM: dts: at91: sama5d27_som1_ek: add an alias for i2c0
      ARM: dts: at91: at91-sama5d27_som1: Enable eeprom device

Tudor Ambarus (20):
      ARM: dts: at91: sam9x60ek: Use quad mode in the spi-nor flash
      ARM: dts: at91: sam9x60ek: Add sdmmc1 node
      ARM: dts: at91: sama5d27_wlsom1: Add alias for i2c0
      ARM: dts: at91: sama5d2: Fix the label numbering for flexcom functions
      ARM: dts: at91: sama5d2: Move flx4 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Move flx3 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Move flx2 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Move flx1 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Move flx0 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Specify the FIFO size for the Flexcom UART
      ARM: dts: at91: sama5d2: Add DMA bindings for the SPI and UART flx4 functions
      ARM: dts: at91: sama5d2: Add DMA bindings for the flx3 SPI function
      ARM: dts: at91: sama5d2: Add DMA bindings for the flx1 I2C function
      ARM: dts: at91: sama5d2: Add DMA bindings for the SPI and I2C flx0 functions
      ARM: dts: at91: sama5d2: Remove i2s and tcb aliases from SoC dtsi
      ARM: dts: at91: sama5d2: Add missing flexcom definitions
      ARM: dts: at91: sama5d2_xplained: Add alias for DBGU
      ARM: dts: at91: sama5d2_ptc_ek: Add comments to describe the aliases
      ARM: dts: at91: sama5d2_xplained: Describe the flx0 I2C function
      ARM: dts: at91: sama5d2_xplained: Add aliases for the dedicated I2C IPs

 .../devicetree/bindings/arm/atmel-at91.yaml        |   7 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/at91-dvk_su60_somc.dtsi          |   2 +-
 arch/arm/boot/dts/at91-kizbox3-hs.dts              |   4 +-
 arch/arm/boot/dts/at91-kizbox3_common.dtsi         |  48 +-
 arch/arm/boot/dts/at91-sam9x60ek.dts               |  23 +
 arch/arm/boot/dts/at91-sama5d27_som1.dtsi          |  54 ++
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts        |  64 +-
 arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi        |  16 +-
 arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts      |  12 -
 arch/arm/boot/dts/at91-sama5d2_icp.dts             | 767 +++++++++++++++++++++
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts          |  25 +-
 arch/arm/boot/dts/at91-sama5d2_xplained.dts        | 118 +++-
 arch/arm/boot/dts/at91-wb50n.dtsi                  |   4 -
 arch/arm/boot/dts/at91rm9200.dtsi                  | 296 +-------
 arch/arm/boot/dts/at91sam9g45.dtsi                 | 338 +--------
 arch/arm/boot/dts/at91sam9m10g45ek.dts             |   4 +-
 arch/arm/boot/dts/at91sam9n12.dtsi                 | 324 +--------
 arch/arm/boot/dts/at91sam9n12ek.dts                |   2 +-
 arch/arm/boot/dts/sama5d2.dtsi                     | 295 +++++++-
 arch/arm/boot/dts/sama5d3.dtsi                     | 430 ++----------
 arch/arm/boot/dts/sama5d3_can.dtsi                 |  20 +-
 arch/arm/boot/dts/sama5d3_emac.dtsi                |   8 +-
 arch/arm/boot/dts/sama5d3_gmac.dtsi                |  11 +-
 arch/arm/boot/dts/sama5d3_lcd.dtsi                 |  19 +-
 arch/arm/boot/dts/sama5d3_mci2.dtsi                |  11 +-
 arch/arm/boot/dts/sama5d3_tcb1.dtsi                |  12 +-
 arch/arm/boot/dts/sama5d3_uart.dtsi                |  20 +-
 arch/arm/boot/dts/sama5d3xmb.dtsi                  |   6 +-
 arch/arm/boot/dts/sama5d3xmb_cmp.dtsi              |   6 +-
 arch/arm/boot/dts/sama5d4.dtsi                     |   6 +-
 31 files changed, 1429 insertions(+), 1524 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sama5d2_icp.dts

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

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	arm@kernel.org, soc@kernel.org
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: at91: DT for 5.8
Date: Mon, 18 May 2020 23:28:44 +0200	[thread overview]
Message-ID: <20200518212844.GA26356@piout.net> (raw)

Arnd, Olof,

Despite a new evaluation board being added this cycle, the move of the
flexcom nodes to the sama5d2 dtsi and the switch to the new PMC bindings
result in the deletion of about 100 lines.

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 88d801aec6e971c15a0bfb4d46d02476dde9e8aa:

  ARM: dts: at91: sama5d2_xplained: Add aliases for the dedicated I2C IPs (2020-05-18 16:51:58 +0200)

----------------------------------------------------------------
AT91 DT for 5.8

 - New board: Microchip SAMA5D2 Industrial Connectivity Platform
 - All SoCs are now converted to the new PMC device tree binding
 - sama5d2 flexcom nodes are now fully described in sama5d2.dtsi

----------------------------------------------------------------
Alexandre Belloni (4):
      ARM: dts: at91: sama5d3: switch to new clock bindings
      ARM: dts: at91: at91sam9n12: switch to new clock bindings
      ARM: dts: at91: at91sam9g45: switch to new clock bindings
      ARM: dts: at91: rm9200: switch to new clock bindings

Claudiu Beznea (1):
      ARM: dts: at91: sama5d27_som1: Add SPI NOR flash mapping

Codrin Ciubotariu (2):
      dt-bindings: ARM: Document SAMA5D2-ICP
      ARM: dts: at91: Configure I2C SCL gpio as open drain

Cristian Birsan (1):
      ARM: dts: at91: sama5d2-icp: add SAMA5D2-ICP

Cyrille Pitchen (1):
      ARM: dts: at91: sama5d2_xplained: Add QSPI0 + SPI NOR memory nodes

Ludovic Desroches (6):
      ARM: dts: at91: sama5d2_ptc_ek: fix sdmmc0 node description
      ARM: dts: at91: sama5d2_ptc_ek: fix vbus pin
      ARM: dts: at91: sama5d2_ptc_ek: add PB_USER as wakeup source
      ARM: dts: at91: sama5d27_som1_ek: enable i2c0
      ARM: dts: at91: sama5d27_som1_ek: add an alias for i2c0
      ARM: dts: at91: at91-sama5d27_som1: Enable eeprom device

Tudor Ambarus (20):
      ARM: dts: at91: sam9x60ek: Use quad mode in the spi-nor flash
      ARM: dts: at91: sam9x60ek: Add sdmmc1 node
      ARM: dts: at91: sama5d27_wlsom1: Add alias for i2c0
      ARM: dts: at91: sama5d2: Fix the label numbering for flexcom functions
      ARM: dts: at91: sama5d2: Move flx4 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Move flx3 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Move flx2 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Move flx1 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Move flx0 definitions in the SoC dtsi
      ARM: dts: at91: sama5d2: Specify the FIFO size for the Flexcom UART
      ARM: dts: at91: sama5d2: Add DMA bindings for the SPI and UART flx4 functions
      ARM: dts: at91: sama5d2: Add DMA bindings for the flx3 SPI function
      ARM: dts: at91: sama5d2: Add DMA bindings for the flx1 I2C function
      ARM: dts: at91: sama5d2: Add DMA bindings for the SPI and I2C flx0 functions
      ARM: dts: at91: sama5d2: Remove i2s and tcb aliases from SoC dtsi
      ARM: dts: at91: sama5d2: Add missing flexcom definitions
      ARM: dts: at91: sama5d2_xplained: Add alias for DBGU
      ARM: dts: at91: sama5d2_ptc_ek: Add comments to describe the aliases
      ARM: dts: at91: sama5d2_xplained: Describe the flx0 I2C function
      ARM: dts: at91: sama5d2_xplained: Add aliases for the dedicated I2C IPs

 .../devicetree/bindings/arm/atmel-at91.yaml        |   7 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/at91-dvk_su60_somc.dtsi          |   2 +-
 arch/arm/boot/dts/at91-kizbox3-hs.dts              |   4 +-
 arch/arm/boot/dts/at91-kizbox3_common.dtsi         |  48 +-
 arch/arm/boot/dts/at91-sam9x60ek.dts               |  23 +
 arch/arm/boot/dts/at91-sama5d27_som1.dtsi          |  54 ++
 arch/arm/boot/dts/at91-sama5d27_som1_ek.dts        |  64 +-
 arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi        |  16 +-
 arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts      |  12 -
 arch/arm/boot/dts/at91-sama5d2_icp.dts             | 767 +++++++++++++++++++++
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts          |  25 +-
 arch/arm/boot/dts/at91-sama5d2_xplained.dts        | 118 +++-
 arch/arm/boot/dts/at91-wb50n.dtsi                  |   4 -
 arch/arm/boot/dts/at91rm9200.dtsi                  | 296 +-------
 arch/arm/boot/dts/at91sam9g45.dtsi                 | 338 +--------
 arch/arm/boot/dts/at91sam9m10g45ek.dts             |   4 +-
 arch/arm/boot/dts/at91sam9n12.dtsi                 | 324 +--------
 arch/arm/boot/dts/at91sam9n12ek.dts                |   2 +-
 arch/arm/boot/dts/sama5d2.dtsi                     | 295 +++++++-
 arch/arm/boot/dts/sama5d3.dtsi                     | 430 ++----------
 arch/arm/boot/dts/sama5d3_can.dtsi                 |  20 +-
 arch/arm/boot/dts/sama5d3_emac.dtsi                |   8 +-
 arch/arm/boot/dts/sama5d3_gmac.dtsi                |  11 +-
 arch/arm/boot/dts/sama5d3_lcd.dtsi                 |  19 +-
 arch/arm/boot/dts/sama5d3_mci2.dtsi                |  11 +-
 arch/arm/boot/dts/sama5d3_tcb1.dtsi                |  12 +-
 arch/arm/boot/dts/sama5d3_uart.dtsi                |  20 +-
 arch/arm/boot/dts/sama5d3xmb.dtsi                  |   6 +-
 arch/arm/boot/dts/sama5d3xmb_cmp.dtsi              |   6 +-
 arch/arm/boot/dts/sama5d4.dtsi                     |   6 +-
 31 files changed, 1429 insertions(+), 1524 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-sama5d2_icp.dts

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-05-18 21:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 21:28 Alexandre Belloni [this message]
2020-05-18 21:28 ` [GIT PULL] ARM: at91: DT for 5.8 Alexandre Belloni

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=20200518212844.GA26356@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 \
    --cc=soc@kernel.org \
    /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.