aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-63/+279
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman4-3/+257
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-60/+22
2013-01-25usb: musb: omap: make use of the new PHY lib APIsKishon Vijay Abraham I1-1/+2
2013-01-25usb: otg: add device tree support to otg libraryKishon Vijay Abraham I1-0/+80
2013-01-25usb: otg: utils: add facilities in phy lib to support multiple PHYs of same typeKishon Vijay Abraham I1-1/+117
2013-01-25usb: otg: add an api to bind the usb controller and phyKishon Vijay Abraham I1-0/+37
2013-01-24usb: otg: mv_otg: use devm_xxx for probeChao Xie1-60/+22
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2013-01-18usb: phy: mv-otg: use to_delayed_work instead of castCesar Eduardo Barros1-1/+1
2013-01-18usb: phy: mxs-phy: add set_suspend APIPeter Chen1-0/+20
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2-3/+3
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda2-23/+2
2012-12-13usb: otg: mv_otg: fix the clk APIsChao Xie1-2/+2
2012-12-13USB: fix fsl_otg config dependencyAnatolij Gustschin1-1/+1
2012-11-21usb: remove use of __devexitBill Pemberton5-5/+5
2012-11-21usb: remove use of __devinitBill Pemberton6-6/+6
2012-11-21usb: remove use of __devexit_pBill Pemberton5-5/+5
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman1-2/+2
2012-11-15usb: phy: change phy notify connect/disconnect APIPeter Chen1-8/+14
2012-11-15usb: mxs-phy: re-init phy during the connection is uselessPeter Chen1-1/+0
2012-11-15Revert "usb: otg: mxs-phy: Fix mx23 operation"Peter Chen1-35/+3
2012-11-14usb: otg: twl4030: Change TWL4030_MODULE_* ids to TWL_MODULE_*Peter Ujfalusi1-25/+21
2012-10-30usb: otg: Fix build errors if USB_MUSB_OMAP2PLUS is selected as moduleRoger Quadros1-2/+2
2012-10-16usb: phy: mv_otg: use module_platform_driver macroSrinivas Kandagatla1-13/+1
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