OSDN Git Service

usb: ehci-sh: Add PHY init function with platform data
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 12 Apr 2012 06:48:49 +0000 (15:48 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Apr 2012 20:52:35 +0000 (13:52 -0700)
commit3e0c70d050c7ed6d163897a6ac894f063c31b10f
tree6bb63e2112cdbc161990917a3088d357120ae061
parent7af395922a9f2ba72f40a09641347b31cd1abad4
usb: ehci-sh: Add PHY init function with platform data

In devices using ehci-sh, initialization of the PHY may be necessary.
This adds platform data to ehci-sh and provide function to initialize PHY.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-sh.c
include/linux/platform_data/ehci-sh.h [new file with mode: 0644]