mbox series

[GIT,PULL,1/2] ARM: socfpga: updates for v4.20

Message ID 20181128154403.12872-1-dinguyen@kernel.org
State New
Headers show
Series [GIT,PULL,1/2] ARM: socfpga: updates for v4.20 | expand

Pull-request

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

Message

Dinh Nguyen Nov. 28, 2018, 3:44 p.m. UTC
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(-)

Comments

Dinh Nguyen Nov. 28, 2018, 3:45 p.m. UTC | #1
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(-)
>
Olof Johansson Nov. 30, 2018, 11:39 p.m. UTC | #2
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