All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] SoCFPGA updates for v5.13
@ 2021-03-30 11:04 Dinh Nguyen
  2021-03-30 11:04 ` [GIT PULL 2/3] SoCFPGA DTS " Dinh Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dinh Nguyen @ 2021-03-30 11:04 UTC (permalink / raw)
  To: arm, soc; +Cc: dinguyen

Hi Arnd, Kevin, and Olof:

Please pull in these SoCFPGA updates for v5.13.

Thanks,
Dinh

The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_update_for_v5.13

for you to fetch changes up to 4483397b03536506535d611b0cb28a81a69e8edf:

  ARM: socfpga: drop ARCH_SOCFPGA (2021-03-23 11:03:36 -0500)

----------------------------------------------------------------
SoCFPGA updates for v5.13
- Patches from Krzysztof Kozlowski the cleans up and consolidate support for
  SoCFPGA platforms
	- Rename ARCH_SOCFPGA into ARCH_INTEL_SOCFPGA
	- Consolidate ARCH_STRATIX10 into ARCH_INTEL_SOCFPGA
	- Consolidate ARCH_AGILEX into ARCH_INTEL_SOCFPGA
	- Consolidate ARCH_N5X into ARCH_INTEL_SOCFPGA

----------------------------------------------------------------
Krzysztof Kozlowski (15):
      clk: socfpga: allow building N5X clocks with ARCH_N5X
      ARM: socfpga: introduce common ARCH_INTEL_SOCFPGA
      mfd: altera: merge ARCH_SOCFPGA and ARCH_STRATIX10
      net: stmmac: merge ARCH_SOCFPGA and ARCH_STRATIX10
      clk: socfpga: build together Stratix 10, Agilex and N5X clock drivers
      clk: socfpga: merge ARCH_SOCFPGA and ARCH_STRATIX10
      EDAC: altera: merge ARCH_SOCFPGA and ARCH_STRATIX10
      arm64: socfpga: merge Agilex and N5X into ARCH_INTEL_SOCFPGA
      clk: socfpga: allow compile testing of Stratix 10 / Agilex clocks
      clk: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs (and compile test)
      dmaengine: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs
      fpga: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs
      i2c: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs
      reset: socfpga: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs
      ARM: socfpga: drop ARCH_SOCFPGA

 arch/arm/Kconfig                            |  2 +-
 arch/arm/Kconfig.debug                      |  6 +++---
 arch/arm/Makefile                           |  2 +-
 arch/arm/boot/dts/Makefile                  |  2 +-
 arch/arm/configs/multi_v7_defconfig         |  2 +-
 arch/arm/configs/socfpga_defconfig          |  2 +-
 arch/arm/mach-socfpga/Kconfig               |  4 ++--
 arch/arm64/Kconfig.platforms                | 17 ++++-------------
 arch/arm64/boot/dts/altera/Makefile         |  2 +-
 arch/arm64/boot/dts/intel/Makefile          |  6 +++---
 arch/arm64/configs/defconfig                |  2 +-
 drivers/clk/Kconfig                         |  1 +
 drivers/clk/Makefile                        |  4 +---
 drivers/clk/socfpga/Kconfig                 | 19 +++++++++++++++++++
 drivers/clk/socfpga/Makefile                | 11 +++++------
 drivers/dma/Kconfig                         |  2 +-
 drivers/edac/Kconfig                        |  2 +-
 drivers/edac/altera_edac.c                  | 17 +++++++++++------
 drivers/firmware/Kconfig                    |  2 +-
 drivers/fpga/Kconfig                        |  8 ++++----
 drivers/i2c/busses/Kconfig                  |  2 +-
 drivers/mfd/Kconfig                         |  4 ++--
 drivers/net/ethernet/stmicro/stmmac/Kconfig |  4 ++--
 drivers/reset/Kconfig                       |  6 +++---
 24 files changed, 71 insertions(+), 58 deletions(-)
 create mode 100644 drivers/clk/socfpga/Kconfig

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

* [GIT PULL 2/3] SoCFPGA DTS updates for v5.13
  2021-03-30 11:04 [GIT PULL 1/3] SoCFPGA updates for v5.13 Dinh Nguyen
@ 2021-03-30 11:04 ` Dinh Nguyen
  2021-04-01 20:15   ` Arnd Bergmann
  2021-03-30 11:04 ` [GIT PULL 3/3] ARM64 defconfig update " Dinh Nguyen
  2021-04-01 21:08 ` [GIT PULL 1/3] SoCFPGA updates " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Dinh Nguyen @ 2021-03-30 11:04 UTC (permalink / raw)
  To: arm, soc; +Cc: dinguyen

Hi Arnd, Kevin, and Olof:

Please pull in these SoCFPGA DTS updates for v5.13.

Thanks,
Dinh

The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

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.13

for you to fetch changes up to 0501418e4439d4ba2644b9d9a52287002fbc7553:

  arm64: dts: intel: adjust qpsi read-delay property (2021-03-30 05:51:30 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.13
- Patches from Krzysztof Kozlowski that fixes dtc warnings
  and dtbs_check warnings
- Adjust the "cnds,read-delay" value for the Agilex devkit to 2

----------------------------------------------------------------
Dinh Nguyen (1):
      arm64: dts: intel: adjust qpsi read-delay property

Krzysztof Kozlowski (8):
      arm64: dts: intel: socfpga: override clocks by label
      arm64: dts: intel: socfpga_agilex: move clocks out of soc node
      arm64: dts: intel: socfpga_agilex: move timer out of soc node
      arm64: dts: intel: socfpga_agilex: remove default status=okay
      arm64: dts: intel: socfpga_agilex: move usbphy out of soc node
      arm64: dts: intel: socfpga_agilex: use defined for GIC interrupts
      arm64: dts: intel: socfpga_agilex: align node names with dtschema
      arm64: dts: intel: socfpga_agilex_socdk_nand: align LED node names with dtschema

 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      | 222 ++++++++++++---------
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts |  14 +-
 .../boot/dts/intel/socfpga_agilex_socdk_nand.dts   |  18 +-
 arch/arm64/boot/dts/intel/socfpga_n5x_socdk.dts    |  12 +-
 4 files changed, 140 insertions(+), 126 deletions(-)

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

* [GIT PULL 3/3] ARM64 defconfig update for v5.13
  2021-03-30 11:04 [GIT PULL 1/3] SoCFPGA updates for v5.13 Dinh Nguyen
  2021-03-30 11:04 ` [GIT PULL 2/3] SoCFPGA DTS " Dinh Nguyen
@ 2021-03-30 11:04 ` Dinh Nguyen
  2021-04-01 21:06   ` Arnd Bergmann
  2021-04-01 21:08 ` [GIT PULL 1/3] SoCFPGA updates " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Dinh Nguyen @ 2021-03-30 11:04 UTC (permalink / raw)
  To: arm, soc; +Cc: dinguyen

Hi Arnd, Kevin, and Olof:

Please pull in this ARM64 defconfig update for v5.13.

Thanks,
Dinh

The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/arm64_defconfig_for_v5.13

for you to fetch changes up to 40f90f4763e26cc4eb04b37766b7fd3f5952b516:

  arm64: defconfig: enable Intel's eASIC N5X SoCFPGA and Keem Bay SoC (2021-03-23 12:58:46 -0500)

----------------------------------------------------------------
ARM64 defconfig for v5.13
- Add support for Intel N5X SoCFPGA
- Add support for Intel Keem SoC
- Add support for Designware SPI driver

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      arm64: defconfig: enable Intel's eASIC N5X SoCFPGA and Keem Bay SoC

 arch/arm64/configs/defconfig | 5 +++++
 1 file changed, 5 insertions(+)

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

* Re: [GIT PULL 2/3] SoCFPGA DTS updates for v5.13
  2021-03-30 11:04 ` [GIT PULL 2/3] SoCFPGA DTS " Dinh Nguyen
@ 2021-04-01 20:15   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-04-01 20:15 UTC (permalink / raw)
  To: Dinh Nguyen, arm, soc; +Cc: Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Tue, 30 Mar 2021 06:04:29 -0500, Dinh Nguyen wrote:
> Please pull in these SoCFPGA DTS updates for v5.13.
> 
> Thanks,
> Dinh
> 
> The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> 
>   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 61de0971ea913d262225dff5621018d590e67025

       Arnd

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

* Re: [GIT PULL 3/3] ARM64 defconfig update for v5.13
  2021-03-30 11:04 ` [GIT PULL 3/3] ARM64 defconfig update " Dinh Nguyen
@ 2021-04-01 21:06   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-04-01 21:06 UTC (permalink / raw)
  To: soc, Dinh Nguyen, arm; +Cc: Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Tue, 30 Mar 2021 06:04:30 -0500, Dinh Nguyen wrote:
> Please pull in this ARM64 defconfig update for v5.13.
> 
> Thanks,
> Dinh
> 
> The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> 
>   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 1288974df752635fd6276466daf1924dee6c8e25

       Arnd

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

* Re: [GIT PULL 1/3] SoCFPGA updates for v5.13
  2021-03-30 11:04 [GIT PULL 1/3] SoCFPGA updates for v5.13 Dinh Nguyen
  2021-03-30 11:04 ` [GIT PULL 2/3] SoCFPGA DTS " Dinh Nguyen
  2021-03-30 11:04 ` [GIT PULL 3/3] ARM64 defconfig update " Dinh Nguyen
@ 2021-04-01 21:08 ` Arnd Bergmann
  2 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-04-01 21:08 UTC (permalink / raw)
  To: soc, arm, Dinh Nguyen; +Cc: Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Tue, 30 Mar 2021 06:04:28 -0500, Dinh Nguyen wrote:
> Please pull in these SoCFPGA updates for v5.13.
> 
> Thanks,
> Dinh
> 
> The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> 
>   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: ba87f2009edb69fa81d344c55bcee518b0707c98

       Arnd

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

end of thread, other threads:[~2021-04-01 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 11:04 [GIT PULL 1/3] SoCFPGA updates for v5.13 Dinh Nguyen
2021-03-30 11:04 ` [GIT PULL 2/3] SoCFPGA DTS " Dinh Nguyen
2021-04-01 20:15   ` Arnd Bergmann
2021-03-30 11:04 ` [GIT PULL 3/3] ARM64 defconfig update " Dinh Nguyen
2021-04-01 21:06   ` Arnd Bergmann
2021-04-01 21:08 ` [GIT PULL 1/3] SoCFPGA updates " Arnd Bergmann

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.