summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-02nfit: fix translation of command status resultsDan Williams1-1/+4
2016-05-02Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold2-13/+1
2016-05-02nvmem: mxs-ocotp: fix buffer overflow in readStanislav Meduna1-2/+2
2016-05-02[media] media: s3c-camif: fix deadlock on driver probe()Marek Szyprowski1-9/+3
2016-05-02[media] media: exynos4-is: fix deadlock on driver probeMarek Szyprowski1-11/+2
2016-05-02cpufreq: intel_pstate: Fix HWP on boot CPU after system resumeRafael J. Wysocki2-13/+25
2016-05-02cxgb3: fix out of bounds readMichal Schmidt1-1/+2
2016-05-02net/smscx5xx: use the device tree for mac addressArnd Bergmann2-2/+22
2016-05-01QE-UART: add "fsl,t1040-ucc-uart" to of_device_idZhao Qiang1-0/+3
2016-05-01serial: mctrl_gpio: Drop support for out1-gpios and out2-gpiosGeert Uytterhoeven2-4/+0
2016-05-01serial: 8250dw: Add device HID for future AMD UART controllerWang Hongcheng1-0/+1
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz4-70/+42
2016-05-01serial: mctrl_gpio: add IRQ lockingYegor Yefremov1-0/+5
2016-05-01virtio: Silence uninitialized variable warningDan Carpenter1-1/+1
2016-05-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2-3/+3
2016-05-01Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()K. Y. Srinivasan1-6/+20
2016-04-30libnvdimm, pfn: fix memmap reservation sizingDan Williams1-3/+10
2016-04-30serial: 8250: Integrate Fintek into 8250_baseRicardo Ribalda Delgado5-111/+42
2016-04-30serial: mps2-uart: add support for early consoleVladimir Murzin2-0/+29
2016-04-30serial: mps2-uart: add MPS2 UART driverVladimir Murzin3-0/+610
2016-04-30serial: sirf: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven1-1/+2
2016-04-30serial: sirf: Introduce helper variable struct device_node *npGeert Uytterhoeven1-20/+18
2016-04-30serial: mxs-auart: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven1-1/+2
2016-04-30serial: imx: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven1-1/+2
2016-04-30serial: 8250: of: Make tegra_serial_handle_break() staticThierry Reding1-1/+1
2016-04-30serial: omap8250: Terminate rx dma only for flushesPeter Hurley1-1/+1
2016-04-30serial: 8250: Extract IIR logic steering from rx dmaPeter Hurley4-63/+58
2016-04-30serial: omap8250: Simplify rx dma completion interfacePeter Hurley1-6/+4
2016-04-30serial: omap8250: Drop rx buffer syncPeter Hurley1-6/+0
2016-04-30serial: 8250: Validate dmaengine tx chan meets requirementsPeter Hurley1-0/+9
2016-04-30serial: 8250: Validate dmaengine rx chan meets requirementsPeter Hurley1-6/+21
2016-04-30serial: tegra: Remove unused variableThierry Reding1-2/+0
2016-04-30serial-uartlite: Constify uartlite_be/uartlite_leMaarten Brock1-6/+6
2016-04-30serial: 8250_uniphier: add "\n" at the end of error logMasahiro Yamada1-1/+1
2016-04-30tty: hvc_console: silence unintialized variable warningDan Carpenter1-1/+1
2016-04-30tty: synclink: remove unneeded testSudip Mukherjee1-2/+1
2016-04-30tty: ipwireless: fix possible NULL dereferenceSudip Mukherjee1-0/+5
2016-04-30serial: 8250: Remove unused definePeter Hurley1-1/+0
2016-04-30serial: omap8250: Eliminate local in omap8250_runtime_resume()Peter Hurley1-3/+1
2016-04-30serial: 8250: Reduce expr in 8250 irq handlerPeter Hurley1-2/+1
2016-04-30serial: 8250: Eliminate needless local in irq handlersPeter Hurley2-11/+3
2016-04-30serial: 8250_mid: correct comment regarding Tangier HSUAndy Shevchenko1-1/+5
2016-04-30serial: 8250_mid: make module available only on X86Andy Shevchenko1-1/+3
2016-04-30serial: 8250_mid: include missed linux/bitops.hAndy Shevchenko1-1/+2
2016-04-30serial: 8250_mid: recognize interrupt source in handlerAndy Shevchenko1-10/+11
2016-04-30serial: 8250_mid: use proper bar for DNV platformAndy Shevchenko1-3/+11
2016-04-30serial: 8250_pci: report DCD and DSR signals as active for Bay TrailWan Ahmad Zainie1-0/+12
2016-04-30serial: 8250: export get_mctrl functionWan Ahmad Zainie2-1/+12
2016-04-30TTY: serial/ifx6x60, initialize moreJiri Slaby1-1/+1
2016-04-30tty: vt, use proper type for default colorsJiri Slaby1-10/+17