| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: c67x00 RetryCnt value in c67x00 TD should be 3 | Dave Tubbs | 2013-03-07 | 1 | -1/+1 |
* | usb: Correction to c67x00 TD data length mask | Dave Tubbs | 2013-03-07 | 1 | -1/+1 |
* | usb: Makefile: fix drivers/usb/phy/ Makefile entry | Felipe Balbi | 2013-03-07 | 1 | -1/+1 |
* | USB: added support for Cinterion's products AH6 and PLS8 | Christian Schmiedl | 2013-03-07 | 1 | -0/+4 |
* | usb: gadget: fix omap_udc build errors | Arnd Bergmann | 2013-03-07 | 1 | -1/+2 |
* | USB: storage: fix Huawei mode switching regression | Bjørn Mork | 2013-03-07 | 3 | -78/+331 |
* | USB: storage: in-kernel modeswitching is deprecated | Bjørn Mork | 2013-03-07 | 1 | -0/+8 |
* | USB: option: add Huawei E5331 | Bjørn Mork | 2013-03-07 | 1 | -0/+1 |
* | USB: EHCI: don't check DMA values in QH overlays | Alan Stern | 2013-03-05 | 1 | -5/+13 |
* | USB: EHCI: work around silicon bug in Intel's EHCI controllers | Alan Stern | 2013-03-05 | 2 | -8/+16 |
* | usb: gadget: u_uac1: NULL dereference on error path | Dan Carpenter | 2013-03-04 | 1 | -0/+3 |
* | usb: gadget: f_uac1: silence an info leak warning | Dan Carpenter | 2013-03-04 | 1 | -0/+1 |
* | usb: phy: omap-control-usb: Convert to devm_ioremap_resource() | Sachin Kamat | 2013-03-04 | 1 | -15/+9 |
* | usb: phy: omap-usb3: Convert to devm_ioremap_resource() | Sachin Kamat | 2013-03-04 | 1 | -5/+3 |
* | usb: phy: samsung: Convert to devm_ioremap_resource() | Sachin Kamat | 2013-03-04 | 1 | -5/+3 |
* | usb: otg: use try_module_get in all usb_get_phy functions and add missing mod... | Marc Kleine-Budde | 2013-03-04 | 1 | -3/+7 |
* | usb: musb: correct Kconfig in order to avoid non compilable selection | Peter Ujfalusi | 2013-03-04 | 1 | -2/+2 |
* | usb: gadget: s3c2410: fix build breakage | Felipe Balbi | 2013-03-04 | 1 | -1/+1 |
* | usb: gadget: imx_udc: fix gadget->dev registration | Felipe Balbi | 2013-03-04 | 1 | -12/+8 |
* | usb: gadget: pxa25x: fix gadget->dev registration | Felipe Balbi | 2013-03-04 | 1 | -9/+11 |
* | usb: gadget: s3c2410: fix gadget->dev registration | Felipe Balbi | 2013-03-04 | 1 | -15/+11 |
* | usb: gadget: make usb functions to load before gadget driver | Kishon Vijay Abraham I | 2013-03-04 | 1 | -6/+6 |
* | usb: gadget: pxa27x: fix gadget->dev registration | Felipe Balbi | 2013-03-04 | 1 | -6/+12 |
* | usb: chipidea: register debugging sysfs on our device | Felipe Balbi | 2013-03-04 | 1 | -3/+3 |
* | usb: dwc3: gadget: remove unnecessary code | Felipe Balbi | 2013-03-04 | 1 | -3/+0 |
* | usb: dwc3: glue layers shouldn't know about the core IP | Felipe Balbi | 2013-03-04 | 3 | -6/+0 |
* | usb: dwc3: omap: fix a typo on of_device_id | Felipe Balbi | 2013-03-04 | 1 | -3/+3 |
* | usb: dwc3: core: don't forget to free coherent memory | Felipe Balbi | 2013-03-04 | 1 | -0/+1 |
* | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-03-03 | 1 | -15/+14 |
|\ |
|
| * | USB: EHCI: revert "remove ASS/PSS polling timeout" | Alan Stern | 2013-02-26 | 1 | -15/+14 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 7 | -13/+13 |
|\ \ |
|
| * | | new helper: file_inode(file) | Al Viro | 2013-02-22 | 7 | -13/+13 |
| * | | Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-01-18 | 2 | -1/+11 |
| |\ \ |
|
* | \ \ | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2013-02-24 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3) | Roger Quadros | 2013-02-13 | 1 | -3/+3 |
* | | | | | Merge branch 'akpm' (more incoming from Andrew) | Linus Torvalds | 2013-02-23 | 1 | -0/+13 |
|\ \ \ \ \ |
|
| * | | | | | usb: forbid memory allocation with I/O during bus reset | Ming Lei | 2013-02-23 | 1 | -0/+13 |
* | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-02-22 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | locking: Various static lock initializer fixes | Thomas Gleixner | 2013-02-19 | 1 | -1/+1 |
* | | | | | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2013-02-21 | 2 | -119/+110 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 2013-02-19 | 20 | -392/+299 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| * | | | | | | Merge tag 'tegra-for-3.9-soc-usb' of git://git.kernel.org/pub/scm/linux/kerne... | Olof Johansson | 2013-02-05 | 2 | -119/+110 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | usb: host: tegra: make use of PHY pointer of HCD | Venu Byravarasu | 2013-01-28 | 2 | -18/+25 |
| | * | | | | | usb: host: tegra: don't touch EMC clock | Stephen Warren | 2013-01-28 | 1 | -17/+0 |
| | * | | | | | usb: add APIs to access host registers from Tegra PHY | Venu Byravarasu | 2013-01-28 | 2 | -43/+55 |
| | * | | | | | USB: PHY: tegra: Get rid of instance number to differentiate PHY type | Venu Byravarasu | 2013-01-28 | 1 | -14/+14 |
| | * | | | | | USB: PHY: tegra: get rid of instance number to differentiate legacy controller | Venu Byravarasu | 2013-01-28 | 1 | -17/+15 |
| | * | | | | | usb: phy: remove unused APIs from Tegra PHY. | Venu Byravarasu | 2013-01-28 | 1 | -13/+0 |
| | * | | | | | usb: host: tegra: Resetting PORT0 based on information received via DT. | Venu Byravarasu | 2013-01-28 | 1 | -1/+5 |
| | * | | | | | usb: phy: use kzalloc to allocate struct tegra_usb_phy | Venu Byravarasu | 2013-01-28 | 1 | -1/+1 |