Age | Commit message (Expand) | Author | Files | Lines |
2014-12-01 | Merge 3.18-rc7 into usb-next | Greg Kroah-Hartman | 1 | -4/+4 |
2014-11-27 | Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/... | Greg Kroah-Hartman | 1 | -6/+16 |
2014-11-24 | usb: dwc3: return error code from the most recent call | Julia Lawall | 1 | -1/+1 |
2014-11-22 | usb: dwc3: host: convey the PHYs to xhci | Heikki Krogerus | 1 | -6/+16 |
2014-11-21 | usb: dwc3: exynos: Add provision for AXI UpScaler clock on exynos7 | Vivek Gautam | 1 | -0/+17 |
2014-11-21 | usb: dwc3: exynos: Add provision for suspend clock | Vivek Gautam | 1 | -0/+11 |
2014-11-21 | usb: dwc3: exynos: Remove local variable for clock from probe | Vivek Gautam | 1 | -8/+5 |
2014-11-20 | usb: dwc3: keystone: fix error return code | Julia Lawall | 1 | -0/+1 |
2014-11-20 | usb: dwc3: trace: don't save pointers | Felipe Balbi | 1 | -4/+8 |
2014-11-11 | usb: dwc3: gadget: use udc-core's reset notifier | Felipe Balbi | 1 | -5/+12 |
2014-11-10 | usb: dwc3: ep0: fix for dead code | Felipe Balbi | 1 | -4/+4 |
2014-11-07 | usb: dwc3: core: enable phy suspend quirk on non-FPGA | Felipe Balbi | 1 | -2/+2 |
2014-11-05 | usb: dwc3: ep0: remove unnecessary break after return | Jingoo Han | 1 | -2/+0 |
2014-11-05 | usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layer | Jingoo Han | 2 | -5/+2 |
2014-11-03 | usb: dwc3: make HIRD threshold configurable | Huang Rui | 4 | -5/+27 |
2014-11-03 | usb: dwc3: add support for AMD Nolan platform | Huang Rui | 1 | -0/+26 |
2014-11-03 | usb: dwc3: add disable usb2 suspend phy quirk | Huang Rui | 3 | -0/+9 |
2014-11-03 | usb: dwc3: add disable usb3 suspend phy quirk | Huang Rui | 3 | -0/+9 |
2014-11-03 | usb: dwc3: add Tx de-emphasis quirk | Huang Rui | 3 | -0/+31 |
2014-11-03 | usb: dwc3: set SUSPHY bit for all cores | Huang Rui | 1 | -0/+24 |
2014-11-03 | usb: dwc3: add rx_detect to polling lfps quirk | Huang Rui | 3 | -0/+10 |
2014-11-03 | usb: dwc3: add lfps filter quirk | Huang Rui | 3 | -0/+10 |
2014-11-03 | usb: dwc3: add delay phy power change quirk | Huang Rui | 3 | -0/+10 |
2014-11-03 | usb: dwc3: add delay p1p2p3 quirk | Huang Rui | 3 | -0/+12 |
2014-11-03 | usb: dwc3: add request p1p2p3 quirk | Huang Rui | 3 | -0/+10 |
2014-11-03 | usb: dwc3: add P3 in U2 SS inactive quirk | Huang Rui | 3 | -0/+27 |
2014-11-03 | usb: dwc3: add u2exit lfps quirk | Huang Rui | 3 | -0/+10 |
2014-11-03 | usb: dwc3: add lpm erratum support | Huang Rui | 4 | -10/+48 |
2014-11-03 | usb: dwc3: add disscramble quirk | Huang Rui | 3 | -1/+18 |
2014-11-03 | usb: dwc3: initialize platform data at pci glue layer | Huang Rui | 1 | -0/+9 |
2014-11-03 | usb: dwc3: add a flag to check if it is fpga board | Huang Rui | 2 | -0/+11 |
2014-11-03 | usb: dwc3: enable hibernation if to be supported | Huang Rui | 1 | -0/+6 |
2014-11-03 | usb: dwc3: keystone: remove duplicate check on resource | Varka Bhadram | 1 | -5/+0 |
2014-11-03 | usb: gadget: remove unnecessary 'driver' argument | Felipe Balbi | 1 | -2/+1 |
2014-11-03 | usb: dwc3: gadget: WARN() on bogus usb_ep_queue() | Felipe Balbi | 1 | -2/+10 |
2014-11-03 | usb: dwc3: gadget: set state to NOT_ATTACHED on disconnect_irq | Felipe Balbi | 1 | -0/+1 |
2014-11-03 | usb: dwc3: get rid of ->prepare()/->complete() | Felipe Balbi | 3 | -73/+8 |
2014-11-03 | usb: dwc3: dwc3-omap: get rid of ->prepare()/->complete() | George Cherian | 1 | -18/+2 |
2014-11-03 | usb: dwc3: ep0: trace ep0 TRBs too | Felipe Balbi | 1 | -0/+6 |
2014-11-03 | usb: dwc3: add ACPI support | Heikki Krogerus | 1 | -0/+13 |
2014-11-03 | usb: dwc3: core: only setting the dma_mask when needed | Heikki Krogerus | 1 | -3/+5 |
2014-11-03 | usb: dwc3: trace: remove unnecessary newline character | Felipe Balbi | 2 | -13/+13 |
2014-11-03 | usb: dwc3: core: write LINUX_VERSION_CODE to our GUID register | Felipe Balbi | 1 | -0/+7 |
2014-10-23 | usb: dwc3: gadget: Properly initialize LINK TRB | Jack Pham | 1 | -2/+1 |
2014-10-23 | Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepa... | Roger Quadros | 1 | -13/+2 |
2014-10-23 | usb: dwc3: ep0: fix Data Phase for transfer sizes aligned to wMaxPacketSize | Felipe Balbi | 1 | -6/+13 |
2014-10-21 | usb: dwc3: ep0: return early on NULL requests | Felipe Balbi | 1 | -3/+6 |
2014-10-21 | usb: dwc3: pci: Add PCI ID for Intel Braswell | Alan Cox | 1 | -0/+2 |
2014-10-21 | usb: dwc3: gadget: fix set_halt() bug with pending transfers | Felipe Balbi | 3 | -7/+15 |
2014-10-21 | usb: dwc3: gadget: hold the lock through set_wedge()'s life | Felipe Balbi | 1 | -3/+6 |