summaryrefslogtreecommitdiff
path: root/drivers/usb/otg
AgeCommit message (Expand)AuthorFilesLines
2012-07-09drivers: usb: otg: fix build break in twl6030-usb.cKishon Vijay Abraham I1-2/+0
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman10-136/+236
2012-07-02usb: phy: fix error handling in usb_get_phyKishon Vijay Abraham I1-1/+2
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-2/+2
2012-06-25usb: otg: twl: use devres API to allocate resourcesKishon Vijay Abraham I2-25/+6
2012-06-25usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I2-14/+0
2012-06-25usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I2-49/+44
2012-06-25usb: otg: utils: devres: Add API's to associate a device with the phyKishon Vijay Abraham I1-0/+62
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I10-30/+102
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I10-35/+35
2012-06-22usb: otg: twl6030-usb: Fix twl writesMoiz Sonasath1-9/+6
2012-06-14usb: otg: twl: add missing IRQF_ONESHOTFelipe Balbi1-2/+2
2012-06-04usb: otg: isp1301_omap: resolve unused variable warning from gccPaul Walmsley1-7/+8
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-17USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irqMing Lei1-2/+2
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-03-02usb: otg: ab8500-usb: make probe() work againDan Carpenter1-1/+1
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman17-686/+783
2012-02-27usb: otg: mv_otg: Start using struct usb_otgHeikki Krogerus2-49/+63
2012-02-13usb: otg: ulpi: Start using struct usb_otgHeikki Krogerus2-52/+64
2012-02-13usb: otg: twl6030: Start using struct usb_otgHeikki Krogerus1-50/+61
2012-02-13usb: otg: twl4030: Start using struct usb_otgHeikki Krogerus1-35/+44
2012-02-13usb: otg: nop: Start using struct usb_otgHeikki Krogerus1-34/+30
2012-02-13usb: otg: msm: Start using struct usb_otgHeikki Krogerus1-193/+205
2012-02-13usb: otg: isp1301_omap: Start using struct usb_otgHeikki Krogerus1-111/+121
2012-02-13usb: otg: gpio_vbus: Start using struct usb_otgHeikki Krogerus1-25/+36
2012-02-13usb: otg: fsl: Start using struct usb_otgHeikki Krogerus4-64/+75
2012-02-13usb: otg: ab8500: Start using struct usb_otgHeikki Krogerus1-40/+51
2012-02-13usb: otg: Separate otg members from usb_phyHeikki Krogerus1-19/+19
2012-02-13usb: otg: Rename usb_xceiv_event to usb_phy_eventHeikki Krogerus2-2/+2
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus16-97/+97
2012-02-02usb: otg: mv_otg: Add dependenceNeil Zhang1-1/+1
2012-01-25Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balb...Greg Kroah-Hartman3-2364/+2
2012-01-24usb: mv-otg - Fix build if CONFIG_USB is not setGeert Uytterhoeven1-0/+2
2012-01-24drivers: usb: otg: Fix dependencies for some OTG driversFabio Estevam1-2/+2
2012-01-24usb: otg: kill langwell_otg driverAlexander Shishkin3-2362/+0
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds1-1/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-22/+1146
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij1-1/+1
2011-12-22Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-0/+1135
2011-12-22Merge branch 'for-next/xceiv' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-10/+10
2011-12-20usb: otg: trivial cleanupsFelipe Contreras1-10/+10