linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: socfpga: updates for v4.20
@ 2018-11-28 15:44 Dinh Nguyen
  2018-11-28 15:44 ` [GIT PULL 2/2] ARM: dts: socfpga: updates for v5.0 Dinh Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dinh Nguyen @ 2018-11-28 15:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, and Olof:

Please pull in these SoCFPGA updates for v5.0.

Thanks,
Dinh

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_updates_for_v5.0

for you to fetch changes up to fbc125afdc5048cb027002147a0e0def7c18573a:

  ARM: socfpga: Turn on ARM errata for L2 cache (2018-11-28 09:23:11 -0600)

----------------------------------------------------------------
SoCFPGA updates for v5.0
- Split Kconfig options for debug UART on Cyclone5
- Remove unused functions from socfpga platform code
- Turn on ARM and PL310 errata for SOCFPGA ARMv7 platform

----------------------------------------------------------------
Cl?ment P?ron (2):
      ARM: debug: enable UART1 for socfpga Cyclone5
      ARM: socfpga: Clean unused functions

Dinh Nguyen (1):
      ARM: socfpga: Turn on ARM errata for L2 cache

 arch/arm/Kconfig.debug          | 23 ++++++++++++++++-------
 arch/arm/mach-socfpga/Kconfig   |  7 +++++++
 arch/arm/mach-socfpga/core.h    |  2 --
 arch/arm/mach-socfpga/socfpga.c |  2 +-
 4 files changed, 24 insertions(+), 10 deletions(-)

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

* [GIT PULL 2/2] ARM: dts: socfpga: updates for v5.0
  2018-11-28 15:44 [GIT PULL 1/2] ARM: socfpga: updates for v4.20 Dinh Nguyen
@ 2018-11-28 15:44 ` Dinh Nguyen
  2018-11-30 23:10   ` Olof Johansson
  2018-11-28 15:45 ` [GIT PULL 1/2] ARM: socfpga: updates for v4.20 Dinh Nguyen
  2018-11-30 23:39 ` Olof Johansson
  2 siblings, 1 reply; 5+ messages in thread
From: Dinh Nguyen @ 2018-11-28 15:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, and Olof:

Please pull in these DTS updates for v5.0.

Thanks,
Dinh

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

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

for you to fetch changes up to 8bb4f3f55961954154967d4747686ababb67df0d:

  arm64: dts: stratix10: use "altr,stratix10-rst-mgr" binding (2018-11-28 09:24:52 -0600)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.0
- Use SPDX license identifier for all SoCFPGA DTS files.
- Remove dma-mask property as it has been deprecated.
- Use tabs in DTS files.
- Use the specific "altr,stratix10-rst-mgr" property for the Stratix10
  reset manager.

----------------------------------------------------------------
Dinh Nguyen (2):
      arm: dts: socfpga: remove dma-mask property
      arm64: dts: stratix10: use "altr,stratix10-rst-mgr" binding

Simon Goldschmidt (2):
      arm: dts: socfpga*.dts*: use SPDX-License-Identifier
      ARM: dts: socfpga: use tabs for indentation

 arch/arm/boot/dts/socfpga.dtsi                     | 19 ++-------
 arch/arm/boot/dts/socfpga_arria10.dtsi             | 14 +------
 arch/arm/boot/dts/socfpga_arria10_socdk.dtsi       | 14 +------
 arch/arm/boot/dts/socfpga_arria10_socdk_nand.dts   | 13 +-----
 arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts   | 13 +-----
 arch/arm/boot/dts/socfpga_arria10_socdk_sdmmc.dts  | 14 +------
 arch/arm/boot/dts/socfpga_arria5.dtsi              | 15 +------
 arch/arm/boot/dts/socfpga_arria5_socdk.dts         | 16 +-------
 arch/arm/boot/dts/socfpga_cyclone5.dtsi            | 16 +-------
 .../arm/boot/dts/socfpga_cyclone5_de0_nano_soc.dts | 13 +-----
 arch/arm/boot/dts/socfpga_cyclone5_mcv.dtsi        | 14 +------
 arch/arm/boot/dts/socfpga_cyclone5_mcvevk.dts      | 14 +------
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts       | 16 +-------
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts      | 16 +-------
 arch/arm/boot/dts/socfpga_cyclone5_socrates.dts    | 16 +-------
 arch/arm/boot/dts/socfpga_cyclone5_sodia.dts       | 20 ++--------
 arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 46 +---------------------
 arch/arm/boot/dts/socfpga_vt.dts                   | 16 +-------
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |  3 +-
 19 files changed, 32 insertions(+), 276 deletions(-)

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

* [GIT PULL 1/2] ARM: socfpga: updates for v4.20
  2018-11-28 15:44 [GIT PULL 1/2] ARM: socfpga: updates for v4.20 Dinh Nguyen
  2018-11-28 15:44 ` [GIT PULL 2/2] ARM: dts: socfpga: updates for v5.0 Dinh Nguyen
@ 2018-11-28 15:45 ` Dinh Nguyen
  2018-11-30 23:39 ` Olof Johansson
  2 siblings, 0 replies; 5+ messages in thread
