mbox series

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

Message ID 7cee3ddbb553ba7fe6e1420e0dbc5adb4922b317.camel@v3.sk
State New
Headers show
Series [GIT,PULL] soc/arm/drivers: Marvell MMP driver changes for v5.5 | expand

Pull-request

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

Message

Lubomir Rintel Oct. 17, 2019, 2:52 p.m. UTC
Hello,

I'd like to ask you pull to pull the MMP3 USB2 PHY driver for 5.5.

The following changes since commit 759c2837f7e4676c1cbf3ea8f3c824d0ec327255:

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

are available in the Git repository at:

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

for you to fetch changes up to 13bec6d6822ca0349dbba14e2e8e2f80e1aacbd7:

  MAINTAINERS: phy: add entry for USB PHY drivers on MMP SoCs (2019-10-17 16:43:04 +0200)

Compared to "[GIT PULL] ARM: soc: Marvell MMP changes for v5.5" pull,
this includes an Ack from Kishon and splits the MAINTAINERS change into
a separate patch (as Kishon asked).

Thanks
Lubo

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

----------------------------------------------------------------
Lubomir Rintel (2):
      phy: Add USB2 PHY driver for Marvell MMP3 SoC
      MAINTAINERS: phy: add entry for USB PHY drivers on MMP SoCs

 MAINTAINERS                        |   7 +
 drivers/phy/marvell/Kconfig        |  11 ++
 drivers/phy/marvell/Makefile       |   1 +
 drivers/phy/marvell/phy-mmp3-usb.c | 291 +++++++++++++++++++++++++++++++++++++
 4 files changed, 310 insertions(+)
 create mode 100644 drivers/phy/marvell/phy-mmp3-usb.c