]> rtime.felk.cvut.cz Git - linux-imx.git/commit
usb: phy: samsung: Common out the generic stuff
authorVivek Gautam <gautam.vivek@samsung.com>
Thu, 14 Mar 2013 10:29:10 +0000 (15:59 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:15 +0000 (11:18 +0200)
commitdc2377d0b0a298ec9d7d232c0d757f462dedcca2
treea919ac2faefe701787edf7e459edd8fe17289fc6
parent2ba7943af0f0cca5a069cd3aff807815bc76fff1
usb: phy: samsung: Common out the generic stuff

Moving register and structure definitions to header file,
and keeping the generic functions to be used across
multiple PHYs in common phy helper driver under SAMSUNG_USBPHY,
and moving USB 2.0 PHY driver under SAMSUNG_USB2PHY.

Also allowing samsung PHY drivers be built as modules.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Documentation/devicetree/bindings/usb/samsung-usbphy.txt
drivers/usb/phy/Kconfig
drivers/usb/phy/Makefile
drivers/usb/phy/phy-samsung-usb.c
drivers/usb/phy/phy-samsung-usb.h [new file with mode: 0644]
drivers/usb/phy/phy-samsung-usb2.c [new file with mode: 0644]