Age | Commit message (Expand) | Author | Files | Lines |
2015-09-02 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2015-08-07 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
2015-08-04 | usb: dwc2: gadget: add ep capabilities support | Robert Baldyga | 1 | -0/+13 |
2015-07-29 | usb: dwc2: gadget: use | instead of + for bitmasks | Felipe Balbi | 1 | -1/+1 |
2015-07-06 | usb: dwc2: embed storage for reg backup in struct dwc2_hsotg | Mian Yousaf Kaukab | 2 | -43/+21 |
2015-07-06 | usb: dwc2: host: allocate qtd before atomic enqueue | Mian Yousaf Kaukab | 1 | -10/+16 |
2015-07-06 | usb: dwc2: host: allocate qh before atomic enqueue | Mian Yousaf Kaukab | 3 | -42/+43 |
2015-05-13 | usb: dwc2: hcd: fix build warning | Felipe Balbi | 1 | -1/+1 |
2015-04-29 | usb: dwc2: host: ensure qtb exists before dereferencing it | Gregory Herrero | 1 | -0/+10 |
2015-04-29 | usb: dwc2: add hibernation core parameter | Gregory Herrero | 4 | -3/+37 |
2015-04-29 | usb: dwc2: remove dwc2_platform.ko | Mian Yousaf Kaukab | 7 | -25/+1 |
2015-04-29 | usb: dwc2: host: implement test mode | Jingwu Lin | 1 | -0/+9 |
2015-04-29 | usb: dwc2: host: don't use dma_alloc_coherent with irqs disabled | Gregory Herrero | 3 | -22/+54 |
2015-04-29 | usb: dwc2: host: spinlock urb_enqueue | Gregory Herrero | 2 | -16/+7 |
2015-04-29 | usb: dwc2: host: resume root hub on port connect | Gregory Herrero | 1 | -0/+3 |
2015-04-29 | usb: dwc2: host: add bus_suspend/bus_resume callback | Gregory Herrero | 1 | -0/+19 |
2015-04-29 | usb: dwc2: host: register handle to the phy | Mian Yousaf Kaukab | 1 | -0/+6 |
2015-04-29 | usb: dwc2: gadget: remove s3c_hsotg_ep_disable_force | Mian Yousaf Kaukab | 1 | -5/+1 |
2015-04-29 | usb: dwc2: gadget: enable otg flag in dual role configuration | Gregory Herrero | 1 | -0/+2 |
2015-04-29 | usb: dwc2: gadget: powerup controller if needed | Gregory Herrero | 1 | -0/+9 |
2015-04-29 | usb: dwc2: gadget: prevent new request submission during suspend | Gregory Herrero | 1 | -0/+7 |
2015-04-29 | usb: dwc2: gadget: ignore pm suspend/resume in L2 | Gregory Herrero | 1 | -0/+6 |
2015-04-29 | usb: dwc2: gadget: use reset detect interrupt | Gregory Herrero | 1 | -3/+16 |
2015-04-29 | usb: dwc2: set parameter values in probe function | Mian Yousaf Kaukab | 5 | -45/+47 |
2015-04-29 | usb: dwc2: add external_id_pin_ctl core parameter | Gregory Herrero | 3 | -1/+29 |
2015-04-29 | usb: dwc2: controller must update lx_state before releasing lock | Gregory Herrero | 1 | -3/+8 |
2015-04-29 | usb: dwc2: implement hibernation during bus suspend/resume | Gregory Herrero | 2 | -0/+34 |
2015-04-29 | usb: dwc2: add controller hibernation support | Gregory Herrero | 2 | -0/+461 |
2015-04-29 | usb: dwc2: debugfs: add support for complete register dump | Mian Yousaf Kaukab | 2 | -0/+358 |
2015-04-29 | usb: dwc2: move debugfs code to a separate file | Mian Yousaf Kaukab | 6 | -407/+456 |
2015-04-10 | usb: dwc2: host: sleep USB_RESUME_TIMEOUT during resume | Gregory Herrero | 1 | -2/+2 |
2015-04-10 | Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 1 | -1/+1 |
2015-04-07 | usb: dwc2: hcd: use new USB_RESUME_TIMEOUT | Felipe Balbi | 1 | -1/+1 |
2015-04-03 | dwc2: hcd: use USB_DT_HUB | Sergei Shtylyov | 1 | -1/+1 |
2015-03-25 | Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 6 | -103/+110 |
2015-03-19 | usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-in | John Youn | 1 | -4/+2 |
2015-03-19 | usb: dwc2: avoid leaking DMA channels on disconnection | Vincent Palatin | 1 | -0/+8 |
2015-03-13 | usb: dwc2: pci: Select the generic PHY for dwc2-pci driver | John Youn | 1 | -0/+1 |
2015-03-12 | usb: dwc2: rework initialization of host and gadget in dual-role mode | Marek Szyprowski | 2 | -8/+23 |
2015-03-11 | usb: dwc2: pci: Add device mode to the dwc2-pci driver | John Youn | 2 | -90/+76 |
2015-03-10 | usb: dwc2: host: fix dwc2 disconnect bug | Yunzhi Li | 1 | -0/+3 |
2015-03-10 | usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h | Joseph Kogut | 1 | -1/+0 |
2015-02-04 | Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 7 | -459/+932 |
2015-02-04 | usb: dwc2: Fix a bug in reading the endpoint directions from reg. | Roshan Pius | 1 | -1/+1 |
2015-02-02 | Merge 3.19-rc7 into usb-next | Greg Kroah-Hartman | 1 | -3/+3 |
2015-01-30 | usb: dwc2: fix USB core dependencies | Arnd Bergmann | 1 | -2/+2 |
2015-01-30 | usb: dwc2: gadget: initialize controller in pullup callback | Gregory Herrero | 1 | -0/+1 |
2015-01-30 | usb: dwc2: gadget: replace constants with defines | Mian Yousaf Kaukab | 2 | -12/+13 |
2015-01-30 | usb: dwc2: gadget: fix phy interface configuration | Mian Yousaf Kaukab | 1 | -3/+7 |
2015-01-30 | usb: dwc2: gadget: fix debug message for zlp | Mian Yousaf Kaukab | 1 | -1/+6 |