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

Hi Arnd, Kevin, and Olof:

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

Thanks,
Dinh

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -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.4

for you to fetch changes up to d8c1ccac448fd21a3753517a34ee0164c28ac786:

  ARM: dts: socfpga: add missing reset-names for dma (2019-07-30 09:09:31 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.4
- Add reset properties for various peripherals
	- QSPI OCP and DMA on Arria10
	- DMA on Agilex/Stratix10
- Update NAND controller bindings to match driver update
- Add NAND controller to Stratix10
- VINING FPGA board fixups
	- Update button mapping
	- Adjust GMAC1 clock and TXD skew settings
- Add missing reset-names for dma controller

----------------------------------------------------------------
Dinh Nguyen (5):
      ARM: dts: socfpga: add the QSPI OCP reset property on arria10
      ARM: dts: socfpga: add reset properties for DMA
      arm64: dts: agilex/stratix10: Add reset properties for DMA
      arm64: dts: stratix10: Add NAND device node
      ARM: dts: socfpga: add missing reset-names for dma

Marek Vasut (2):
      ARM: dts: socfpga: Fix up button mapping on VINING FPGA
      ARM: dts: socfpga: Adjust GMAC1 clock and TXD lines skew on VINING FPGA

Masahiro Yamada (1):
      ARM: dts: socfpga: update to new Denali NAND binding

 arch/arm/boot/dts/socfpga.dtsi                     |  3 ++-
 arch/arm/boot/dts/socfpga_arria10.dtsi             |  7 +++--
 arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts   | 20 ++++++++++-----
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 30 +++++++++++++++++-----
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  | 18 +++++++++++++
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      |  2 ++
 6 files changed, 63 insertions(+), 17 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: updates for v5.4
  2019-08-19 14:16 [GIT PULL 1/2] SoCFPGA DTS updates for v5.4 Dinh Nguyen
@ 2019-08-19 14:16 ` Dinh Nguyen
  2019-09-03 16:56   ` Arnd Bergmann
  2019-09-03 13:11 ` [GIT PULL 1/2] SoCFPGA DTS " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Dinh Nguyen @ 2019-08-19 14:16 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: dinguyen, soc, arm

Hi Arnd, Kevin, and Olof:

Please pull in this arm64 defconfig for v5.4.

Thanks,
Dinh


The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/arm64_defconfig_watchdog_for_v5.4

for you to fetch changes up to 1da708985a3922055e4e55c6488014247b11824d:

  arm64: defconfig: Enable the DesignWare watchdog (2019-08-15 18:13:06 -0500)

----------------------------------------------------------------
arm64 defconfig for v5.4
- Add CONFIG_DW_WATCHDOG to support the Designware watchdog driver

----------------------------------------------------------------
Dinh Nguyen (1):
      arm64: defconfig: Enable the DesignWare watchdog

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

_______________________________________________
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.4
  2019-08-19 14:16 [GIT PULL 1/2] SoCFPGA DTS updates for v5.4 Dinh Nguyen
  2019-08-19 14:16 ` [GIT PULL 2/2] arm64: defconfig: " Dinh Nguyen
@ 2019-09-03 13:11 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-09-03 13:11 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: SoC Team, arm-soc, Linux ARM

On Mon, Aug 19, 2019 at 4:17 PM Dinh Nguyen <dinguyen@kernel.org> wrote:
> SoCFPGA DTS updates for v5.4
> - Add reset properties for various peripherals
>         - QSPI OCP and DMA on Arria10
>         - DMA on Agilex/Stratix10
> - Update NAND controller bindings to match driver update
> - Add NAND controller to Stratix10
> - VINING FPGA board fixups
>         - Update button mapping
>         - Adjust GMAC1 clock and TXD skew settings
> - Add missing reset-names for dma controller
>


Pulled into arm/dt, thanks!

      Arnd

_______________________________________________
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 2/2] arm64: defconfig: updates for v5.4
  2019-08-19 14:16 ` [GIT PULL 2/2] arm64: defconfig: " Dinh Nguyen
@ 2019-09-03 16:56   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-09-03 16:56 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: SoC Team, arm-soc, Linux ARM

On Mon, Aug 19, 2019 at 4:17 PM Dinh Nguyen <dinguyen@kernel.org> wrote:
> ----------------------------------------------------------------
> arm64 defconfig for v5.4
> - Add CONFIG_DW_WATCHDOG to support the Designware watchdog driver

Pulled into arm/defconfig, thanks!

     Arnd

_______________________________________________
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-09-03 16:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19 14:16 [GIT PULL 1/2] SoCFPGA DTS updates for v5.4 Dinh Nguyen
2019-08-19 14:16 ` [GIT PULL 2/2] arm64: defconfig: " Dinh Nguyen
2019-09-03 16:56   ` Arnd Bergmann
2019-09-03 13:11 ` [GIT PULL 1/2] SoCFPGA DTS " Arnd Bergmann

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