linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] SoCFPGA DTS updates for v4.12
@ 2017-04-05 15:01 Dinh Nguyen
  2017-04-05 15:01 ` [GIT PULL 2/2] SoCFPGA defconfig update " Dinh Nguyen
  2017-04-19 12:31 ` [GIT PULL 1/2] SoCFPGA DTS updates " Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Dinh Nguyen @ 2017-04-05 15:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, and Olof:

Please pull in these DTS updates for v4.12.

Thanks,
Dinh

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7fed0cbffe1db3383ae1900fffc8f4e14d2735c8:

  ARM: dts: socfpga: Add Devkit A10-SR Reset Controller (2017-03-16 07:57:16 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v4.12
- Clean-up:
	- Add clock/memory nodes
	- Add labels for CPU nodes
	- Remove unused unit names and reg
	- Remove unused skeleton.dtsi
- Add support for PMU
- Add QSPI for sodia board
- Add Reset controller for Arria10

----------------------------------------------------------------
Florian Vaussard (8):
      ARM: dts: socfpga: Add unit name to clock nodes
      ARM: dts: socfpga: Add unit name to memory nodes
      ARM: dts: socfpga: Remove unneeded unit names
      ARM: dts: socfpga: Remove unneeded reg from stmpe_touchscreen
      ARM: dts: socfpga: Remove unit name for LEDs in EBV SOCrates
      ARM: dts: socfpga: Do not include skeleton.dtsi
      ARM: dts: socfpga: Add labels for CPU nodes
      ARM: dts: socfpga: Add support for PMU

Nobuhiro Iwamatsu (1):
      ARM: dts: socfpga: sodia: enable qspi

Thor Thayer (1):
      ARM: dts: socfpga: Add Devkit A10-SR Reset Controller

 arch/arm/boot/dts/socfpga.dtsi                     | 56 ++++++++++++----------
 arch/arm/boot/dts/socfpga_arria10.dtsi             | 51 ++++++++++----------
 arch/arm/boot/dts/socfpga_arria10_socdk.dtsi       |  7 ++-
 arch/arm/boot/dts/socfpga_arria5_socdk.dts         |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts  |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi        |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dts      |  1 -
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts       |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts      |  2 +-
 arch/arm/boot/dts/socfpga_cyclone5_socrates.dts    |  8 ++--
 arch/arm/boot/dts/socfpga_cyclone5_sodia.dts       | 23 ++++++++-
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts |  2 +-
 arch/arm/boot/dts/socfpga_vt.dts                   |  2 +-
 13 files changed, 96 insertions(+), 64 deletions(-)

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

* [GIT PULL 2/2] SoCFPGA defconfig update for v4.12
  2017-04-05 15:01 [GIT PULL 1/2] SoCFPGA DTS updates for v4.12 Dinh Nguyen
@ 2017-04-05 15:01 ` Dinh Nguyen
  2017-04-19 12:32   ` Olof Johansson
  2017-04-19 12:31 ` [GIT PULL 1/2] SoCFPGA DTS updates " Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Dinh Nguyen @ 2017-04-05 15:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, and Olof:

Please pull in this defconfig update for v4.12.

Thanks,
Dinh


The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

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

for you to fetch changes up to b685b264636b4f3f3eaa0b62fee674a45f2b1679:

  ARM: socfpga: updates for socfpga_defconfig (2017-03-16 08:05:46 -0500)

----------------------------------------------------------------
SoCFPGA defconfig updates for v4.12
- enables TSE(Triple-Speed-Ethernet) support

----------------------------------------------------------------
Jia Jie Ho (1):
      ARM: socfpga: updates for socfpga_defconfig

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

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

* [GIT PULL 1/2] SoCFPGA DTS updates for v4.12
  2017-04-05 15:01 [GIT PULL 1/2] SoCFPGA DTS updates for v4.12 Dinh Nguyen
  2017-04-05 15:01 ` [GIT PULL 2/2] SoCFPGA defconfig update " Dinh Nguyen
@ 2017-04-19 12:31 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-04-19 12:31 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Apr 05, 2017 at 10:01:28AM -0500, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in these DTS updates for v4.12.
> 
> Thanks,
> Dinh
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.12
> 
> for you to fetch changes up to 7fed0cbffe1db3383ae1900fffc8f4e14d2735c8:
> 
>   ARM: dts: socfpga: Add Devkit A10-SR Reset Controller (2017-03-16 07:57:16 -0500)
> 
> ----------------------------------------------------------------
> SoCFPGA DTS updates for v4.12
> - Clean-up:
> 	- Add clock/memory nodes
> 	- Add labels for CPU nodes
> 	- Remove unused unit names and reg
> 	- Remove unused skeleton.dtsi
> - Add support for PMU
> - Add QSPI for sodia board
> - Add Reset controller for Arria10

Merged, thanks!


-Olof

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

* [GIT PULL 2/2] SoCFPGA defconfig update for v4.12
  2017-04-05 15:01 ` [GIT PULL 2/2] SoCFPGA defconfig update " Dinh Nguyen
@ 2017-04-19 12:32   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2017-04-19 12:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Apr 05, 2017 at 10:01:29AM -0500, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in this defconfig update for v4.12.
> 
> Thanks,
> Dinh
> 
> 
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> 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.12
> 
> for you to fetch changes up to b685b264636b4f3f3eaa0b62fee674a45f2b1679:
> 
>   ARM: socfpga: updates for socfpga_defconfig (2017-03-16 08:05:46 -0500)
> 
> ----------------------------------------------------------------
> SoCFPGA defconfig updates for v4.12
> - enables TSE(Triple-Speed-Ethernet) support

Merged, thanks!


-Olof

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

end of thread, other threads:[~2017-04-19 12:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 15:01 [GIT PULL 1/2] SoCFPGA DTS updates for v4.12 Dinh Nguyen
2017-04-05 15:01 ` [GIT PULL 2/2] SoCFPGA defconfig update " Dinh Nguyen
2017-04-19 12:32   ` Olof Johansson
2017-04-19 12:31 ` [GIT PULL 1/2] SoCFPGA DTS updates " 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).