]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf76f2cc58623cea7fef8bf1b7134d4f03e441653
tree6bb63e2112cdbc161990917a3088d357120ae061
parent282a5ab03aecbd90fa1162d0b65491c378477109
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]