summaryrefslogtreecommitdiff
path: root/drivers/usb/otg/gpio_vbus.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-18usb: phy: move all PHY drivers to drivers/usb/phy/Felipe Balbi1-416/+0
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda1-11/+1
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-2/+2
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-2/+2
2012-05-17USB: gpio_vbus: wakeup support on GPIO VBUS interruptsShinya Kuribayashi1-0/+33
2012-05-17USB: gpio_vbus: a missing cancellation of workqueue in remove() functionShinya Kuribayashi1-0/+1
2012-05-17USB: gpio_vbus: handle IRQ flags properlyShinya Kuribayashi1-5/+6
2012-05-17USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM useShinya Kuribayashi1-3/+2
2012-05-17USB: gpio_vbus: use cached IRQ number for consistency with the probed oneShinya Kuribayashi1-4/+6
2012-05-14USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active"Shinya Kuribayashi1-2/+10
2012-05-14USB: gpio_vbus: put a missing regulator_put() on errorShinya Kuribayashi1-0/+1
2012-05-14USB: gpio_vbus: provide an appropriate debounce intervalShinya Kuribayashi1-4/+4
2012-05-14USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq()Shinya Kuribayashi1-2/+2
2012-04-12usb: otg: gpio_vbus: Add otg transceiver events and notifiersHeiko Stübner1-1/+14
2012-02-13usb: otg: gpio_vbus: Start using struct usb_otgHeikki Krogerus1-25/+36
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-4/+4
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-05-03USB: gpio-vbus: ask for vbus_draw regulator before registering xceivDmitry Eremin-Solenikov1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-03-24USB: gpio_vbus: add delayed vbus_session callsRobert Jarzmik1-11/+31
2009-01-07USB: otg: gpio_vbus transceiver stubPhilipp Zabel1-0/+335