summaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg
Commit message (Expand)AuthorAgeFilesLines
* usb: remove use of __devexitBill Pemberton2012-11-215-5/+5
* usb: remove use of __devinitBill Pemberton2012-11-216-6/+6
* usb: remove use of __devexit_pBill Pemberton2012-11-215-5/+5
* Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman2012-11-171-2/+2
|\
| * usb: otg: Fix build errors if USB_MUSB_OMAP2PLUS is selected as moduleRoger Quadros2012-10-301-2/+2
* | usb: phy: change phy notify connect/disconnect APIPeter Chen2012-11-161-8/+14
* | usb: mxs-phy: re-init phy during the connection is uselessPeter Chen2012-11-161-1/+0Star
* | Revert "usb: otg: mxs-phy: Fix mx23 operation"Peter Chen2012-11-161-35/+3Star
* | usb: otg: twl4030: Change TWL4030_MODULE_* ids to TWL_MODULE_*Peter Ujfalusi2012-11-141-25/+21Star
* | usb: phy: mv_otg: use module_platform_driver macroSrinivas Kandagatla2012-10-161-13/+1Star
|/
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-021-1/+1
|\ \
| * | ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren2012-09-201-1/+1
| |/
* | usb: otg: mxs-phy: Fix mx23 operationMike Thompson2012-09-101-3/+35
* | usb: otg: move the dereference below the NULL testWei Yongjun2012-09-101-10/+24
* | usb: twl4030: Add device tree support for twl4030 usbKishon Vijay Abraham I2012-09-061-6/+20
* | usb: twl6030: Add dt support for twl6030 usbKishon Vijay Abraham I2012-09-061-13/+26
* | usb: otg: make twl6030_usb as a comparator driver to omap_usb2Kishon Vijay Abraham I2012-09-062-101/+19Star
* | usb: otg: Remove the unneeded NULL checkShubhrajyoti D2012-08-091-1/+1
* | usb: xceiv: nop: let it work as USB2 and USB3 phyFelipe Balbi2012-08-031-1/+6
* | usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi2012-08-031-0/+1
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-011-1/+0Star
|\
| * isp1301_omap: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-1/+0Star
* | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-2613-138/+433
|\ \
| * | usb: otg: add basic mxs phy driver supportRichard Zhao2012-07-093-0/+197
| * | drivers: usb: otg: fix build break in twl6030-usb.cKishon Vijay Abraham I2012-07-091-2/+0Star
| * | Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2012-07-0610-136/+236
| |\ \ | | |/ | |/|
| | * usb: phy: fix error handling in usb_get_phyKishon Vijay Abraham I2012-07-021-1/+2
| | * usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I2012-07-021-2/+2
| | * usb: otg: twl: use devres API to allocate resourcesKishon Vijay Abraham I2012-06-252-25/+6Star
| | * usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I2012-06-252-14/+0Star
| | * usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I2012-06-252-49/+44Star
| | * usb: otg: utils: devres: Add API's to associate a device with the phyKishon Vijay Abraham I2012-06-251-0/+62
| | * usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I2012-06-2510-30/+102
| | * usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I2012-06-2510-35/+35
| | * usb: otg: twl: add missing IRQF_ONESHOTFelipe Balbi2012-06-141-2/+2
| | * usb: otg: isp1301_omap: resolve unused variable warning from gccPaul Walmsley2012-06-041-7/+8
* | | Merge tag 'omap-cleanup-for-v3.6' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2012-07-031-1/+1
|\ \ \ | |/ / |/| |
| * | ARM: OMAP: Make FS USB omap1 onlyTony Lindgren2012-06-041-1/+1
| |/
* / usb: otg: twl6030-usb: Fix twl writesMoiz Sonasath2012-06-221-9/+6Star
|/
* USB: gpio_vbus: wakeup support on GPIO VBUS interruptsShinya Kuribayashi2012-05-171-0/+33
* USB: gpio_vbus: a missing cancellation of workqueue in remove() functionShinya Kuribayashi2012-05-171-0/+1
* USB: gpio_vbus: handle IRQ flags properlyShinya Kuribayashi2012-05-171-5/+6
* USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM useShinya Kuribayashi2012-05-171-3/+2Star
* USB: gpio_vbus: use cached IRQ number for consistency with the probed oneShinya Kuribayashi2012-05-171-4/+6
* USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irqMing Lei2012-05-171-2/+2
* USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active"Shinya Kuribayashi2012-05-141-2/+10
* USB: gpio_vbus: put a missing regulator_put() on errorShinya Kuribayashi2012-05-141-0/+1
* USB: gpio_vbus: provide an appropriate debounce intervalShinya Kuribayashi2012-05-141-4/+4