* [GIT PULL] ARM: socfpga: updates for v6.16
@ 2025-05-06 0:48 Dinh Nguyen
2025-05-10 20:18 ` Arnd Bergmann
0 siblings, 1 reply; 3+ messages in thread
From: Dinh Nguyen @ 2025-05-06 0:48 UTC (permalink / raw)
To: arm, soc; +Cc: dinguyen
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=q, Size: 3380 bytes --]
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_updates_for_v6.16
for you to fetch changes up to 8dbffe5f5dd531a3c3f9d603462e499085449277:
dt-bindings: clock: socfpga: convert to yaml (2025-05-03 13:33:23 -0500)
----------------------------------------------------------------
SoCFPGA DTS updates for v6.16
- Updates to dt-bindings
- Document Agilex5 NAND daughter board
- Convert Stratix10 FPGA Manager to json-schema
- Convert Stratix10 Service Layer to json-schema
- Add document for Terasic's DE10-nano board
- Add support for Agilex5 NAND daughter board
- Add basic support for Terasic's DE10-nano board
----------------------------------------------------------------
Mahesh Rao (2):
dt-bindings: fpga: stratix10: Convert to json-schema
dt-bindings: firmware: stratix10: Convert to json-schema
Matthew Gerlach (2):
arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators
dt-bindings: clock: socfpga: convert to yaml
Niravkumar L Rabara (6):
dt-bindings: intel: document Agilex5 NAND daughter board
arm64: dts: socfpga: agilex5: add NAND daughter board
arm64: dts: socfpga: agilex5: fix gpio0 address
arm64: dts: socfpga: agilex5: add qspi flash node
arm64: dts: socfpga: agilex5: add led and memory nodes
arm64: dts: socfpga: agilex: Add dma channel id for spi
Uwe Kleine-König (2):
dt-bindings: altera: Add compatible for Terasic's DE10-nano
ARM: dts: socfpga: Add basic support for Terrasic's de10-nano
Documentation/devicetree/bindings/arm/altera.yaml | 1 +
.../bindings/arm/altera/socfpga-clk-manager.yaml | 102 ++++++++++++++++++++-
.../devicetree/bindings/arm/intel,socfpga.yaml | 1 +
.../devicetree/bindings/clock/altr_socfpga.txt | 30 ------
.../bindings/firmware/intel,stratix10-svc.txt | 57 ------------
.../bindings/firmware/intel,stratix10-svc.yaml | 93 +++++++++++++++++++
.../fpga/intel,stratix10-soc-fpga-mgr.yaml | 36 ++++++++
.../bindings/fpga/intel-stratix10-soc-fpga-mgr.txt | 18 ----
arch/arm/boot/dts/intel/socfpga/Makefile | 1 +
.../intel/socfpga/socfpga_cyclone5_de10nano.dts | 95 +++++++++++++++++++
arch/arm64/boot/dts/intel/Makefile | 1 +
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 6 ++
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi | 4 +-
.../arm64/boot/dts/intel/socfpga_agilex5_socdk.dts | 51 +++++++++++
.../boot/dts/intel/socfpga_agilex5_socdk_nand.dts | 89 ++++++++++++++++++
15 files changed, 477 insertions(+), 108 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/clock/altr_socfpga.txt
delete mode 100644 Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt
create mode 100644 Documentation/devicetree/bindings/firmware/intel,stratix10-svc.yaml
create mode 100644 Documentation/devicetree/bindings/fpga/intel,stratix10-soc-fpga-mgr.yaml
delete mode 100644 Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt
create mode 100644 arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_de10nano.dts
create mode 100644 arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] ARM: socfpga: updates for v6.16
2025-05-06 0:48 [GIT PULL] ARM: socfpga: updates for v6.16 Dinh Nguyen
@ 2025-05-10 20:18 ` Arnd Bergmann
2025-05-13 2:28 ` Dinh Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2025-05-10 20:18 UTC (permalink / raw)
To: Dinh Nguyen, arm, soc; +Cc: soc, linux-arm-kernel
On Tue, May 6, 2025, at 02:48, Dinh Nguyen wrote:
> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
>
> Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
> tags/socfpga_dts_updates_for_v6.16
>
> for you to fetch changes up to 8dbffe5f5dd531a3c3f9d603462e499085449277:
>
> dt-bindings: clock: socfpga: convert to yaml (2025-05-03 13:33:23 -0500)
>
> ----------------------------------------------------------------
> SoCFPGA DTS updates for v6.16
> - Updates to dt-bindings
> - Document Agilex5 NAND daughter board
> - Convert Stratix10 FPGA Manager to json-schema
> - Convert Stratix10 Service Layer to json-schema
> - Add document for Terasic's DE10-nano board
> - Add support for Agilex5 NAND daughter board
> - Add basic support for Terasic's DE10-nano board
Hi Dinh,
I'm not sure exactly what happened, but I see that this is
almost the same as the previous pull request that you had sent
for 6.15 in late march.
I had already pulled in the previous version, and if I pull
this one now it would result in duplicate commits. Would
it work for you if I just cherry-pick the "dt-bindings:
clock: socfpga: convert to yaml" patch on top, to avoid
rebasing everything else?
Note: the list address has changed again, so please send
future pull requests to soc@lists.linux.dev, cc:linux-arm-kernel.
The arm@kernel.org and soc@kernel.org aliases still work
for the moment, but the real address is the @lists.linux.dev
one.
Arnd
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] ARM: socfpga: updates for v6.16
2025-05-10 20:18 ` Arnd Bergmann
@ 2025-05-13 2:28 ` Dinh Nguyen
0 siblings, 0 replies; 3+ messages in thread
From: Dinh Nguyen @ 2025-05-13 2:28 UTC (permalink / raw)
To: Arnd Bergmann, arm, soc; +Cc: soc, linux-arm-kernel
On 5/10/25 15:18, Arnd Bergmann wrote:
> On Tue, May 6, 2025, at 02:48, Dinh Nguyen wrote:
>> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
>>
>> Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
>>
>> are available in the Git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
>> tags/socfpga_dts_updates_for_v6.16
>>
>> for you to fetch changes up to 8dbffe5f5dd531a3c3f9d603462e499085449277:
>>
>> dt-bindings: clock: socfpga: convert to yaml (2025-05-03 13:33:23 -0500)
>>
>> ----------------------------------------------------------------
>> SoCFPGA DTS updates for v6.16
>> - Updates to dt-bindings
>> - Document Agilex5 NAND daughter board
>> - Convert Stratix10 FPGA Manager to json-schema
>> - Convert Stratix10 Service Layer to json-schema
>> - Add document for Terasic's DE10-nano board
>> - Add support for Agilex5 NAND daughter board
>> - Add basic support for Terasic's DE10-nano board
>
> Hi Dinh,
>
> I'm not sure exactly what happened, but I see that this is
> almost the same as the previous pull request that you had sent
> for 6.15 in late march.
>
> I had already pulled in the previous version, and if I pull
> this one now it would result in duplicate commits. Would
> it work for you if I just cherry-pick the "dt-bindings:
> clock: socfpga: convert to yaml" patch on top, to avoid
> rebasing everything else?
I apologize, I just assumed that since I missed the 6.15 window, that it
would gone and I'd rebase for v6.16. They are the same patches. I'll
remember that next time. Yes, just the "dt-bindings: clock: socfpga:
convert to yaml" patch would be fine.
>
> Note: the list address has changed again, so please send
> future pull requests to soc@lists.linux.dev, cc:linux-arm-kernel.
> The arm@kernel.org and soc@kernel.org aliases still work
> for the moment, but the real address is the @lists.linux.dev
> one.
>
Noted.
Thanks,
Dinh
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-13 2:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-06 0:48 [GIT PULL] ARM: socfpga: updates for v6.16 Dinh Nguyen
2025-05-10 20:18 ` Arnd Bergmann
2025-05-13 2:28 ` Dinh Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox