linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] SoCFPGA DTS updates for v5.5
@ 2019-10-29 14:37 Dinh Nguyen
  2019-10-29 14:37 ` [GIT PULL 2/2] arm64: defconfig update " Dinh Nguyen
  2019-11-08 16:51 ` [GIT PULL 1/2] SoCFPGA DTS updates " Dinh Nguyen
  0 siblings, 2 replies; 4+ messages in thread
From: Dinh Nguyen @ 2019-10-29 14:37 UTC (permalink / raw)
  To: arm, soc; +Cc: dinguyen, linux-arm-kernel

Hi Arnd, Kevin, and Olof:

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

Thanks,
Dinh

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -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_v5.5

for you to fetch changes up to aa74337ee73df5de3cb6c920100d01c3d95346cc:

  arm64: dts: agilex: add service layer, fpga manager and fpga region (2019-10-21 22:49:09 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.5
- Arria10
	- modify QSPI read-delay property
- Agilex
	- Add QSPI support
	- Enable USB and LEDs
	- Add service layer, fpga manager support
- Stratix10
	- Update QSPI reg address

----------------------------------------------------------------
Dinh Nguyen (2):
      ARM: dts: arria10: Modify QSPI read_delay for Arria10
      arm64: agilex: enable USB and LEDs on agilex devkit

Ooi, Joyce (2):
      arm64: dts: agilex: add QSPI support for Intel Agilex
      arm64: dts: altera: update QSPI reg addresses for Stratix10

Richard Gong (1):
      arm64: dts: agilex: add service layer, fpga manager and fpga region

 arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts   |  2 +-
 .../boot/dts/altera/socfpga_stratix10_socdk.dts    |  4 +-
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      | 32 ++++++++++++
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 58 ++++++++++++++++++++++
 4 files changed, 93 insertions(+), 3 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] 4+ messages in thread

* [GIT PULL 2/2] arm64: defconfig update for v5.5
  2019-10-29 14:37 [GIT PULL 1/2] SoCFPGA DTS updates for v5.5 Dinh Nguyen
@ 2019-10-29 14:37 ` Dinh Nguyen
  2019-11-08 16:51 ` [GIT PULL 1/2] SoCFPGA DTS updates " Dinh Nguyen
  1 sibling, 0 replies; 4+ messages in thread
From: Dinh Nguyen @ 2019-10-29 14:37 UTC (permalink / raw)
  To: arm, soc; +Cc: dinguyen, linux-arm-kernel

Hi Arnd, Kevin, and Olof:

Please pull in these updates to the arm64 defconfig for v5.5.

Thanks,
Dinh


The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1f2719c5c49fc8d341a122617b109c41557ceca0:

  arm64: defconfig: enable Altera GPIO controller (2019-10-25 10:20:06 -0500)

----------------------------------------------------------------
arm64 defconfig for v5.5
- Add SPI_CADENCE_QUADSPI to support the Cadence QSPI driver
- Add INTEL_STRATIX10_RSU as a module to support the Remote Service
  Update driver on Stratix10 and Agilex platforms
- Add GPIO_ALTERA as a module to support the Altera GPIO driver

----------------------------------------------------------------
Dinh Nguyen (2):
      arm64: defconfig: enable the Cadence QSPI controller
      arm64: defconfig: enable Altera GPIO controller

Richard Gong (1):
      arm64: defconfig: enable rsu driver

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

_______________________________________________
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] 4+ messages in thread

* Re: [GIT PULL 1/2] SoCFPGA DTS updates for v5.5
  2019-10-29 14:37 [GIT PULL 1/2] SoCFPGA DTS updates for v5.5 Dinh Nguyen
  2019-10-29 14:37 ` [GIT PULL 2/2] arm64: defconfig update " Dinh Nguyen
@ 2019-11-08 16:51 ` Dinh Nguyen
  2019-11-08 18:23   ` Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Dinh Nguyen @ 2019-11-08 16:51 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-arm-kernel

Gentle ping, in case you missed this.

Thanks,
Dinh

On 10/29/19 9:37 AM, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in these SoCFPGA DTS updates for v5.5.
> 
> Thanks,
> Dinh
> 
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -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_v5.5
> 
> for you to fetch changes up to aa74337ee73df5de3cb6c920100d01c3d95346cc:
> 
>   arm64: dts: agilex: add service layer, fpga manager and fpga region (2019-10-21 22:49:09 -0500)
> 
> ----------------------------------------------------------------
> SoCFPGA DTS updates for v5.5
> - Arria10
> 	- modify QSPI read-delay property
> - Agilex
> 	- Add QSPI support
> 	- Enable USB and LEDs
> 	- Add service layer, fpga manager support
> - Stratix10
> 	- Update QSPI reg address
> 
> ----------------------------------------------------------------
> Dinh Nguyen (2):
>       ARM: dts: arria10: Modify QSPI read_delay for Arria10
>       arm64: agilex: enable USB and LEDs on agilex devkit
> 
> Ooi, Joyce (2):
>       arm64: dts: agilex: add QSPI support for Intel Agilex
>       arm64: dts: altera: update QSPI reg addresses for Stratix10
> 
> Richard Gong (1):
>       arm64: dts: agilex: add service layer, fpga manager and fpga region
> 
>  arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts   |  2 +-
>  .../boot/dts/altera/socfpga_stratix10_socdk.dts    |  4 +-
>  arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      | 32 ++++++++++++
>  arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 58 ++++++++++++++++++++++
>  4 files changed, 93 insertions(+), 3 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] 4+ messages in thread

* Re: [GIT PULL 1/2] SoCFPGA DTS updates for v5.5
  2019-11-08 16:51 ` [GIT PULL 1/2] SoCFPGA DTS updates " Dinh Nguyen
@ 2019-11-08 18:23   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-11-08 18:23 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: soc, arm, linux-arm-kernel

On Fri, Nov 08, 2019 at 10:51:28AM -0600, Dinh Nguyen wrote:
> Gentle ping, in case you missed this.
> 
> Thanks,
> Dinh

They have been merged, it seems that the bot missed sending notifications.


-Olof


_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2019-11-08 18:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 14:37 [GIT PULL 1/2] SoCFPGA DTS updates for v5.5 Dinh Nguyen
2019-10-29 14:37 ` [GIT PULL 2/2] arm64: defconfig update " Dinh Nguyen
2019-11-08 16:51 ` [GIT PULL 1/2] SoCFPGA DTS updates " Dinh Nguyen
2019-11-08 18:23   ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).