summaryrefslogtreecommitdiff
path: root/drivers/usb/otg
AgeCommit message (Expand)Author
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman
2012-11-15usb: phy: change phy notify connect/disconnect APIPeter Chen
2012-11-15usb: mxs-phy: re-init phy during the connection is uselessPeter Chen
2012-11-15Revert "usb: otg: mxs-phy: Fix mx23 operation"Peter Chen
2012-11-14usb: otg: twl4030: Change TWL4030_MODULE_* ids to TWL_MODULE_*Peter Ujfalusi
2012-10-30usb: otg: Fix build errors if USB_MUSB_OMAP2PLUS is selected as moduleRoger Quadros
2012-10-16usb: phy: mv_otg: use module_platform_driver macroSrinivas Kandagatla
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren
2012-09-10usb: otg: mxs-phy: Fix mx23 operationMike Thompson
2012-09-10usb: otg: move the dereference below the NULL testWei Yongjun
2012-09-06usb: twl4030: Add device tree support for twl4030 usbKishon Vijay Abraham I
2012-09-06usb: twl6030: Add dt support for twl6030 usbKishon Vijay Abraham I
2012-09-06usb: otg: make twl6030_usb as a comparator driver to omap_usb2Kishon Vijay Abraham I
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-09usb: otg: Remove the unneeded NULL checkShubhrajyoti D
2012-08-03usb: xceiv: nop: let it work as USB2 and USB3 phyFelipe Balbi
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-07-19isp1301_omap: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o
2012-07-09usb: otg: add basic mxs phy driver supportRichard Zhao
2012-07-09drivers: usb: otg: fix build break in twl6030-usb.cKishon Vijay Abraham I
2012-07-05Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman
2012-07-03Merge tag 'omap-cleanup-for-v3.6' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann
2012-07-02usb: phy: fix error handling in usb_get_phyKishon Vijay Abraham I
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I
2012-06-25usb: otg: twl: use devres API to allocate resourcesKishon Vijay Abraham I
2012-06-25usb: musb: move otg specific initializations from twl to glueKishon Vijay Abraham I
2012-06-25usb: musb: twl: use mailbox API to send VBUS or ID eventsKishon Vijay Abraham I
2012-06-25usb: otg: utils: devres: Add API's to associate a device with the phyKishon Vijay Abraham I
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I
2012-06-22usb: otg: twl6030-usb: Fix twl writesMoiz Sonasath
2012-06-14usb: otg: twl: add missing IRQF_ONESHOTFelipe Balbi
2012-06-04usb: otg: isp1301_omap: resolve unused variable warning from gccPaul Walmsley
2012-06-04ARM: OMAP: Make FS USB omap1 onlyTony Lindgren
2012-05-17USB: gpio_vbus: wakeup support on GPIO VBUS interruptsShinya Kuribayashi
2012-05-17USB: gpio_vbus: a missing cancellation of workqueue in remove() functionShinya Kuribayashi
2012-05-17USB: gpio_vbus: handle IRQ flags properlyShinya Kuribayashi
2012-05-17USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM useShinya Kuribayashi
2012-05-17USB: gpio_vbus: use cached IRQ number for consistency with the probed oneShinya Kuribayashi
2012-05-17USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irqMing Lei
2012-05-14USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active"Shinya Kuribayashi
2012-05-14USB: gpio_vbus: put a missing regulator_put() on errorShinya Kuribayashi
2012-05-14USB: gpio_vbus: provide an appropriate debounce intervalShinya Kuribayashi