* [06/14] ARM: aspenite: add an instance of pxa-usb-phy
@ 2018-08-22 20:42 Lubomir Rintel
0 siblings, 0 replies; 2+ messages in thread
From: Lubomir Rintel @ 2018-08-22 20:42 UTC (permalink / raw)
To: linux-kernel
Cc: linux-usb, linux-arm-kernel, Rob Herring, Mark Rutland,
Greg Kroah-Hartman, Eric Miao, Haojian Zhuang,
Kishon Vijay Abraham I, Alan Stern, Lubomir Rintel
This will replace the pxa168_sph_pdata.phy_{de,}init().
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
arch/arm/mach-mmp/aspenite.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/mach-mmp/aspenite.c b/arch/arm/mach-mmp/aspenite.c
index 6c2ebf01893a..23f99976b5f5 100644
--- a/arch/arm/mach-mmp/aspenite.c
+++ b/arch/arm/mach-mmp/aspenite.c
@@ -256,6 +256,10 @@ static void __init common_init(void)
/* off-chip devices */
platform_device_register(&smc91x_device);
+#if IS_ENABLED(CONFIG_PHY_PXA_USB)
+ platform_device_register(&pxa168_device_usb_phy);
+#endif
+
#if IS_ENABLED(CONFIG_USB_EHCI_MV)
pxa168_add_usb_host(&pxa168_sph_pdata);
#endif
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [06/14] ARM: aspenite: add an instance of pxa-usb-phy
@ 2018-11-05 9:19 Pavel Machek
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2018-11-05 9:19 UTC (permalink / raw)
To: Lubomir Rintel
Cc: linux-kernel, linux-usb, linux-arm-kernel, Rob Herring,
Mark Rutland, Greg Kroah-Hartman, Eric Miao, Haojian Zhuang,
Kishon Vijay Abraham I, Alan Stern
On Wed 2018-08-22 22:42:59, Lubomir Rintel wrote:
> This will replace the pxa168_sph_pdata.phy_{de,}init().
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Pavel Machek <pavel@ucw.cz>
I'd merge this with the previous patch if it is easy. Your patches are
a bit too small...
Pavel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-05 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-05 9:19 [06/14] ARM: aspenite: add an instance of pxa-usb-phy Pavel Machek
-- strict thread matches above, loose matches on Subject: below --
2018-08-22 20:42 Lubomir Rintel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).