mbox series

[GIT,PULL] AT91 device tree updates for 6.2

Message ID 20221110115431.180908-1-claudiu.beznea@microchip.com (mailing list archive)
State Accepted
Commit 6ef881e4462ad113f2627001f4bb5276abc11c5e
Headers show
Series [GIT,PULL] AT91 device tree updates for 6.2 | expand

Pull-request

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

Message

Claudiu Beznea Nov. 10, 2022, 11:54 a.m. UTC
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5258d30f33bdbb495f6de7601db5d60e13223a5b:

  ARM: dts: at91: sam9x60ek: remove status = "okay" for regulators (2022-11-01 12:28:58 +0200)

----------------------------------------------------------------
AT91 DT for 6.2

It contains:
- interrupt support for ethernet PHYs on pcb8290 board
- thermal management support for SAMA7G5 by adding OTP controller
  (that keeps temperature sensor calibration data), proper ADC
  bindings and describing thermal zones
- securam node from SAMA7G5 is now described with generic name (sram)
- remove of status = "okay" from SAM9X60-EK regulators

----------------------------------------------------------------
Claudiu Beznea (7):
      ARM: dts: at91: sama7g5: add otpc node
      ARM: dts: at91: sama7g5: add io-channel-cells to adc node
      ARM: dts: at91: sama7g5: add cells for temperature calibration
      ARM: dts: at91: sama7g5: add temperature sensor
      ARM: dts: at91: sama7g5: add thermal zones node
      ARM: dts: at91: sama7g5: use generic name for securam
      ARM: dts: at91: sam9x60ek: remove status = "okay" for regulators

Horatiu Vultur (1):
      ARM: dts: lan966x: Add interrupt support for PHYs on pcb8290

 arch/arm/boot/dts/at91-sam9x60ek.dts  |  4 ---
 arch/arm/boot/dts/lan966x-pcb8290.dts | 16 +++++++++
 arch/arm/boot/dts/sama7g5.dtsi        | 67 ++++++++++++++++++++++++++++++++++-
 3 files changed, 82 insertions(+), 5 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Nov. 14, 2022, 3:30 p.m. UTC | #1
Hello:

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

On Thu, 10 Nov 2022 13:54:31 +0200 you wrote:
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
> 
>   Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-6.2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] AT91 device tree updates for 6.2
    https://git.kernel.org/soc/soc/c/6ef881e4462a

You are awesome, thank you!