]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge tag 'mmp-drivers-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Mon, 21 Oct 2019 22:31:06 +0000 (15:31 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 21 Oct 2019 22:31:07 +0000 (15:31 -0700)
ARM: Marvell MMP driver patches for v5.5

This tag includes the MMP3 USB2 PHY driver. The branch is based on
mmp-soc-for-v5.5-2 because the driver depends on changes in MMP SoC
support.

* tag 'mmp-drivers-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp:
  MAINTAINERS: phy: add entry for USB PHY drivers on MMP SoCs
  phy: Add USB2 PHY driver for Marvell MMP3 SoC
  MAINTAINERS: mmp: add Git repository
  ARM: mmp: remove MMP3 USB PHY registers from regs-usb.h
  ARM: mmp: move cputype.h to include/linux/soc/
  ARM: mmp: add SMP support
  ARM: mmp: add support for MMP3 SoC
  ARM: mmp: define MMP_CHIPID by the means of CIU_REG()
  ARM: mmp: DT: convert timer driver to use TIMER_OF_DECLARE
  ARM: mmp: map the PGU as well
  ARM: mmp: don't select CACHE_TAUROS2 on all ARCH_MMP
  ARM: l2c: add definition for FWA in PL310 aux register

Link: https://lore.kernel.org/r/7cee3ddbb553ba7fe6e1420e0dbc5adb4922b317.camel@v3.sk
Signed-off-by: Olof Johansson <olof@lixom.net>
1  2 
MAINTAINERS

diff --combined MAINTAINERS
index bc771ce6290cb939216eb7351fb3ed73eeef600d,2e8b3bd4f865beea379b61e577b1354783b3b626..f13d5fed9b46fe7dbe49ee18e451b3fae7c8b962
@@@ -4969,14 -4969,6 +4969,14 @@@ F:    include/linux/dma-direct.
  F:    include/linux/dma-mapping.h
  F:    include/linux/dma-noncoherent.h
  
 +DMC FREQUENCY DRIVER FOR SAMSUNG EXYNOS5422
 +M:    Lukasz Luba <l.luba@partner.samsung.com>
 +L:    linux-pm@vger.kernel.org
 +L:    linux-samsung-soc@vger.kernel.org
 +S:    Maintained
 +F:    drivers/memory/samsung/exynos5422-dmc.c
 +F:    Documentation/devicetree/bindings/memory-controllers/exynos5422-dmc.txt
 +
  DME1737 HARDWARE MONITOR DRIVER
  M:    Juerg Haefliger <juergh@gmail.com>
  L:    linux-hwmon@vger.kernel.org
@@@ -6120,10 -6112,7 +6120,10 @@@ M:    Gao Xiang <gaoxiang25@huawei.com
  M:    Chao Yu <yuchao0@huawei.com>
  L:    linux-erofs@lists.ozlabs.org
  S:    Maintained
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git
 +F:    Documentation/filesystems/erofs.txt
  F:    fs/erofs/
 +F:    include/trace/events/erofs.h
  
  ERRSEQ ERROR TRACKING INFRASTRUCTURE
  M:    Jeff Layton <jlayton@kernel.org>
@@@ -9086,7 -9075,6 +9086,7 @@@ F:      security/keys
  KGDB / KDB /debug_core
  M:    Jason Wessel <jason.wessel@windriver.com>
  M:    Daniel Thompson <daniel.thompson@linaro.org>
 +R:    Douglas Anderson <dianders@chromium.org>
  W:    http://kgdb.wiki.kernel.org/
  L:    kgdb-bugreport@lists.sourceforge.net
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
@@@ -10917,9 -10905,18 +10917,18 @@@ F: drivers/media/radio/radio-miropcm20
  MMP SUPPORT
  R:    Lubomir Rintel <lkundrak@v3.sk>
  L:    linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+ T:    git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git
  S:    Odd Fixes
  F:    arch/arm/boot/dts/mmp*
  F:    arch/arm/mach-mmp/
+ F:    linux/soc/mmp/
+ MMP USB PHY DRIVERS
+ R:    Lubomir Rintel <lkundrak@v3.sk>
+ L:    linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+ S:    Maintained
+ F:    drivers/phy/marvell/phy-mmp3-usb.c
+ F:    drivers/phy/marvell/phy-pxa-usb.c
  
  MMU GATHER AND TLB INVALIDATION
  M:    Will Deacon <will@kernel.org>