summaryrefslogtreecommitdiff
path: root/drivers/usb/otg
AgeCommit message (Expand)Author
2013-03-04usb: otg: use try_module_get in all usb_get_phy functions and add missing mod...Marc Kleine-Budde
2013-02-21Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman
2013-01-25Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2013-01-25usb: musb: omap: make use of the new PHY lib APIsKishon Vijay Abraham I
2013-01-25usb: otg: add device tree support to otg libraryKishon Vijay Abraham I
2013-01-25usb: otg: utils: add facilities in phy lib to support multiple PHYs of same typeKishon Vijay Abraham I
2013-01-25usb: otg: add an api to bind the usb controller and phyKishon Vijay Abraham I
2013-01-24usb: otg: mv_otg: use devm_xxx for probeChao Xie
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding
2013-01-18usb: phy: mv-otg: use to_delayed_work instead of castCesar Eduardo Barros
2013-01-18usb: phy: mxs-phy: add set_suspend APIPeter Chen
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman
2013-01-17usb: converto drivers/usb/* to use module_platform_driver_probe()Fabio Porcedda
2012-12-13usb: otg: mv_otg: fix the clk APIsChao Xie
2012-12-13USB: fix fsl_otg config dependencyAnatolij Gustschin
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