22 Nov, 2012
3 commits
-
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.Signed-off-by: Bill Pemberton
Cc: Peter Korsgaard
Cc: Alexander Shishkin
Acked-by: Felipe Balbi
Cc: Li Yang
Cc: Alan Stern
Cc: Wan ZongShun
Cc: Ben Dooks
Cc: Kukjin Kim
Signed-off-by: Greg Kroah-Hartman -
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.Signed-off-by: Bill Pemberton
Cc: Peter Korsgaard
Cc: Alexander Shishkin
Acked-by: Felipe Balbi
Cc: Li Yang
Acked-by: Alan Stern
Cc: Geoff Levand
Cc: Wan ZongShun
Cc: Olav Kongas
Cc: Lennert Buytenhek
Cc: Ben Dooks
Cc: Kukjin Kim
Acked-by: Nicolas Ferre
Signed-off-by: Greg Kroah-Hartman -
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.Signed-off-by: Bill Pemberton
Cc: Peter Korsgaard
Cc: Alexander Shishkin
Acked-by: Felipe Balbi
Cc: Li Yang
Cc: Alan Stern
Cc: Wan ZongShun
Cc: Ben Dooks
Cc: Kukjin Kim
Acked-by: Nicolas Ferre
Acked-by: Peter Korsgaard
Signed-off-by: Greg Kroah-Hartman
25 Jun, 2012
2 commits
-
Add a linked list for keeping multiple PHY instances with different
types so that we can have separate USB2 and USB3 PHYs on one single
board. _get_phy_ has been changed so that the controller gets
the transceiver by type. _remove_phy_ has been added to let the phy
be removed from the phy list.Signed-off-by: Kishon Vijay Abraham I
Signed-off-by: Felipe Balbi -
_transceiver() in otg.c is replaced with _phy. usb_set_transceiver is
replaced with usb_add_phy to make it similar to other usb standard
function names like usb_add_hcd.Signed-off-by: Kishon Vijay Abraham I
Signed-off-by: Felipe Balbi
03 Mar, 2012
1 commit
-
The probe() function will always fail because we're testing the wrong
variable.Signed-off-by: Dan Carpenter
Cc: stable
Signed-off-by: Greg Kroah-Hartman
13 Feb, 2012
3 commits
-
Use struct usb_otg members with OTG specific functions instead
of usb_phy members.Signed-off-by: Heikki Krogerus
Acked-by: Mian Yousaf Kaukab
Reviewed-by: Marek Vasut
Signed-off-by: Felipe Balbi -
Convert all users.
Signed-off-by: Heikki Krogerus
Reviewed-by: Marek Vasut
Signed-off-by: Felipe Balbi -
This is the first step in separating USB transceivers from
USB OTG utilities.Includes fixes to IMX code from Sascha Hauer.
Signed-off-by: Heikki Krogerus
Acked-by: Sascha Hauer
Acked-by: Pavankumar Kondeti
Acked-by: Li Yang
Acked-by: Alan Stern
Acked-by: Igor Grinberg
Reviewed-by: Marek Vasut
Signed-off-by: Felipe Balbi
09 Jan, 2012
1 commit
-
This moves all the header files related to the abx500 family into
a common include directory below mfd. From now on we place any
subchip header in that directory. Headers previously in e.g.
get prefixed and are now e.g.
. The top-level abstract interface
remains in .Signed-off-by: Linus Walleij
Signed-off-by: Samuel Ortiz
18 Feb, 2011
1 commit
-
most of our notifications, will be called from IRQ
context, so an atomic notifier suits the job better.Signed-off-by: Felipe Balbi
11 Dec, 2010
1 commit
-
Basic driver for ab8500 usb otg transceiver
TODO:
-Regulators support
-Host and OTG testing
-Interface with PRCMU
-Charging supportSigned-off-by: Mian Yousaf Kaukab
Acked-by: Linus Walleij
Signed-off-by: Greg Kroah-Hartman