aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-03Merge tag 'omap-cleanup-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanupArnd Bergmann1-1/+1
2012-06-22usb: otg: twl6030-usb: Fix twl writesMoiz Sonasath1-9/+6
2012-06-04ARM: OMAP: Make FS USB omap1 onlyTony Lindgren1-1/+1
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/balbi/usb into usb-nextGreg 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/balbi/usb into usb-linusGreg 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/sameo/mfd-2.6Linus Torvalds1-1/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus 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/git/balbi/usb into usb-nextGreg Kroah-Hartman4-0/+1135
2011-12-22Merge branch 'for-next/xceiv' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-10/+10
2011-12-20usb: otg: trivial cleanupsFelipe Contreras1-10/+10
2011-12-20USB: OTG: add Marvell usb OTG driver supportNeil Zhang4-0/+1135
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2-0/+2
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-22USB: otg: remove unused function twl6030_set_phy_clkWanlong Gao1-16/+0
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-6/+24
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-01USB: OTG: Use work_queue in set_vbus for TWL6030 transcieverMoiz Sonasath1-6/+24