mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] AT91 device tree changes for v5.20
@ 2022-07-05  8:46 Claudiu Beznea
  2022-07-05  9:17 ` Claudiu.Beznea
  0 siblings, 1 reply; 2+ messages in thread
From: Claudiu Beznea @ 2022-07-05  8:46 UTC (permalink / raw)
  To: arnd, olof, arm, soc
  Cc: nicolas.ferre, alexandre.belloni, linux-arm-kernel, linux-kernel

Hi, Arnd, Olof, ARM SoC maintainers,

Please pull the following AT91 fixes for v5.20.

Thank you,
Claudiu Beznea

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4dd1a613e464e9036d5163fc8ec5f7dc6e394b53:

  ARM: dts: lan966x: Add UDPHS support (2022-07-05 10:42:18 +0300)

----------------------------------------------------------------
AT91 DT for v5.20

It contains:
- compilation warning fixes for SAMA5D2
- updates for all AT91 device tree to use generic name for reset
  controller
- reset controller node for SAMA7G5
- MCAN1 and UDPHS nodes for LAN966 SoCs
- Flexcom3 bindings were updated for lan966x-pcb8291.dts board to cope
  with reality

----------------------------------------------------------------
Claudiu Beznea (4):
      ARM: dts: at91: sama5d2: fix compilation warning
      ARM: dts: at91: sama5d2: fix compilation warning
      ARM: dts: at91: use generic name for reset controller
      ARM: dts: at91: sama7g5: add reset-controller node

Herve Codina (2):
      dt-bindings: usb: atmel: Add Microchip LAN9662 compatible string
      ARM: dts: lan966x: Add UDPHS support

Kavyasree Kotagiri (2):
      ARM: dts: lan966x: Add mcan1 node.
      ARM: dts: lan966x: Cleanup flexcom3 usart pinctrl settings.

 .../devicetree/bindings/usb/atmel-usb.txt          |  3 +++
 arch/arm/boot/dts/at91-sama5d27_som1.dtsi          |  2 ++
 arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi        |  2 ++
 arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts          |  2 ++
 arch/arm/boot/dts/at91-sama5d2_xplained.dts        |  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/at91sam9g45.dtsi                 |  2 +-
 arch/arm/boot/dts/at91sam9n12.dtsi                 |  2 +-
 arch/arm/boot/dts/at91sam9rl.dtsi                  |  2 +-
 arch/arm/boot/dts/at91sam9x5.dtsi                  |  2 +-
 arch/arm/boot/dts/lan966x-pcb8291.dts              | 18 ++++-----------
 arch/arm/boot/dts/lan966x.dtsi                     | 26 ++++++++++++++++++++++
 arch/arm/boot/dts/sam9x60.dtsi                     |  2 +-
 arch/arm/boot/dts/sama5d2.dtsi                     | 24 +++++++++-----------
 arch/arm/boot/dts/sama5d3.dtsi                     |  2 +-
 arch/arm/boot/dts/sama5d4.dtsi                     |  2 +-
 arch/arm/boot/dts/sama7g5.dtsi                     |  7 ++++++
 19 files changed, 69 insertions(+), 37 deletions(-)

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

* Re: [GIT PULL] AT91 device tree changes for v5.20
  2022-07-05  8:46 [GIT PULL] AT91 device tree changes for v5.20 Claudiu Beznea
@ 2022-07-05  9:17 ` Claudiu.Beznea
  0 siblings, 0 replies; 2+ messages in thread
From: Claudiu.Beznea @ 2022-07-05  9:17 UTC (permalink / raw)
  To: arnd, olof, arm, soc; +Cc: alexandre.belloni, linux-arm-kernel, linux-kernel

On 05.07.2022 11:46, Claudiu Beznea wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Hi, Arnd, Olof, ARM SoC maintainers,
> 
> Please pull the following AT91 fixes for v5.20.

s/fixes/updates

> 
> Thank you,
> Claudiu Beznea
> 
> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
> 
>   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-5.20
> 
> for you to fetch changes up to 4dd1a613e464e9036d5163fc8ec5f7dc6e394b53:
> 
>   ARM: dts: lan966x: Add UDPHS support (2022-07-05 10:42:18 +0300)
> 
> ----------------------------------------------------------------
> AT91 DT for v5.20
> 
> It contains:
> - compilation warning fixes for SAMA5D2
> - updates for all AT91 device tree to use generic name for reset
>   controller
> - reset controller node for SAMA7G5
> - MCAN1 and UDPHS nodes for LAN966 SoCs
> - Flexcom3 bindings were updated for lan966x-pcb8291.dts board to cope
>   with reality
> 
> ----------------------------------------------------------------
> Claudiu Beznea (4):
>       ARM: dts: at91: sama5d2: fix compilation warning
>       ARM: dts: at91: sama5d2: fix compilation warning
>       ARM: dts: at91: use generic name for reset controller
>       ARM: dts: at91: sama7g5: add reset-controller node
> 
> Herve Codina (2):
>       dt-bindings: usb: atmel: Add Microchip LAN9662 compatible string
>       ARM: dts: lan966x: Add UDPHS support
> 
> Kavyasree Kotagiri (2):
>       ARM: dts: lan966x: Add mcan1 node.
>       ARM: dts: lan966x: Cleanup flexcom3 usart pinctrl settings.
> 
>  .../devicetree/bindings/usb/atmel-usb.txt          |  3 +++
>  arch/arm/boot/dts/at91-sama5d27_som1.dtsi          |  2 ++
>  arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi        |  2 ++
>  arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts          |  2 ++
>  arch/arm/boot/dts/at91-sama5d2_xplained.dts        |  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/at91sam9g45.dtsi                 |  2 +-
>  arch/arm/boot/dts/at91sam9n12.dtsi                 |  2 +-
>  arch/arm/boot/dts/at91sam9rl.dtsi                  |  2 +-
>  arch/arm/boot/dts/at91sam9x5.dtsi                  |  2 +-
>  arch/arm/boot/dts/lan966x-pcb8291.dts              | 18 ++++-----------
>  arch/arm/boot/dts/lan966x.dtsi                     | 26 ++++++++++++++++++++++
>  arch/arm/boot/dts/sam9x60.dtsi                     |  2 +-
>  arch/arm/boot/dts/sama5d2.dtsi                     | 24 +++++++++-----------
>  arch/arm/boot/dts/sama5d3.dtsi                     |  2 +-
>  arch/arm/boot/dts/sama5d4.dtsi                     |  2 +-
>  arch/arm/boot/dts/sama7g5.dtsi                     |  7 ++++++
>  19 files changed, 69 insertions(+), 37 deletions(-)
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


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

end of thread, other threads:[~2022-07-05  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05  8:46 [GIT PULL] AT91 device tree changes for v5.20 Claudiu Beznea
2022-07-05  9:17 ` Claudiu.Beznea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®