All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1
@ 2022-02-11 11:25 Dinh Nguyen
  2022-02-11 11:25 ` [GIT PULL 2/2] arm64: dts: socfpga: dts updates for v5.17, part 2 Dinh Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dinh Nguyen @ 2022-02-11 11:25 UTC (permalink / raw)
  To: arm, soc; +Cc: dinguyen

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.18_part1

for you to fetch changes up to 0f7b715101f097cd1784272f67a8c3f570d7958f:

  ARM: dts: socfpga: cyclone5: align regulator node with dtschema (2022-02-09 20:58:10 -0600)

----------------------------------------------------------------
SoCFPGA dts updates for v5.18, part 1
- Cleanup of Altera/Intel ARMv7 and ARMv8 DTS and bindings

----------------------------------------------------------------
Dinh Nguyen (2):
      ARM: dts: socfpga: arria10: align regulator node with dtschema
      ARM: dts: socfpga: cyclone5: align regulator node with dtschema

Krzysztof Kozlowski (20):
      dt-bindings: altera: document existing Cyclone 5 board compatibles
      dt-bindings: altera: document Arria 5 based board compatibles
      dt-bindings: altera: document Arria 10 based board compatibles
      dt-bindings: altera: document VT compatibles
      dt-bindings: altera: document Stratix 10 based board compatibles
      dt-bindings: intel: document Agilex based board compatibles
      dt-bindings: clock: intel,stratix10: convert to dtschema
      ARM: dts: arria5: add board compatible for SoCFPGA DK
      ARM: dts: arria10: add board compatible for Mercury AA1
      ARM: dts: arria10: add board compatible for SoCFPGA DK
      arm64: dts: stratix10: add board compatible for SoCFPGA DK
      arm64: dts: stratix10: move ARM timer out of SoC node
      arm64: dts: stratix10: align mmc node names with dtschema
      arm64: dts: stratix10: align regulator node names with dtschema
      arm64: dts: agilex: add board compatible for SoCFPGA DK
      arm64: dts: agilex: add board compatible for N5X DK
      arm64: dts: agilex: align mmc node names with dtschema
      arm64: dts: intel: socfpga_agilex_socdk: align LED node names with dtschema
      arm64: dts: stratix10: align pl330 node name with dtschema
      arm64: dts: agilex: align pl330 node name with dtschema

 Documentation/devicetree/bindings/arm/altera.yaml  | 46 +++++++++++++++++++---
 .../devicetree/bindings/arm/intel,socfpga.yaml     | 26 ++++++++++++
 .../devicetree/bindings/clock/intc_stratix10.txt   | 20 ----------
 .../devicetree/bindings/clock/intel,stratix10.yaml | 35 ++++++++++++++++
 arch/arm/boot/dts/socfpga_arria10_mercury_aa1.dts  |  2 +-
 arch/arm/boot/dts/socfpga_arria10_socdk.dtsi       |  2 +-
 arch/arm/boot/dts/socfpga_arria5_socdk.dts         |  4 +-
 arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dts |  2 +-
 .../arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dts |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts       |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts      |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_sodia.dts       |  2 +-
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  | 23 +++++------
 .../boot/dts/altera/socfpga_stratix10_socdk.dts    |  3 +-
 .../dts/altera/socfpga_stratix10_socdk_nand.dts    |  3 +-
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      |  4 +-
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts |  7 ++--
 .../boot/dts/intel/socfpga_agilex_socdk_nand.dts   |  1 +
 arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts    |  1 +
 19 files changed, 134 insertions(+), 53 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/intel,socfpga.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/intc_stratix10.txt
 create mode 100644 Documentation/devicetree/bindings/clock/intel,stratix10.yaml

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

* [GIT PULL 2/2] arm64: dts: socfpga: dts updates for v5.17, part 2
  2022-02-11 11:25 [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1 Dinh Nguyen
@ 2022-02-11 11:25 ` Dinh Nguyen
  2022-02-13  1:08   ` Dinh Nguyen
  2022-02-18 20:40 ` [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1 patchwork-bot+linux-soc
  2022-02-25 17:21 ` patchwork-bot+linux-soc
  2 siblings, 1 reply; 5+ messages in thread
From: Dinh Nguyen @ 2022-02-11 11:25 UTC (permalink / raw)
  To: arm, soc; +Cc: dinguyen

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.18_part2

for you to fetch changes up to 268a491aebc25e6dc7c618903b09ac3a2e8af530:

  arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" (2022-02-09 13:18:48 -0600)

----------------------------------------------------------------
SoCFPGA dts updates for v5.18, part 2
- Add the "intel,socfpga-agilex-hsotg" compatible for Agilex platform

----------------------------------------------------------------
Dinh Nguyen (2):
      dt-bindings: usb: dwc2: add compatible "intel,socfpga-agilex-hsotg"
      arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg"

 Documentation/devicetree/bindings/usb/dwc2.yaml | 1 +
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

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

* Re: [GIT PULL 2/2] arm64: dts: socfpga: dts updates for v5.17, part 2
  2022-02-11 11:25 ` [GIT PULL 2/2] arm64: dts: socfpga: dts updates for v5.17, part 2 Dinh Nguyen
@ 2022-02-13  1:08   ` Dinh Nguyen
  0 siblings, 0 replies; 5+ messages in thread
From: Dinh Nguyen @ 2022-02-13  1:08 UTC (permalink / raw)
  To: arm, soc

Please ignore this pull request. It looks like Greg KH took these 2 
patches into the USB tree.

Thanks,
Dinh
On 2/11/22 05:25, Dinh Nguyen wrote:
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>    Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.18_part2
> 
> for you to fetch changes up to 268a491aebc25e6dc7c618903b09ac3a2e8af530:
> 
>    arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg" (2022-02-09 13:18:48 -0600)
> 
> ----------------------------------------------------------------
> SoCFPGA dts updates for v5.18, part 2
> - Add the "intel,socfpga-agilex-hsotg" compatible for Agilex platform
> 
> ----------------------------------------------------------------
> Dinh Nguyen (2):
>        dt-bindings: usb: dwc2: add compatible "intel,socfpga-agilex-hsotg"
>        arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg"
> 
>   Documentation/devicetree/bindings/usb/dwc2.yaml | 1 +
>   arch/arm64/boot/dts/intel/socfpga_agilex.dtsi   | 4 ++--
>   2 files changed, 3 insertions(+), 2 deletions(-)

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

* Re: [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1
  2022-02-11 11:25 [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1 Dinh Nguyen
  2022-02-11 11:25 ` [GIT PULL 2/2] arm64: dts: socfpga: dts updates for v5.17, part 2 Dinh Nguyen
@ 2022-02-18 20:40 ` patchwork-bot+linux-soc
  2022-02-25 17:21 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2022-02-18 20:40 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: soc

Hello:

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

On Fri, 11 Feb 2022 05:25:55 -0600 you wrote:
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.18_part1
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1
    (no matching commit)
  - [GIT,PULL,2/2] arm64: dts: socfpga: dts updates for v5.17, part 2
    https://git.kernel.org/soc/soc/c/35f541791175

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1
  2022-02-11 11:25 [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1 Dinh Nguyen
  2022-02-11 11:25 ` [GIT PULL 2/2] arm64: dts: socfpga: dts updates for v5.17, part 2 Dinh Nguyen
  2022-02-18 20:40 ` [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1 patchwork-bot+linux-soc
@ 2022-02-25 17:21 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2022-02-25 17:21 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: soc

Hello:

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

On Fri, 11 Feb 2022 05:25:55 -0600 you wrote:
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_update_for_v5.18_part1
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1
    https://git.kernel.org/soc/soc/c/ab2dad6f9e74
  - [GIT,PULL,2/2] arm64: dts: socfpga: dts updates for v5.17, part 2
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-02-25 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 11:25 [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1 Dinh Nguyen
2022-02-11 11:25 ` [GIT PULL 2/2] arm64: dts: socfpga: dts updates for v5.17, part 2 Dinh Nguyen
2022-02-13  1:08   ` Dinh Nguyen
2022-02-18 20:40 ` [GIT PULL 1/2] ARM: dts: socfpga: dts bindings cleanup for v5.18, part 1 patchwork-bot+linux-soc
2022-02-25 17:21 ` patchwork-bot+linux-soc

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.