From: Dinh Nguyen @ 2018-11-28 15:45 UTC (permalink / raw)
  To: linux-arm-kernel

Sorry, the header should be for "ARM: socfpga: updates for v5.0".

Dinh

On 11/28/18 9:44 AM, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in these SoCFPGA updates for v5.0.
> 
> Thanks,
> Dinh
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_updates_for_v5.0
> 
> for you to fetch changes up to fbc125afdc5048cb027002147a0e0def7c18573a:
> 
>   ARM: socfpga: Turn on ARM errata for L2 cache (2018-11-28 09:23:11 -0600)
> 
> ----------------------------------------------------------------
> SoCFPGA updates for v5.0
> - Split Kconfig options for debug UART on Cyclone5
> - Remove unused functions from socfpga platform code
> - Turn on ARM and PL310 errata for SOCFPGA ARMv7 platform
> 
> ----------------------------------------------------------------
> Cl?ment P?ron (2):
>       ARM: debug: enable UART1 for socfpga Cyclone5
>       ARM: socfpga: Clean unused functions
> 
> Dinh Nguyen (1):
>       ARM: socfpga: Turn on ARM errata for L2 cache
> 
>  arch/arm/Kconfig.debug          | 23 ++++++++++++++++-------
>  arch/arm/mach-socfpga/Kconfig   |  7 +++++++
>  arch/arm/mach-socfpga/core.h    |  2 --
>  arch/arm/mach-socfpga/socfpga.c |  2 +-
>  4 files changed, 24 insertions(+), 10 deletions(-)
> 

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

* Re: [GIT PULL 2/2] ARM: dts: socfpga: updates for v5.0
  2018-11-28 15:44 ` [GIT PULL 2/2] ARM: dts: socfpga: updates for v5.0 Dinh Nguyen
@ 2018-11-30 23:10   ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2018-11-30 23:10 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: arm, linux-arm-kernel

On Wed, Nov 28, 2018 at 09:44:03AM -0600, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in these DTS updates for v5.0.
> 
> Thanks,
> Dinh
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> 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.0
> 
> for you to fetch changes up to 8bb4f3f55961954154967d4747686ababb67df0d:
> 
>   arm64: dts: stratix10: use "altr,stratix10-rst-mgr" binding (2018-11-28 09:24:52 -0600)
> 
> ----------------------------------------------------------------
> SoCFPGA DTS updates for v5.0
> - Use SPDX license identifier for all SoCFPGA DTS files.
> - Remove dma-mask property as it has been deprecated.
> - Use tabs in DTS files.
> - Use the specific "altr,stratix10-rst-mgr" property for the Stratix10
>   reset manager.
> 
> ----------------------------------------------------------------
> Dinh Nguyen (2):
>       arm: dts: socfpga: remove dma-mask property
>       arm64: dts: stratix10: use "altr,stratix10-rst-mgr" binding
> 
> Simon Goldschmidt (2):
>       arm: dts: socfpga*.dts*: use SPDX-License-Identifier
>       ARM: dts: socfpga: use tabs for indentation

Tiny nit for future patches: We use ARM: and arm64: as prefix.

I've been meaning to fix checkpatch to catch it, but life's too short to
program in Perl in 2018. :-)


Merged now. Thanks!


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

* Re: [GIT PULL 1/2] ARM: socfpga: updates for v4.20
  2018-11-28 15:44 [GIT PULL 1/2] ARM: socfpga: updates for v4.20 Dinh Nguyen
  2018-11-28 15:44 ` [GIT PULL 2/2] ARM: dts: socfpga: updates for v5.0 Dinh Nguyen
  2018-11-28 15:45 ` [GIT PULL 1/2] ARM: socfpga: updates for v4.20 Dinh Nguyen
@ 2018-11-30 23:39 ` Olof Johansson
  2 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2018-11-30 23:39 UTC (permalink / raw)
  To: Dinh Nguyen; +Cc: arm, linux-arm-kernel

On Wed, Nov 28, 2018 at 09:44:02AM -0600, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in these SoCFPGA updates for v5.0.
> 
> Thanks,
> Dinh
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_updates_for_v5.0
> 
> for you to fetch changes up to fbc125afdc5048cb027002147a0e0def7c18573a:
> 
>   ARM: socfpga: Turn on ARM errata for L2 cache (2018-11-28 09:23:11 -0600)
> 
> ----------------------------------------------------------------
> SoCFPGA updates for v5.0
> - Split Kconfig options for debug UART on Cyclone5
> - Remove unused functions from socfpga platform code
> - Turn on ARM and PL310 errata for SOCFPGA ARMv7 platform

Merged, thanks.


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

end of thread, other threads:[~2018-12-01  0:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-28 15:44 [GIT PULL 1/2] ARM: socfpga: updates for v4.20 Dinh Nguyen
2018-11-28 15:44 ` [GIT PULL 2/2] ARM: dts: socfpga: updates for v5.0 Dinh Nguyen
2018-11-30 23:10   ` Olof Johansson
2018-11-28 15:45 ` [GIT PULL 1/2] ARM: socfpga: updates for v4.20 Dinh Nguyen
2018-11-30 23:39 ` 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).