linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: defconfig: socfpga_defconfig: updates for v5.1
@ 2019-02-04 16:02 Dinh Nguyen
  2019-02-04 16:02 ` [GIT PULL 2/2] ARM: dts: socfpga: " Dinh Nguyen
  2019-02-15 15:53 ` [GIT PULL 1/2] ARM: defconfig: socfpga_defconfig: " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Dinh Nguyen @ 2019-02-04 16:02 UTC (permalink / raw)
  To: arm; +Cc: dinguyen, linux-arm-kernel

Hi Arnd, Kevin, and Olof:

Please pull in this defconfig update for v5.1.

Thanks,
Dinh


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git socfpga_for_next_v5.1_defconfig

for you to fetch changes up to 594f1e8a240f33bd66bd7c7bcbf9952211260104:

  ARM: socfpga_defconfig: enable BLK_DEV_LOOP config option (2019-02-04 09:30:34 -0600)

----------------------------------------------------------------
Dinh Nguyen (1):
      ARM: socfpga_defconfig: enable BLK_DEV_LOOP config option

 arch/arm/configs/socfpga_defconfig | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 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] ARM: dts: socfpga: updates for v5.1
  2019-02-04 16:02 [GIT PULL 1/2] ARM: defconfig: socfpga_defconfig: updates for v5.1 Dinh Nguyen
@ 2019-02-04 16:02 ` Dinh Nguyen
  2019-02-15 14:39   ` Arnd Bergmann
  2019-02-15 15:53 ` [GIT PULL 1/2] ARM: defconfig: socfpga_defconfig: " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Dinh Nguyen @ 2019-02-04 16:02 UTC (permalink / raw)
  To: arm; +Cc: dinguyen, linux-arm-kernel

Hi Arnd, Kevin, and Olof:

Please pull in these DTS updates for v5.1.

Thanks,
Dinh

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v5.1

for you to fetch changes up to 1c909b2dfe6a21de2c24dc1c1405593e40e3a88c:

  ARM: dts: socfpga: update more missing reset properties (2019-01-29 17:12:52 -0600)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.1
- Add SMMU node for Stratix10
- Add vendor prefix fo Novtech
- Add a new 96Boards Chameleon96 board that uses a Cyclone5 SoCFPGA
- Add missing reset properties for all IP on Cyclone5 and Arria10

----------------------------------------------------------------
Dinh Nguyen (1):
      ARM: dts: socfpga: update missing reset property peripherals

Manivannan Sadhasivam (2):
      dt-bindings: vendor-prefixes: Add Novtech Vendor Prefix
      ARM: dts: Add support for 96Boards Chameleon96 board

Simon Goldschmidt (1):
      ARM: dts: socfpga: update more missing reset properties

Thor Thayer (1):
      arm64: dts: stratix10: Add Stratix10 SMMU support

 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/socfpga.dtsi                     |  16 +++
 arch/arm/boot/dts/socfpga_arria10.dtsi             |  18 +++
 arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dts | 130 +++++++++++++++++++++
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |  29 +++++
 6 files changed, 195 insertions(+)
 create mode 100644 arch/arm/boot/dts/socfpga_cyclone5_chameleon96.dts

_______________________________________________
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] ARM: dts: socfpga: updates for v5.1
  2019-02-04 16:02 ` [GIT PULL 2/2] ARM: dts: socfpga: " Dinh Nguyen
@ 2019-02-15 14:39   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-15 14:39 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: arm-soc, Linux ARM

On Mon, Feb 4, 2019 at 5:02 PM Dinh Nguyen <dinguyen@kernel.org> wrote:
> SoCFPGA DTS updates for v5.1
> - Add SMMU node for Stratix10
> - Add vendor prefix fo Novtech
> - Add a new 96Boards Chameleon96 board that uses a Cyclone5 SoCFPGA
> - Add missing reset properties for all IP on Cyclone5 and Arria10
>

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 1/2] ARM: defconfig: socfpga_defconfig: updates for v5.1
  2019-02-04 16:02 [GIT PULL 1/2] ARM: defconfig: socfpga_defconfig: updates for v5.1 Dinh Nguyen
  2019-02-04 16:02 ` [GIT PULL 2/2] ARM: dts: socfpga: " Dinh Nguyen
@ 2019-02-15 15:53 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-15 15:53 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: arm-soc, Linux ARM

On Mon, Feb 4, 2019 at 5:02 PM Dinh Nguyen <dinguyen@kernel.org> wrote:
>
>   ARM: socfpga_defconfig: enable BLK_DEV_LOOP config option (2019-02-04 09:30:34 -0600)

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-02-15 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-04 16:02 [GIT PULL 1/2] ARM: defconfig: socfpga_defconfig: updates for v5.1 Dinh Nguyen
2019-02-04 16:02 ` [GIT PULL 2/2] ARM: dts: socfpga: " Dinh Nguyen
2019-02-15 14:39   ` Arnd Bergmann
2019-02-15 15:53 ` [GIT PULL 1/2] ARM: defconfig: socfpga_defconfig: " 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).