aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren1-1/+1
2012-09-10usb: otg: mxs-phy: Fix mx23 operationMike Thompson1-3/+35
2012-09-10usb: otg: move the dereference below the NULL testWei Yongjun1-10/+24
2012-09-06usb: twl4030: Add device tree support for twl4030 usbKishon Vijay Abraham I1-6/+20
2012-09-06usb: twl6030: Add dt support for twl6030 usbKishon Vijay Abraham I1-13/+26
2012-09-06usb: otg: make twl6030_usb as a comparator driver to omap_usb2Kishon Vijay Abraham I2-101/+19
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-09usb: otg: Remove the unneeded NULL checkShubhrajyoti D1-1/+1
2012-08-03usb: xceiv: nop: let it work as USB2 and USB3 phyFelipe Balbi1-1/+6
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi1-0/+1
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-1/+0
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds13-138/+433
2012-07-19isp1301_omap: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-1/+0
2012-07-09usb: otg: add basic mxs phy driver supportRichard Zhao3-0/+197
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/balbi/usb into usb-nextGreg Kroah-Hartman10-136/+236
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-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-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