summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge tag 'iio-fixes-for-4.9a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-10-244-10/+17
| |\ \ \ \ \ \
| | * | | | | | iio: accel: sca3000_core: avoid potentially uninitialized variableArnd Bergmann2016-10-231-0/+2
| | * | | | | | iio:chemical:atlas-ph-sensor: Fix use of 32 bit int to hold 16 bit big endian...Sandhya Bankar2016-10-231-3/+4
| | * | | | | | iio: adc: ti-adc081c: Select IIO_TRIGGERED_BUFFER to prevent build errorsMika Westerberg2016-10-091-0/+2
| | * | | | | | iio: maxim_thermocouple: Align 16 bit big endian value of raw readssayli karnik2016-10-011-7/+9
| * | | | | | | staging/lustre/llite: Move unstable_stats from sysfs to debugfsOleg Drokin2016-10-171-17/+17
| * | | | | | | Staging: wilc1000: Fix kernel Oops on opening the deviceAditya Shankar2016-10-171-1/+0
| * | | | | | | staging: android/ion: testing the wrong variableDan Carpenter2016-10-171-1/+1
| * | | | | | | Staging: greybus: uart: Use gbphy_dev->dev instead of bundle->devViresh Kumar2016-10-171-1/+1
| * | | | | | | Staging: greybus: gpio: Use gbphy_dev->dev instead of bundle->devViresh Kumar2016-10-171-4/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'tty-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-2914-19/+60
|\ \ \ \ \ \ \
| * | | | | | | tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeupRob Herring2016-10-281-2/+2
| * | | | | | | tty: serial_core: Fix serial console crash on port shutdownGeert Uytterhoeven2016-10-281-0/+2
| * | | | | | | tty/serial: at91: fix hardware handshake on Atmel platformsRichard Genoud2016-10-281-4/+22
| * | | | | | | vt: clear selection before resizingScot Doyle2016-10-271-0/+3
| * | | | | | | sc16is7xx: always write state when configuring GPIO as an outputFrancois Berder2016-10-271-2/+6
| * | | | | | | sh-sci: document R8A7743/5 supportSergei Shtylyov2016-10-271-0/+8
| * | | | | | | tty: serial: 8250: 8250_core: NXP SC16C2552 workaroundSteve Shih2016-10-271-1/+2
| * | | | | | | tty: limit terminal size to 4M charsDmitry Vyukov2016-10-271-0/+2
| * | | | | | | tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice2016-10-271-2/+1
| * | | | | | | serial: 8250_lpss: enable MSI for sureAndy Shevchenko2016-10-271-1/+1
| * | | | | | | serial: core: fix console problems on uart_closeRob Herring2016-10-271-2/+0
| * | | | | | | serial: 8250_uniphier: fix clearing divisor latch access bitMasahiro Yamada2016-10-271-1/+1
| * | | | | | | serial: 8250_uniphier: fix more unterminated stringDenys Vlasenko2016-10-271-1/+1
| * | | | | | | serial: pch_uart: add terminate entry for dmi_system_id tablesWei Yongjun2016-10-271-0/+1
| * | | | | | | devicetree: bindings: uart: Add new compatible string for ZynqMPNava kishore Manne2016-10-271-1/+3
| * | | | | | | serial: xuartps: Add new compatible string for ZynqMPNava kishore Manne2016-10-271-0/+2
| * | | | | | | serial: SERIAL_STM32 should depend on HAS_DMAGeert Uytterhoeven2016-10-271-0/+1
| * | | | | | | serial: stm32: Fix comparisons with undefined registerGeert Uytterhoeven2016-10-271-1/+1
| * | | | | | | tty: vt, fix bogus division in csi_JJiri Slaby2016-10-271-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'usb-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-2923-84/+296
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge tag 'usb-ci-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-10-261-0/+2
| |\ \ \ \ \ \
| | * | | | | | usb: chipidea: host: fix NULL ptr dereference during shutdownStefan Wahren2016-10-251-0/+2
| |/ / / / / /
| * | | | | | usb: renesas_usbhs: add wait after initialization for R-Car Gen3Yoshihiro Shimoda2016-10-241-2/+6
| * | | | | | usb: increase ohci watchdog delay to 275 msecBryan Paluch2016-10-241-1/+1
| * | | | | | usb: musb: Call pm_runtime from musb_gadget_queueTony Lindgren2016-10-241-0/+4
| * | | | | | usb: musb: Fix hardirq-safe hardirq-unsafe lock order errorTony Lindgren2016-10-241-5/+2
| * | | | | | usb: ehci-platform: increase EHCI_MAX_RSTS to 4Masahiro Yamada2016-10-241-1/+1
| * | | | | | usb: ohci-at91: Set RemoteWakeupConnected bit explicitly.Wenyou Yang2016-10-241-3/+6
| * | | | | | Merge tag 'usb-serial-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-10-224-5/+10
| |\ \ \ \ \ \
| | * | | | | | USB: serial: fix potential NULL-dereference at probeJohan Hovold2016-10-211-1/+2
| | * | | | | | USB: serial: cp210x: fix tiocmget error handlingJohan Hovold2016-10-201-1/+3
| | * | | | | | USB: serial: ftdi_sio: add support for Infineon TriBoard TC2X7Stefan Tauner2016-10-172-3/+5
| | | |/ / / / | | |/| | | |
| * | | | | | xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman2016-10-201-2/+2
| * | | | | | xhci: workaround for hosts missing CAS bitMathias Nyman2016-10-203-0/+46
| * | | | | | xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman2016-10-201-1/+3
| * | | | | | wusb: fix error return code in wusb_prf()Wei Yongjun2016-10-191-1/+3
| * | | | | | Merge tag 'fixes-for-v4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-10-198-42/+174
| |\ \ \ \ \ \
| | * | | | | | Revert "Documentation: devicetree: dwc2: Deprecate g-tx-fifo-size"John Youn2016-10-181-4/+1
| | * | | | | | Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn2016-10-182-8/+46