Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge tag 'char-misc-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-09-12 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Lattice ECP3 FPGA: Check firmware pointer | Jean-Michel Hautbois | 2014-09-08 | 1 | -0/+5 | |
* | | | | | | | | | | | Merge tag 'staging-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-09-12 | 3 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | android: fix reference leak in sync_fence_create | Maarten Lankhorst | 2014-09-08 | 1 | -1/+0 | |
| * | | | | | | | | | | | imx-drm: imx-ldb: fix NULL pointer in imx_ldb_unbind() | Russell King | 2014-09-08 | 1 | -0/+3 | |
| * | | | | | | | | | | | imx-drm: ipuv3-plane: fix ipu_plane_dpms() | Russell King | 2014-09-08 | 1 | -1/+2 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'tty-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-09-12 | 3 | -2/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | tty: xuartps: Fix tx_emtpy() callback | Lars-Peter Clausen | 2014-09-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS() | Richard Genoud | 2014-09-08 | 1 | -1/+42 | |
| * | | | | | | | | | | | serial: 8250_dw: Add ACPI ID for Intel Braswell | Alan Cox | 2014-09-08 | 1 | -0/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'usb-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-09-12 | 35 | -138/+389 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge tag 'fixes-for-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2014-09-11 | 3 | -15/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | usb: dwc3: fix TRB completion when multiple TRBs are started | Felipe Balbi | 2014-09-05 | 1 | -7/+1 | |
| | * | | | | | | | | | | | usb: dwc3: omap: fix ordering for runtime pm calls | Felipe Balbi | 2014-09-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | | usb: dwc3: core: fix ordering for PHY suspend | Felipe Balbi | 2014-09-03 | 1 | -4/+5 | |
| | * | | | | | | | | | | | usb: dwc3: core: fix order of PM runtime calls | Felipe Balbi | 2014-09-03 | 1 | -3/+3 | |
| | * | | | | | | | | | | | usb: dwc3: gadget: Fix desc NULL pointer in dwc3_gadget_ep_queue() | Zhuang Jin Can | 2014-09-03 | 1 | -1/+2 | |
| * | | | | | | | | | | | | xhci: fix oops when xhci resumes from hibernate with hw lpm capable devices | Mathias Nyman | 2014-09-11 | 1 | -2/+10 | |
| * | | | | | | | | | | | | usb: xhci: Fix OOPS in xhci error handling code | Al Cooper | 2014-09-11 | 1 | -0/+1 | |
| * | | | | | | | | | | | | xhci: Fix null pointer dereference if xhci initialization fails | Mathias Nyman | 2014-09-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | storage: Add single-LUN quirk for Jaz USB Adapter | Mark | 2014-09-11 | 1 | -0/+6 | |
| * | | | | | | | | | | | | uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id check | Hans de Goede | 2014-09-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | | usb: chipidea: msm: Initialize PHY on reset event | Ivan T. Ivanov | 2014-09-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | | usb: chipidea: msm: Use USB PHY API to control PHY state | Ivan T. Ivanov | 2014-09-10 | 1 | -5/+1 | |
| * | | | | | | | | | | | | usb: hub: take hub->hdev reference when processing from eventlist | Joe Lawrence | 2014-09-10 | 1 | -1/+3 | |
| * | | | | | | | | | | | | uas: Disable uas on ASM1051 devices | Hans de Goede | 2014-09-10 | 1 | -4/+23 | |
| * | | | | | | | | | | | | usb: dwc2/gadget: avoid disabling ep0 | Robert Baldyga | 2014-09-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | usb: dwc2/gadget: delay enabling irq once hardware is configured properly | Marek Szyprowski | 2014-09-09 | 1 | -7/+11 | |
| * | | | | | | | | | | | | usb: dwc2/gadget: do not call disconnect method in pullup | Marek Szyprowski | 2014-09-09 | 1 | -1/+0 | |
| * | | | | | | | | | | | | usb: dwc2/gadget: break infinite loop in endpoint disable code | Marek Szyprowski | 2014-09-09 | 1 | -0/+1 | |
| * | | | | | | | | | | | | usb: dwc2/gadget: fix phy initialization sequence | Kamil Debski | 2014-09-09 | 1 | -15/+12 | |
| * | | | | | | | | | | | | usb: dwc2/gadget: fix phy disable sequence | Kamil Debski | 2014-09-09 | 1 | -3/+0 | |
| * | | | | | | | | | | | | uwb: init beacon cache entry before registering uwb device | Thomas Pugliese | 2014-09-08 | 1 | -4/+9 | |
| * | | | | | | | | | | | | USB: ftdi_sio: Add support for GE Healthcare Nemo Tracker device | Taylor Braun-Jones | 2014-09-08 | 2 | -0/+8 | |
| * | | | | | | | | | | | | USB: document the 'u' flag for usb-storage quirks parameter | Alan Stern | 2014-09-08 | 1 | -0/+1 | |
| * | | | | | | | | | | | | usb: host: xhci: fix compliance mode workaround | Felipe Balbi | 2014-09-08 | 1 | -3/+5 | |
| * | | | | | | | | | | | | usb: usbip: fix usbip.h path in userspace tool | Piotr Król | 2014-09-04 | 2 | -1/+2 | |
| * | | | | | | | | | | | | Merge tag 'usb-serial-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2014-09-04 | 3 | -2/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | USB: sierra: add 1199:68AA device ID | Bjørn Mork | 2014-09-01 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | USB: sierra: avoid CDC class functions on "68A3" devices | Bjørn Mork | 2014-09-01 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | USB: ftdi_sio: add support for NOVITUS Bono E thermal printer | Johan Hovold | 2014-09-01 | 2 | -0/+7 | |
| | * | | | | | | | | | | | | USB: zte_ev: fix removed PIDs | Johan Hovold | 2014-09-01 | 1 | -0/+8 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | USB: zte_ev: fix removed PIDs | Johan Hovold | 2014-09-03 | 1 | -0/+8 | |
| * | | | | | | | | | | | | Merge tag 'fixes-for-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2014-09-03 | 12 | -24/+172 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | usb: phy: tegra: Avoid use of sizeof(void) | Thierry Reding | 2014-09-03 | 1 | -2/+2 | |
| | * | | | | | | | | | | | doc: dt: mxs-phy: add compatible string for imx6sx-usbphy | Peter Chen | 2014-09-03 | 1 | -0/+1 | |
| | * | | | | | | | | | | | usb: phy: mxs: add imx6sx support | Peter Chen | 2014-09-03 | 1 | -1/+7 | |
| | * | | | | | | | | | | | usb: gadget: f_fs: fix the redundant ep files problem | Robert Baldyga | 2014-09-03 | 2 | -11/+57 | |
| | * | | | | | | | | | | | usb: renesas_usbhs: fix the usb_pkt_pop() | Yoshihiro Shimoda | 2014-09-03 | 1 | -3/+27 | |
| | * | | | | | | | | | | | usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_done | Yoshihiro Shimoda | 2014-09-03 | 1 | -2/+15 |