Age | Commit message (Expand) | Author | Files | Lines |
2013-01-25 | usb: dwc3: omap: use device_for_each_child to handle child removal | Kishon Vijay Abraham I | 1 | -1/+11 |
2013-01-25 | usb: dwc3: exynos: fix compatible strings for the device | Vivek Gautam | 1 | -1/+1 |
2013-01-25 | usb: ehci-s5p/ohci-exynos: Fix compatible strings for the device | Vivek Gautam | 2 | -2/+2 |
2013-01-25 | USB: fix sign-extension bug in the hub driver | Alan Stern | 1 | -1/+1 |
2013-01-25 | USB: uhci: beautify source code | Chen Gang | 3 | -28/+31 |
2013-01-25 | USB: option: add and update Alcatel modems | Bjørn Mork | 1 | -1/+9 |
2013-01-25 | USB: misc: usb3503: add dt support | Dongjin Kim | 1 | -5/+26 |
2013-01-25 | USB: UHCI: remove unused definition | Woody Suwalski | 1 | -4/+0 |
2013-01-25 | USB: uhci: check buffer length to avoid memory overflow | Chen Gang | 3 | -49/+107 |
2013-01-24 | usb: gadget: constify all struct usb_gadget_ops | Felipe Balbi | 9 | -9/+9 |
2013-01-24 | usb: gadget: mv_udc: fix the value of tranceiver | Chao Xie | 1 | -5/+10 |
2013-01-24 | usb: host: ehci-mv: remove unused variable | Chao Xie | 1 | -1/+0 |
2013-01-24 | usb: otg: mv_otg: use devm_xxx for probe | Chao Xie | 1 | -60/+22 |
2013-01-24 | usb: gadget: mv_udc: fix the warning of mv_udc_remove | Chao Xie | 1 | -1/+1 |
2013-01-24 | usb: gadget: mv_udc: use devm_xxx for probe | Chao Xie | 1 | -100/+56 |
2013-01-24 | usb: gadget: completely remove ->start/->stop | Felipe Balbi | 1 | -75/+14 |
2013-01-24 | usb: gadget: s3c2410: convert to udc_start/udc_stop | Felipe Balbi | 2 | -53/+13 |
2013-01-24 | usb: gadget: pxa27x_udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -46/+16 |
2013-01-24 | usb: gadget: pxa25x_udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -48/+15 |
2013-01-24 | usb: gadget: pch_udc: convert to udc_start/udc_stop | Felipe Balbi | 1 | -53/+14 |
2013-01-24 | usb: gadget: omap_udc: convert to udc_start/udc_stop | Felipe Balbi | 1 | -37/+12 |
2013-01-24 | usb: gadget: m66592-udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -51/+20 |
2013-01-24 | usb: gadget: fsl_udc_core: convert to udc_start/udc_stop | Felipe Balbi | 1 | -47/+11 |
2013-01-24 | usb: gadget: goku_udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -56/+15 |
2013-01-24 | usb: gadget: fusb300_udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -47/+20 |
2013-01-24 | usb: gadget: amd5536udc: convert to udc_start/udc_stop | Felipe Balbi | 2 | -45/+16 |
2013-01-24 | usb: Using correct way to clear usb3.0 device's remote wakeup feature. | Lan Tianyu | 1 | -18/+52 |
2013-01-24 | usb: Prevent dead ports when xhci is not enabled | David Moore | 1 | -0/+1 |
2013-01-24 | USB: XHCI: fix memory leak of URB-private data | Alan Stern | 1 | -0/+2 |
2013-01-24 | drivers: xhci: fix incorrect bit test | Nickolai Zeldovich | 1 | -1/+1 |
2013-01-24 | xhci: Fix TD size for isochronous URBs. | Sarah Sharp | 1 | -2/+3 |
2013-01-24 | xhci: Fix isoc TD encoding. | Sarah Sharp | 1 | -1/+3 |
2013-01-24 | usb: dwc3: gadget: change HIRD threshold to 12 | Felipe Balbi | 1 | -2/+5 |
2013-01-24 | usb: gadget: mv_udc: use udc_start and udc_stop functions | Chao Xie | 1 | -44/+35 |
2013-01-23 | USB: EHCI: fix build error in ehci-mxc | Alan Stern | 4 | -76/+53 |
2013-01-23 | usb: phy: samsung: Remove __devinit, __devexit_p and __exit annotations | Vivek Gautam | 1 | -3/+3 |
2013-01-23 | USB: ohci-exynos: Add phy driver support | Vivek Gautam | 1 | -21/+63 |
2013-01-23 | USB: ehci-s5p: Add phy driver support | Vivek Gautam | 1 | -21/+59 |
2013-01-23 | usb: phy: samsung: Add host phy support to samsung-phy driver | Vivek Gautam | 2 | -29/+486 |
2013-01-23 | ARM: EXYNOS: Update & move usb-phy types to generic include layer | Vivek Gautam | 2 | -8/+10 |
2013-01-22 | usb: Convert to devm_ioremap_resource() | Thierry Reding | 22 | -89/+76 |
2013-01-22 | USB: EHCI: add a name for the platform-private field | Alan Stern | 1 | -0/+3 |
2013-01-22 | USB: EHCI: fix incorrect configuration test | Alan Stern | 1 | -1/+1 |
2013-01-22 | USB: EHCI: Move definition of EHCI_STATS to ehci.h | Roger Quadros | 2 | -4/+4 |
2013-01-22 | USB: UHCI: fix IRQ race during initialization | Alan Stern | 1 | -6/+9 |
2013-01-22 | USB: Set usb port's DeviceRemovable according acpi information | Lan Tianyu | 3 | -0/+50 |
2013-01-22 | drivers/usb/chipidea/core.c: adjust duplicate test | Julia Lawall | 1 | -1/+1 |
2013-01-21 | Merge tag 'fixes-for-v3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 7 | -39/+61 |
2013-01-21 | usb: gadget: fix two sparse warnings | Felipe Balbi | 2 | -2/+2 |
2013-01-21 | usb: gadget: f_uac2: fix compile warning | Felipe Balbi | 1 | -1/+0 |