summaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg
AgeCommit message (Expand)AuthorFilesLines
2013-03-18usb: phy: move all PHY drivers to drivers/usb/phy/Felipe Balbi18-9812/+0
2013-03-18usb: otg: move usb_otg_state_string to usb-common.cFelipe Balbi2-50/+0
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi4-7/+7
2013-03-18usb: otg: fsl_otg: remove redundant NULL check before kfreeSyam Sidhardhan1-20/+10
2013-03-18usb: phy: mxs: use readl(), writel() instead of the _relaxed() versionsMarc Kleine-Budde1-16/+16
2013-03-18usb: phy: mxs-phy: register phy with frameworkSascha Hauer1-0/+9
2013-03-18usb: phy: move bulk of otg/otg.c to phy/phy.cSascha Hauer1-427/+0
2013-03-18USB: phy: nop: Defer probe if device needs VCC/RESETRoger Quadros1-0/+11
2013-03-18usb: phy: nop: Add device tree support and binding informationRoger Quadros1-8/+27
2013-03-18usb: phy: nop: use new PHY API to register PHYRoger Quadros1-1/+2
2013-03-18usb: phy: nop: Handle RESET for the PHYRoger Quadros1-0/+19
2013-03-18usb: phy: nop: Handle power supply regulator for the PHYRoger Quadros1-0/+18
2013-03-18usb: phy: nop: Manage PHY clockRoger Quadros1-1/+53
2013-03-18usb: phy: nop: use devm_kzalloc()Roger Quadros1-12/+5
2013-03-04usb: otg: use try_module_get in all usb_get_phy functions and add missing mod...Marc Kleine-Budde1-3/+7
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-63/+279
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman4-3/+257
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg 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