All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] SoCFPGA DTS updates for v4.10
@ 2016-11-11 20:59 Dinh Nguyen
  2016-11-11 20:59 ` [GIT PULL 2/2] SoCFPGA defconfig " Dinh Nguyen
  2016-11-18  7:29 ` [GIT PULL 1/2] SoCFPGA DTS " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Dinh Nguyen @ 2016-11-11 20:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, and Olof:

Please pull in part 2 of these DTS updates for v4.10.

Thanks,
Dinh

The following changes since commit c96f5919e6b0d132aa9afe9f1adc872fc107d5bb:

  ARM: dts: socfpga: socrates: enable qspi (2016-10-18 22:18:14 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.10_part_2

for you to fetch changes up to d837a80d19505d74ee5941eebf9dd53fed6f36a6:

  ARM: dts: socfpga: add nand controller nodes (2016-11-09 12:40:52 -0600)

----------------------------------------------------------------
SoCFPGA DTS update for v4.10, part 2
- Add specific compatible strings for variants of Cyclone5 boards
- Add QSPI node on Arria10
- Enable QSPI on Arria5 and Arria10 devkit, and Cyclone5 SoCKit
- Add NAND controller node on Cyclone5

----------------------------------------------------------------
Dinh Nguyen (6):
      ARM: dts: socfpga: add specific compatible strings for boards
      ARM: dts: socfpga: enable qspi on the Cyclone5 devkit
      ARM: dts: socfpga: Add QSPI node for the Arria10
      ARM: dts: socfpga: Enable QSPI in Arria10 devkit
      ARM: dts: socfpga: Enable QSPI on the Cyclone5 sockit
      ARM: dts: socfpga: Enable QSPI on the Arria5 devkit

Steffen Trumtrar (1):
      ARM: dts: socfpga: add nand controller nodes

 arch/arm/boot/dts/Makefile                         |  1 +
 arch/arm/boot/dts/socfpga.dtsi                     | 13 ++++++
 arch/arm/boot/dts/socfpga_arria10.dtsi             | 14 +++++++
 arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts   | 49 ++++++++++++++++++++++
 arch/arm/boot/dts/socfpga_arria5_socdk.dts         | 33 +++++++++++++++
 arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts  |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dts      |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts       | 35 +++++++++++++++-
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts      | 23 +++++++++-
 arch/arm/boot/dts/socfpga_cyclone5_sodia.dts       |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts |  2 +-
 11 files changed, 170 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts

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

* [GIT PULL 2/2] SoCFPGA defconfig updates for v4.10
  2016-11-11 20:59 [GIT PULL 1/2] SoCFPGA DTS updates for v4.10 Dinh Nguyen
@ 2016-11-11 20:59 ` Dinh Nguyen
  2016-11-18  7:30   ` Olof Johansson
  2016-11-18  7:29 ` [GIT PULL 1/2] SoCFPGA DTS " Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Dinh Nguyen @ 2016-11-11 20:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, and Olof:

Please pull these defconfig updates for v4.10.

Thanks,
Dinh

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_defconfig_updates_for_v4.10

for you to fetch changes up to cab004fa972f06b236ba6b592bbb0512d5c6c158:

  ARM: socfpga_defconfig: enable FS configs to support Angstrom filesystem (2016-11-09 08:11:31 -0600)

----------------------------------------------------------------
SoCFPGA defconfig updates for v4.10
- enable QSPI, HIGHMEM, FPGA bridge and device-tree overlays
- enable AUTOFS4 and NFS file system support

----------------------------------------------------------------
Alan Tull (1):
      ARM: socfpga: updates for socfpga_defconfig

Dinh Nguyen (2):
      ARM: socfpga_defconfig: Enable HIGHMEM
      ARM: socfpga_defconfig: enable FS configs to support Angstrom filesystem

Steffen Trumtrar (1):
      ARM: socfpga: defconfig: enable qspi

 arch/arm/configs/socfpga_defconfig | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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

* [GIT PULL 1/2] SoCFPGA DTS updates for v4.10
  2016-11-11 20:59 [GIT PULL 1/2] SoCFPGA DTS updates for v4.10 Dinh Nguyen
  2016-11-11 20:59 ` [GIT PULL 2/2] SoCFPGA defconfig " Dinh Nguyen
@ 2016-11-18  7:29 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-11-18  7:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Nov 11, 2016 at 02:59:14PM -0600, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in part 2 of these DTS updates for v4.10.
> 
> Thanks,
> Dinh
> 
> The following changes since commit c96f5919e6b0d132aa9afe9f1adc872fc107d5bb:
> 
>   ARM: dts: socfpga: socrates: enable qspi (2016-10-18 22:18:14 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.10_part_2
> 
> for you to fetch changes up to d837a80d19505d74ee5941eebf9dd53fed6f36a6:
> 
>   ARM: dts: socfpga: add nand controller nodes (2016-11-09 12:40:52 -0600)
> 
> ----------------------------------------------------------------
> SoCFPGA DTS update for v4.10, part 2
> - Add specific compatible strings for variants of Cyclone5 boards
> - Add QSPI node on Arria10
> - Enable QSPI on Arria5 and Arria10 devkit, and Cyclone5 SoCKit
> - Add NAND controller node on Cyclone5
> 
> ----------------------------------------------------------------
> Dinh Nguyen (6):
>       ARM: dts: socfpga: add specific compatible strings for boards
>       ARM: dts: socfpga: enable qspi on the Cyclone5 devkit
>       ARM: dts: socfpga: Add QSPI node for the Arria10
>       ARM: dts: socfpga: Enable QSPI in Arria10 devkit
>       ARM: dts: socfpga: Enable QSPI on the Cyclone5 sockit
>       ARM: dts: socfpga: Enable QSPI on the Arria5 devkit
> 
> Steffen Trumtrar (1):
>       ARM: dts: socfpga: add nand controller nodes
> 
>  arch/arm/boot/dts/Makefile                         |  1 +
>  arch/arm/boot/dts/socfpga.dtsi                     | 13 ++++++
>  arch/arm/boot/dts/socfpga_arria10.dtsi             | 14 +++++++
>  arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts   | 49 ++++++++++++++++++++++
>  arch/arm/boot/dts/socfpga_arria5_socdk.dts         | 33 +++++++++++++++
>  arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts  |  2 +-
>  arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dts      |  2 +-
>  arch/arm/boot/dts/socfpga_cyclone5_socdk.dts       | 35 +++++++++++++++-
>  arch/arm/boot/dts/socfpga_cyclone5_sockit.dts      | 23 +++++++++-
>  arch/arm/boot/dts/socfpga_cyclone5_sodia.dts       |  2 +-
>  arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts |  2 +-
>  11 files changed, 170 insertions(+), 6 deletions(-)
>  create mode 100644 arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts

Merged, thanks!


-Olof

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

* [GIT PULL 2/2] SoCFPGA defconfig updates for v4.10
  2016-11-11 20:59 ` [GIT PULL 2/2] SoCFPGA defconfig " Dinh Nguyen
@ 2016-11-18  7:30   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-11-18  7:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Nov 11, 2016 at 02:59:15PM -0600, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull these defconfig updates for v4.10.
> 
> Thanks,
> Dinh
> 
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_defconfig_updates_for_v4.10
> 
> for you to fetch changes up to cab004fa972f06b236ba6b592bbb0512d5c6c158:
> 
>   ARM: socfpga_defconfig: enable FS configs to support Angstrom filesystem (2016-11-09 08:11:31 -0600)
> 
> ----------------------------------------------------------------
> SoCFPGA defconfig updates for v4.10
> - enable QSPI, HIGHMEM, FPGA bridge and device-tree overlays
> - enable AUTOFS4 and NFS file system support
> 
> ----------------------------------------------------------------
> Alan Tull (1):
>       ARM: socfpga: updates for socfpga_defconfig
> 
> Dinh Nguyen (2):
>       ARM: socfpga_defconfig: Enable HIGHMEM
>       ARM: socfpga_defconfig: enable FS configs to support Angstrom filesystem
> 
> Steffen Trumtrar (1):
>       ARM: socfpga: defconfig: enable qspi

Merged, thanks.


-Olof

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

end of thread, other threads:[~2016-11-18  7:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 20:59 [GIT PULL 1/2] SoCFPGA DTS updates for v4.10 Dinh Nguyen
2016-11-11 20:59 ` [GIT PULL 2/2] SoCFPGA defconfig " Dinh Nguyen
2016-11-18  7:30   ` Olof Johansson
2016-11-18  7:29 ` [GIT PULL 1/2] SoCFPGA DTS " Olof Johansson

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.