mbox series

[GIT,PULL] soc/arm/soc: Marvell MMP SoC changes for v5.5

Message ID 3a035bed90f9d8acc49b2d11d20089b546062aea.camel@v3.sk (mailing list archive)
State Mainlined, archived
Commit 759c2837f7e4676c1cbf3ea8f3c824d0ec327255
Headers show
Series [GIT,PULL] soc/arm/soc: Marvell MMP SoC changes for v5.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git tags/mmp-soc-for-v5.5-2

Message

Lubomir Rintel Oct. 17, 2019, 2:41 p.m. UTC
Hi,

Please pull the MMP SoC changes.

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git tags/mmp-soc-for-v5.5-2

for you to fetch changes up to 759c2837f7e4676c1cbf3ea8f3c824d0ec327255:

  MAINTAINERS: mmp: add Git repository (2019-10-17 16:36:12 +0200)

This supersedes the "[GIT PULL] ARM: soc: Marvell MMP changes for v5.5" pull
request.

Thanks,
Lubo

----------------------------------------------------------------
ARM: Marvell MMP SoC patches for v5.5

This tag includes initial support for the Marvell MMP3 processor.
MMP3 is used in OLPC XO-4 laptops, Panasonic Toughpad FZ-A1 tablet
and Dell Wyse 3020/Tx0D thin clients.

----------------------------------------------------------------
Lubomir Rintel (10):
      ARM: l2c: add definition for FWA in PL310 aux register
      ARM: mmp: don't select CACHE_TAUROS2 on all ARCH_MMP
      ARM: mmp: map the PGU as well
      ARM: mmp: DT: convert timer driver to use TIMER_OF_DECLARE
      ARM: mmp: define MMP_CHIPID by the means of CIU_REG()
      ARM: mmp: add support for MMP3 SoC
      ARM: mmp: add SMP support
      ARM: mmp: move cputype.h to include/linux/soc/
      ARM: mmp: remove MMP3 USB PHY registers from regs-usb.h
      MAINTAINERS: mmp: add Git repository

 MAINTAINERS                                        |  2 +
 arch/arm/include/asm/hardware/cache-l2x0.h         |  2 +
 arch/arm/mach-mmp/Kconfig                          | 22 ++++-
 arch/arm/mach-mmp/Makefile                         |  4 +
 arch/arm/mach-mmp/addr-map.h                       |  7 ++
 arch/arm/mach-mmp/common.c                         | 19 ++++-
 arch/arm/mach-mmp/common.h                         |  1 +
 arch/arm/mach-mmp/devices.c                        |  2 +-
 arch/arm/mach-mmp/mmp-dt.c                         |  5 +-
 arch/arm/mach-mmp/mmp2-dt.c                        |  7 +-
 arch/arm/mach-mmp/mmp2.c                           |  2 +-
 arch/arm/mach-mmp/mmp3.c                           | 29 +++++++
 arch/arm/mach-mmp/platsmp.c                        | 32 ++++++++
 arch/arm/mach-mmp/pm-mmp2.c                        |  2 +-
 arch/arm/mach-mmp/pm-pxa910.c                      |  2 +-
 arch/arm/mach-mmp/pxa168.c                         |  2 +-
 arch/arm/mach-mmp/pxa910.c                         |  2 +-
 arch/arm/mach-mmp/regs-usb.h                       | 94 ----------------------
 arch/arm/mach-mmp/time.c                           | 43 ++++------
 arch/arm/mm/Kconfig                                |  2 +-
 drivers/clk/Kconfig                                |  5 ++
 drivers/clk/mmp/Makefile                           |  2 +-
 include/Kbuild                                     |  1 +
 .../mach-mmp => include/linux/soc/mmp}/cputype.h   | 27 +++++++
 24 files changed, 174 insertions(+), 142 deletions(-)
 create mode 100644 arch/arm/mach-mmp/mmp3.c
 create mode 100644 arch/arm/mach-mmp/platsmp.c
 rename {arch/arm/mach-mmp => include/linux/soc/mmp}/cputype.h (71%)


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#623): https://linux.kernel.org/g/patchwork-soc/message/623
Mute This Topic: https://linux.kernel.org/mt/34703168/1554929
Group Owner: patchwork-soc+owner@linux.kernel.org
Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub  [patchwork-linux-kernel-org@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

Comments

patchwork-bot+linux-soc@kernel.org Oct. 21, 2019, 10:41 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next).

On Thu, 17 Oct 2019 16:41:11 +0200 you wrote:
> Hi,
> 
> Please pull the MMP SoC changes.
> 
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> 
> [...]


Here is a summary with links:
  - [GIT,PULL] soc/arm/soc: Marvell MMP SoC changes for v5.5
    https://git.kernel.org/soc/soc/c/a4e86630a12b4dcbe08492f58cbce6d73a561dac

You are awesome, thank you!