Age | Commit message (Expand) | Author | Files | Lines |
2013-03-18 | USB: phy: nop: Defer probe if device needs VCC/RESET | Roger Quadros | 1 | -0/+11 |
2013-03-18 | usb: phy: nop: Add device tree support and binding information | Roger Quadros | 1 | -8/+27 |
2013-03-18 | usb: phy: nop: use new PHY API to register PHY | Roger Quadros | 1 | -1/+2 |
2013-03-18 | usb: phy: nop: Handle RESET for the PHY | Roger Quadros | 1 | -0/+19 |
2013-03-18 | usb: phy: nop: Handle power supply regulator for the PHY | Roger Quadros | 1 | -0/+18 |
2013-03-18 | usb: phy: nop: Manage PHY clock | Roger Quadros | 1 | -1/+53 |
2013-03-18 | usb: phy: nop: use devm_kzalloc() | Roger Quadros | 1 | -12/+5 |
2013-03-04 | usb: otg: use try_module_get in all usb_get_phy functions and add missing mod... | Marc Kleine-Budde | 1 | -3/+7 |
2013-02-22 | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 4 | -63/+279 |
2013-01-25 | Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Greg Kroah-Hartman | 4 | -3/+257 |
2013-01-25 | Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 1 | -60/+22 |
2013-01-25 | usb: musb: omap: make use of the new PHY lib APIs | Kishon Vijay Abraham I | 1 | -1/+2 |
2013-01-25 | usb: otg: add device tree support to otg library | Kishon Vijay Abraham I | 1 | -0/+80 |
2013-01-25 | usb: otg: utils: add facilities in phy lib to support multiple PHYs of same type | Kishon Vijay Abraham I | 1 | -1/+117 |
2013-01-25 | usb: otg: add an api to bind the usb controller and phy | Kishon Vijay Abraham I | 1 | -0/+37 |
2013-01-24 | usb: otg: mv_otg: use devm_xxx for probe | Chao Xie | 1 | -60/+22 |
2013-01-22 | usb: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -3/+3 |
2013-01-18 | usb: phy: mv-otg: use to_delayed_work instead of cast | Cesar Eduardo Barros | 1 | -1/+1 |
2013-01-18 | usb: phy: mxs-phy: add set_suspend API | Peter Chen | 1 | -0/+20 |
2013-01-18 | Merge 3.9-rc4 into driver-core-next | Greg Kroah-Hartman | 2 | -3/+3 |
2013-01-18 | usb: converto drivers/usb/* to use module_platform_driver_probe() | Fabio Porcedda | 2 | -23/+2 |
2012-12-13 | usb: otg: mv_otg: fix the clk APIs | Chao Xie | 1 | -2/+2 |
2012-12-13 | USB: fix fsl_otg config dependency | Anatolij Gustschin | 1 | -1/+1 |
2012-11-22 | usb: remove use of __devexit | Bill Pemberton | 5 | -5/+5 |
2012-11-22 | usb: remove use of __devinit | Bill Pemberton | 6 | -6/+6 |
2012-11-22 | usb: remove use of __devexit_p | Bill Pemberton | 5 | -5/+5 |
2012-11-17 | Merge 3.7-rc6 into usb-next. | Greg Kroah-Hartman | 1 | -2/+2 |
2012-11-16 | usb: phy: change phy notify connect/disconnect API | Peter Chen | 1 | -8/+14 |
2012-11-16 | usb: mxs-phy: re-init phy during the connection is useless | Peter Chen | 1 | -1/+0 |
2012-11-16 | Revert "usb: otg: mxs-phy: Fix mx23 operation" | Peter Chen | 1 | -35/+3 |
2012-11-15 | usb: otg: twl4030: Change TWL4030_MODULE_* ids to TWL_MODULE_* | Peter Ujfalusi | 1 | -25/+21 |
2012-10-30 | usb: otg: Fix build errors if USB_MUSB_OMAP2PLUS is selected as module | Roger Quadros | 1 | -2/+2 |
2012-10-16 | usb: phy: mv_otg: use module_platform_driver macro | Srinivas Kandagatla | 1 | -13/+1 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2012-10-02 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+1 |
2012-09-21 | ARM: OMAP1: Make plat/mux.h omap1 only | Tony Lindgren | 1 | -1/+1 |
2012-09-10 | usb: otg: mxs-phy: Fix mx23 operation | Mike Thompson | 1 | -3/+35 |
2012-09-10 | usb: otg: move the dereference below the NULL test | Wei Yongjun | 1 | -10/+24 |
2012-09-06 | usb: twl4030: Add device tree support for twl4030 usb | Kishon Vijay Abraham I | 1 | -6/+20 |
2012-09-06 | usb: twl6030: Add dt support for twl6030 usb | Kishon Vijay Abraham I | 1 | -13/+26 |
2012-09-06 | usb: otg: make twl6030_usb as a comparator driver to omap_usb2 | Kishon Vijay Abraham I | 2 | -101/+19 |
2012-08-21 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
2012-08-09 | usb: otg: Remove the unneeded NULL check | Shubhrajyoti D | 1 | -1/+1 |
2012-08-03 | usb: xceiv: nop: let it work as USB2 and USB3 phy | Felipe Balbi | 1 | -1/+6 |
2012-08-03 | usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.h | Felipe Balbi | 1 | -0/+1 |
2012-08-01 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2012-07-26 | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 13 | -138/+433 |
2012-07-19 | isp1301_omap: remove IRQF_SAMPLE_RANDOM which is now a no-op | Theodore Ts'o | 1 | -1/+0 |
2012-07-09 | usb: otg: add basic mxs phy driver support | Richard Zhao | 3 | -0/+197 |
2012-07-09 | drivers: usb: otg: fix build break in twl6030-usb.c | Kishon Vijay Abraham I | 1 | -2/+0 |