summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: tegra: Get PHY mode using DTVenu Byravarasu2013-05-302-3/+11
* usb: phy: tegra: Return correct error value provided by clk_get_sysVenu Byravarasu2013-05-301-2/+1
* usb: gadget: use platform_{get,set}_drvdata()Jingoo Han2013-05-285-9/+9
* usb: phy: samsung: Add support HSIC on Exynos4X12Dongjin Kim2013-05-283-2/+26
* usb: phy: phy-nop: Remove redundant use of of_match_ptrSachin Kamat2013-05-281-1/+1
* usb: gadget: pxa27x_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-281-1/+0
* usb: gadget: mv_u3d_core: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-281-3/+0
* usb: phy: samsung: Add support for USB 2.0 PHY on Exynos 4x12Tomasz Figa2013-05-282-0/+19
* usb: phy: samsung: Pass enable/disable callbacks through driver dataTomasz Figa2013-05-283-13/+15
* usb: phy: samsung: Pass set_isolation callback through driver dataTomasz Figa2013-05-284-35/+23
* usb: phy: samsung: Consolidate reference clock rate handlingTomasz Figa2013-05-284-49/+86
* usb: phy: samsung: Use clk_get to get reference clockTomasz Figa2013-05-281-2/+2
* usb: phy: samsung: Select common driver part implicitlyTomasz Figa2013-05-281-1/+1
* usb: phy: ab8500-usb: add ab9540 supportFabio Baltieri2013-05-281-0/+213
* usb: phy: ab8500-usb: add ab8540 supportFabio Baltieri2013-05-281-3/+294
* usb: phy: ab8500-usb: add flag bits to control driver featuresFabio Baltieri2013-05-281-36/+73
* usb: phy: ab8500-usb: move phy tuning values on separate functionsFabio Baltieri2013-05-281-75/+86
* usb: phy: ab8500-usb: add platform_device_id tableFabio Baltieri2013-05-281-2/+8
* usb: phy: ab8500-usb: fix phy tuning value select logicFabio Baltieri2013-05-281-2/+2
* usb: phy: ab8500-usb: restart phy during probeSakethram Bommisetti2013-05-281-0/+33
* usb: phy: ab8500-usb: add transceiver clock controlMian Yousaf Kaukab2013-05-281-0/+14
* usb: musb: various cosmetic fixes on ux500 filesFabio Baltieri2013-05-282-7/+8
* usb: musb: enable ux500 host side dma supportMian Yousaf Kaukab2013-05-281-4/+4
* usb: gadget: uvc: Remove unneeded endpoint descriptor fields initializationLaurent Pinchart2013-05-281-10/+3
* usb: musb: eliminate musb_to_hcdDaniel Mack2013-05-285-12/+10
* usb: musb: use musb->port_modeDaniel Mack2013-05-282-6/+19
* usb: musb: re-introduce musb->port_modeDaniel Mack2013-05-282-0/+8
* usb: musb: add musb_host_setup() and musb_host_cleanup()Daniel Mack2013-05-283-0/+34
* usb: musb: add Kconfig options for HOST, GAGDET or DUAL_ROLE modesDaniel Mack2013-05-284-4/+79
* usb: musb: factor out hcd initalizationDaniel Mack2013-05-284-39/+67
* usb: musb: move musb_start to musb_virthub.cDaniel Mack2013-05-283-46/+44
* usb: musb: gadget: remove hcd initializationDaniel Mack2013-05-281-10/+0
* usb: musb: factor some host-specific functionsDaniel Mack2013-05-283-12/+24
* usb: musb: move function declarations to musb_{host,gadget}.hDaniel Mack2013-05-283-24/+14
* usb: gadget: drop unused USB_GADGET_MUSB_HDRCDaniel Mack2013-05-281-8/+0
* usb: musb: remove 'ignore_disconnect' flagFelipe Balbi2013-05-283-13/+1
* usb: musb: fix incorrect usage of resource pointerFelipe Balbi2013-05-286-12/+96
* Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-05-2364-226/+260
|\
| * USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter2013-05-201-1/+2
| * USB: ftdi_sio: Add support for Newport CONEX motor driversGomella, Andrew (NIH/NHLBI) [F]2013-05-172-0/+4
| * USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN cardDan Williams2013-05-171-0/+2
| * usb: ohci: fix goto wrong tag in err caseLibo Chen2013-05-171-23/+23
| * usb: isp1760-if: fix memleak when platform_get_resource failLibo Chen2013-05-171-1/+3
| * usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen2013-05-171-0/+1
| * USB: serial: clean up chars_in_bufferJohan Hovold2013-05-171-9/+2
| * USB: ti_usb_3410_5052: fix chars_in_buffer overheadJohan Hovold2013-05-171-8/+15
| * USB: io_ti: fix chars_in_buffer overheadJohan Hovold2013-05-171-8/+14
| * USB: ftdi_sio: fix chars_in_buffer overheadJohan Hovold2013-05-171-14/+5
| * USB: ftdi_sio: clean up get_modem_statusJohan Hovold2013-05-171-5/+4
| * USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-172-0/+33