Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | USB: mxuport: fix null deref when used as a console | Johan Hovold | 2015-02-26 | 1 | -1/+2 | |
| | * | | | | | | | | | | USB: serial: clean up bus probe error handling | Johan Hovold | 2015-02-26 | 1 | -11/+14 | |
| | * | | | | | | | | | | USB: serial: fix port attribute-creation race | Johan Hovold | 2015-02-26 | 2 | -19/+16 | |
| | * | | | | | | | | | | USB: serial: fix tty-device error handling at probe | Johan Hovold | 2015-02-26 | 1 | -1/+10 | |
| | * | | | | | | | | | | USB: serial: fix potential use-after-free after failed probe | Johan Hovold | 2015-02-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | USB: console: add dummy __module_get | Johan Hovold | 2015-02-26 | 1 | -0/+2 | |
| | * | | | | | | | | | | USB: ftdi_sio: add PIDs for Actisense USB devices | Mark Glover | 2015-02-26 | 2 | -0/+37 | |
| | * | | | | | | | | | | Revert "USB: serial: make bulk_out_size a lower limit" | Johan Hovold | 2015-02-26 | 1 | -2/+3 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | cdc-acm: Add support for Denso cradle CU-321 | Björn Gerhart | 2015-02-24 | 1 | -0/+2 | |
| * | | | | | | | | | | usb-storage: support for more than 8 LUNs | Oliver Neukum | 2015-02-24 | 1 | -0/+6 | |
| * | | | | | | | | | | uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539 | Hans de Goede | 2015-02-24 | 1 | -0/+7 | |
| * | | | | | | | | | | USB: usbfs: don't leak kernel data in siginfo | Alan Stern | 2015-02-24 | 1 | -0/+2 | |
| * | | | | | | | | | | xhci: Clear the host side toggle manually when endpoint is 'soft reset' | Mathias Nyman | 2015-02-24 | 3 | -10/+94 | |
| * | | | | | | | | | | xhci: Allocate correct amount of scratchpad buffers | Mathias Nyman | 2015-02-24 | 1 | -2/+3 | |
| * | | | | | | | | | | usb: XHCI: platform: Move the Marvell quirks after the enabling the clocks | Maxime Ripard | 2015-02-24 | 1 | -10/+9 | |
| * | | | | | | | | | | usb: gadget: configfs: don't NUL-terminate (sub)compatible ids | Andrzej Pietrasiewicz | 2015-02-23 | 1 | -2/+0 | |
| * | | | | | | | | | | usb: dwc3: dwc3-omap: Fix disable IRQ | George Cherian | 2015-02-23 | 1 | -2/+28 | |
| * | | | | | | | | | | usb: gadget: function: uvc_v4l2.c: fix sparse warnings | Lad, Prabhakar | 2015-02-23 | 1 | -0/+1 | |
| * | | | | | | | | | | usb: gadget: gadgetfs: fix sparse warnings | Lad, Prabhakar | 2015-02-23 | 1 | -2/+4 | |
| * | | | | | | | | | | usb: gadget: function: uvc: fix sparse warnings | Lad, Prabhakar | 2015-02-23 | 1 | -0/+1 | |
| * | | | | | | | | | | usb: gadget: function: f_sourcesink: fix sparse warning | Lad, Prabhakar | 2015-02-23 | 1 | -2/+2 | |
| * | | | | | | | | | | usb: gadget: function: f_uac2: fix sparse warnings | Lad, Prabhakar | 2015-02-23 | 1 | -17/+17 | |
| * | | | | | | | | | | usb: gadget: function: f_hid: fix sparse warning | Lad, Prabhakar | 2015-02-23 | 1 | -1/+1 | |
| * | | | | | | | | | | usb: isp1760: use msecs_to_jiffies for time conversion | Nicholas Mc Guire | 2015-02-23 | 1 | -3/+3 | |
| * | | | | | | | | | | usb: musb: Fix getting a generic phy for musb_dsps | Tony Lindgren | 2015-02-23 | 1 | -1/+24 | |
| * | | | | | | | | | | usb: renesas: fix extcon dependency | Arnd Bergmann | 2015-02-23 | 1 | -0/+1 | |
| * | | | | | | | | | | usb: musb: Fix use for of_property_read_bool for disabled multipoint | Tony Lindgren | 2015-02-23 | 2 | -4/+10 | |
| * | | | | | | | | | | usb: musb: core: add pm_runtime_irq_safe() | Felipe Balbi | 2015-02-23 | 1 | -4/+6 | |
| * | | | | | | | | | | usb: gadget: function: phonet: balance usb_ep_disable calls | Felipe Balbi | 2015-02-23 | 1 | -1/+4 | |
| * | | | | | | | | | | usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half | George Cherian | 2015-02-23 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-03-08 | 9 | -52/+57 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | TTY: fix tty_wait_until_sent maximum timeout | Johan Hovold | 2015-03-07 | 1 | -3/+3 | |
| * | | | | | | | | | | TTY: fix tty_wait_until_sent on 64-bit machines | Johan Hovold | 2015-03-07 | 1 | -3/+9 | |
| * | | | | | | | | | | USB: serial: fix infinite wait_until_sent timeout | Johan Hovold | 2015-03-07 | 1 | -2/+3 | |
| * | | | | | | | | | | TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation | Johan Hovold | 2015-03-07 | 1 | -13/+0 | |
| * | | | | | | | | | | serial: sprd: Fix missing spin_unlock in sprd_handle_irq() | Axel Lin | 2015-03-07 | 1 | -1/+3 | |
| * | | | | | | | | | | tty: fix up atime/mtime mess, take four | Jiri Slaby | 2015-03-07 | 1 | -2/+2 | |
| * | | | | | | | | | | serial: 8250_dw: Fix get_mctrl behaviour | Desmond Liu | 2015-03-07 | 1 | -0/+32 | |
| * | | | | | | | | | | serial:8250:8250_pci: delete unneeded quirk entries | Wang YanQing | 2015-03-07 | 1 | -14/+0 | |
| * | | | | | | | | | | serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2S | Wang YanQing | 2015-03-07 | 1 | -4/+0 | |
| * | | | | | | | | | | Change email address for 8250_pci | Russell King | 2015-03-07 | 1 | -1/+1 | |
| * | | | | | | | | | | serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is someth... | Sebastian Andrzej Siewior | 2015-03-07 | 1 | -6/+5 | |
| * | | | | | | | | | | Revert "tty/serial: of_serial: add DT alias ID handling" | Baruch Siach | 2015-03-07 | 1 | -4/+0 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'staging-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-03-08 | 15 | -226/+175 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel | Ian Abbott | 2015-03-01 | 1 | -2/+1 | |
| * | | | | | | | | | | staging: comedi: vmk80xx: remove "firmware version" kernel messages | H Hartley Sweeten | 2015-02-28 | 1 | -71/+0 | |
| * | | | | | | | | | | staging: comedi: comedi_isadma: fix "stalled" detect in comedi_isadma_disable... | H Hartley Sweeten | 2015-02-28 | 1 | -2/+3 | |
| * | | | | | | | | | | Merge tag 'iio-fixes-for-4.0b' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2015-02-28 | 3 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | iio: ak8975: fix AK09911 dependencies | Arnd Bergmann | 2015-02-28 | 1 | -0/+2 | |
| | * | | | | | | | | | | iio: common: ssp_sensors: Protect PM-only functions to kill warning | Geert Uytterhoeven | 2015-02-22 | 1 | -0/+2 |