Age | Commit message (Expand) | Author | Files | Lines |
2015-11-05 | Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2 | -15/+17 |
2015-11-05 | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+4 |
2015-11-05 | Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 108 | -10455/+4835 |
2015-11-02 | Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 1 | -1/+0 |
2015-11-01 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -6/+23 |
2015-10-28 | usb: musb: omap2430: Fix regression caused by driver core change | Tony Lindgren | 1 | -6/+23 |
2015-10-26 | Merge 4.3-rc7 into usb-next | Greg Kroah-Hartman | 2 | -5/+26 |
2015-10-25 | USB: core: Codestyle fix in urb.c | Jonas Hesselmann | 1 | -2/+1 |
2015-10-25 | usb: misc: usb3503: Use i2c_add_driver helper macro | Andrew F. Davis | 1 | -1/+1 |
2015-10-25 | usb: host: lpc32xx: don't unregister phy device | Vladimir Zapolskiy | 1 | -1/+0 |
2015-10-25 | usb: host: lpc32xx: balance clk enable/disable on removal | Vladimir Zapolskiy | 1 | -1/+2 |
2015-10-25 | usb: host: lpc32xx: fix warnings caused by enabling unprepared clock | Vladimir Zapolskiy | 1 | -8/+8 |
2015-10-23 | USB: qcserial: add Sierra Wireless MC74xx/EM74xx | Bjørn Mork | 1 | -0/+2 |
2015-10-23 | Merge tag 'usb-serial-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 5 | -299/+352 |
2015-10-23 | Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 6 | -7/+257 |
2015-10-23 | Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 60 | -2207/+2672 |
2015-10-22 | usb: chipidea: otg: don't wait vbus drops below BSV when starts host | Li Jun | 1 | -3/+6 |
2015-10-22 | chipidea: ci_hdrc_pci: use PCI_VDEVICE() instead of PCI_DEVICE() | Sergei Shtylyov | 1 | -3/+3 |
2015-10-22 | usb: chipidea: imx: add imx6ul usb support | Peter Chen | 2 | -0/+10 |
2015-10-22 | usb: chipidea: imx: add usb support for imx7d | Peter Chen | 2 | -0/+67 |
2015-10-22 | usb: chipidea: Add support for 'phy-clkgate-delay-us' property | Fabio Estevam | 1 | -0/+7 |
2015-10-22 | usb: chipidea: Use extcon framework for VBUS and ID detect | Ivan T. Ivanov | 3 | -1/+164 |
2015-10-20 | [media] media: videobuf2: Change queue_setup argument | Junghak Sung | 1 | -1/+1 |
2015-10-20 | usb: renesas_usbhs: Remove unneeded #include <linux/platform_data/gpio-rcar.h> | Geert Uytterhoeven | 1 | -1/+0 |
2015-10-19 | usb: gadget: net2280: restore ep_cfg after defect7374 workaround | Mian Yousaf Kaukab | 1 | -1/+1 |
2015-10-19 | usb: dwc2: host: Fix use after free w/ simultaneous irqs | Doug Anderson | 1 | -10/+60 |
2015-10-19 | usb: gadget: fix a trivial typo | Geliang Tang | 1 | -1/+1 |
2015-10-18 | usb: gadget: gserial: Privatize close_wait | Peter Hurley | 1 | -2/+4 |
2015-10-18 | usb/host/fotg210: Remove return statement inside if | Peter Senna Tschudin | 1 | -7/+5 |
2015-10-17 | xhci: Add spurious wakeup quirk for LynxPoint-LP controllers | Laura Abbott | 1 | -0/+1 |
2015-10-17 | xhci: handle no ping response error properly | Mathias Nyman | 1 | -5/+15 |
2015-10-17 | xhci: don't finish a TD if we get a short transfer event mid TD | Mathias Nyman | 1 | -0/+10 |
2015-10-17 | usb/host/fotg210: Add function scan_frame_queue() | Peter Senna Tschudin | 1 | -67/+76 |
2015-10-17 | usb/host/fotg210: Add function: output_buf_tds_dir() | Peter Senna Tschudin | 1 | -31/+31 |
2015-10-17 | usb/host/fotg210: convert macro to inline function | Peter Senna Tschudin | 1 | -11/+16 |
2015-10-17 | usb/host/fotg210: replace msleep by usleep_range | Peter Senna Tschudin | 1 | -1/+1 |
2015-10-17 | usb/host/fotg210: change kmalloc by kmalloc_array | Peter Senna Tschudin | 1 | -1/+1 |
2015-10-17 | usb/host/fotg210: Remove useless else statement | Peter Senna Tschudin | 1 | -3/+2 |
2015-10-17 | usb/host/fotg210: remove KERN_WARNING from pr_warn | Peter Senna Tschudin | 1 | -1/+1 |
2015-10-17 | usb/host/fotg210: Fix coding style issues | Peter Senna Tschudin | 2 | -977/+769 |
2015-10-17 | usb-host: Remove fusbh200 driver | Peter Senna Tschudin | 5 | -6577/+0 |
2015-10-17 | usb: hcd: use USB_DT_* | Sergei Shtylyov | 1 | -14/+15 |
2015-10-17 | usb: xhci: configure 32-bit DMA if the controller does not support 64-bit DMA | Duc Dang | 1 | -0/+10 |
2015-10-17 | usb: Add support for ACPI identification to xhci-platform | Duc Dang | 1 | -0/+9 |
2015-10-17 | usb: make xhci platform driver use 64 bit or 32 bit DMA | Duc Dang | 1 | -7/+13 |
2015-10-17 | usb: xhci: Makefile: move xhci-pci and xhci-plat-hcd after xhci-hcd | Lu, Baolu | 1 | -3/+2 |
2015-10-17 | xhci: replace custom implementation of readq / writeq | Andy Shevchenko | 1 | -10/+4 |
2015-10-17 | xhci: create one unified function to calculate TRB TD remainder. | Mathias Nyman | 2 | -62/+46 |
2015-10-16 | usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume() | Douglas Anderson | 1 | -1/+4 |
2015-10-16 | usb: musb: core: add common method of getting vbus status | Roman Alyautdin | 2 | -4/+11 |