[PATCH v4 01/12] reset: add the Berlin reset controller driver
From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)
Date: 2014-09-03 21:01:26
Also in:
linux-devicetree, lkml
From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)
Date: 2014-09-03 21:01:26
Also in:
linux-devicetree, lkml
On 09/03/2014 09:48 AM, Antoine Tenart wrote:
Add a reset controller for Marvell Berlin SoCs which is used by the USB PHYs drivers (for now). Signed-off-by: Antoine Tenart <redacted> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> --- drivers/reset/Makefile | 1 + drivers/reset/reset-berlin.c | 131 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 drivers/reset/reset-berlin.c
I guess the reset stuff is quite independent from usb-phy and can be picked up now. Applied 01/12 and 03/12 to berlin/soc and 02/12 and 04/12 to berlin/dt. Thanks! For the usb-phy dts patches, I'll wait for the corresponding genphy patches. Sebastian