[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1410454967-21500-1-git-send-email-peter.griffin@linaro.org>
Date: Thu, 11 Sep 2014 18:02:43 +0100
From: Peter Griffin <peter.griffin@...aro.org>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
kishon@...com, maxime.coquelin@...com,
srinivas.kandagatla@...il.com, b.zolnierkie@...sung.com,
patrice.chotard@...com, arnd@...db.de
Cc: peter.griffin@...aro.org, lee.jones@...aro.org,
devicetree@...r.kernel.org, peppe.cavallaro@...com
Subject: [PATCH v3 0/4] Add picoPHY usb phy driver found on stih407 family SoC's
This series adds support for the picoPHY usb phy which is used by the usb2
and usb3 host controllers when controlling usb2/1.1 devices. It is found on
stih407 family SoC's from the consumer electronics devision of STMicroelectronics.
Changes since v2:
- Remove .data and hardcode phy ops in devm_phy_create call (arndb)
- Add COMPILE_TEST in kconfig (arndb)
- Add depends on RESET_CONTROLLER in kconfig so COMPILE_TEST works
- select GENERIC_PHY instead of depends on (Bartlomiej)
Changes since v1:
- Remove reference to stih410 in dt documentation (kishon)
- Fix alignment issue in dt example (kishon)
- usbpicophy@f8 since you have a reg property (kishon)
- Enable driver in multi_v7_defconfig
Peter Griffin (4):
phy: phy-stih407-usb: Add usb picoPHY driver found on stih407 SoC
family
phy: phy-stih407-usb: Add dt documentation for USB picophy found on
stih407 SoC family
MAINTAINERS: Add phy-stih407-usb.c file to ARCH/STI architecture
ARM: multi_v7_defconfig: Enable stih407 usb picophy
.../devicetree/bindings/phy/phy-stih407-usb.txt | 30 ++++
MAINTAINERS | 1 +
arch/arm/configs/multi_v7_defconfig | 1 +
drivers/phy/Kconfig | 9 ++
drivers/phy/Makefile | 2 +
drivers/phy/phy-stih407-usb.c | 177 +++++++++++++++++++++
6 files changed, 220 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/phy-stih407-usb.txt
create mode 100644 drivers/phy/phy-stih407-usb.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists