aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/ab8500-usb.c
Commit message (Collapse)AuthorAge
* usb: otg: notifier: switch to atomic notifierFelipe Balbi2011-02-18
| | | | | | | most of our notifications, will be called from IRQ context, so an atomic notifier suits the job better. Signed-off-by: Felipe Balbi <balbi@ti.com>
* usb: add ab8500 usb transceiver driverMian Yousaf Kaukab2010-12-10
Basic driver for ab8500 usb otg transceiver TODO: -Regulators support -Host and OTG testing -Interface with PRCMU -Charging support Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>