mbox series

[GIT,PULL] AT91 DT updates for 6.5

Message ID 20230530105945.11638-1-claudiu.beznea@microchip.com (mailing list archive)
State Accepted
Commit 4d1010ff173e3733c4f4d1f1e1feb329b7808feb
Headers show
Series [GIT,PULL] AT91 DT updates for 6.5 | expand

Pull-request

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

Message

Claudiu Beznea May 30, 2023, 10:59 a.m. UTC
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4ceb0c70d0dae0f1327c4cfda3826b98a885f735:

  ARM: dts: at91: sama5d2: remove extra line (2023-05-24 12:15:29 +0300)

----------------------------------------------------------------
AT91 DT for 6.5

It contains:
- gpio-line-names addition for at91-tse850-3 board
- support for SMA connectors on lan966x-pcb8309 board
- use drive-open-drain as boolean property as this is how code handles
  it
- generic names for clock controller devices
- use of the new clock controller bindings for at91sam9n12 slow clock
  controller
- one blank line removal on sama5d2.dtsi

----------------------------------------------------------------
Claudiu Beznea (4):
      ARM: dts: at91: use clock-controller name for PMC nodes
      ARM: dts: at91: at91sam9n12: witch sckc to new clock bindings
      ARM: dts: at91: use clock-controller name for sckc nodes
      ARM: dts: at91: sama5d2: remove extra line

Horatiu Vultur (1):
      ARM: dts: lan966x: Add support for SMA connectors

Peter Rosin (1):
      ARM: dts: at91: tse850: add properties for gpio-line-names

Ryan Wanner (1):
      ARM: dts: at91: Return to boolean properties

 arch/arm/boot/dts/at91-kizbox3-hs.dts      |  2 +-
 arch/arm/boot/dts/at91-kizbox3_common.dtsi |  2 +-
 arch/arm/boot/dts/at91-tse850-3.dts        | 60 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91rm9200.dtsi          |  2 +-
 arch/arm/boot/dts/at91sam9260.dtsi         |  2 +-
 arch/arm/boot/dts/at91sam9261.dtsi         |  2 +-
 arch/arm/boot/dts/at91sam9263.dtsi         |  2 +-
 arch/arm/boot/dts/at91sam9g20.dtsi         |  2 +-
 arch/arm/boot/dts/at91sam9g25.dtsi         |  2 +-
 arch/arm/boot/dts/at91sam9g35.dtsi         |  2 +-
 arch/arm/boot/dts/at91sam9g45.dtsi         |  4 +-
 arch/arm/boot/dts/at91sam9n12.dtsi         | 25 ++-----------
 arch/arm/boot/dts/at91sam9rl.dtsi          |  4 +-
 arch/arm/boot/dts/at91sam9x25.dtsi         |  2 +-
 arch/arm/boot/dts/at91sam9x35.dtsi         |  2 +-
 arch/arm/boot/dts/at91sam9x5.dtsi          |  4 +-
 arch/arm/boot/dts/lan966x-pcb8309.dts      | 14 +++++++
 arch/arm/boot/dts/sam9x60.dtsi             |  4 +-
 arch/arm/boot/dts/sama5d2.dtsi             |  5 +--
 arch/arm/boot/dts/sama5d3.dtsi             |  4 +-
 arch/arm/boot/dts/sama5d3_emac.dtsi        |  2 +-
 arch/arm/boot/dts/sama5d4.dtsi             |  4 +-
 arch/arm/boot/dts/sama7g5.dtsi             |  2 +-
 23 files changed, 105 insertions(+), 49 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org June 6, 2023, 8:40 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 30 May 2023 13:59:45 +0300 you wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-6.5
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] AT91 DT updates for 6.5
    https://git.kernel.org/soc/soc/c/4d1010ff173e

You are awesome, thank you!