summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* console: Make persistent scrollback a boot parameterManuel Schölling2017-01-252-18/+19
* console: Add persistent scrollback buffers for all VGA consolesManuel Schölling2017-01-252-56/+111
* console: Add callback to flush scrollback buffer to consw structManuel Schölling2017-01-252-1/+32
* console: Move scrollback data into its own structManuel Schölling2017-01-251-44/+47
* serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren2017-01-251-1/+7
* serial: hp300: mask the warning for people just doing build coveragePaul Gortmaker2017-01-251-1/+1
* serial: xuartps: Enable uart loopback modeYasir-Khan2017-01-251-0/+9
* serial: 8250_omap: Remove rx_dma_broken flagVignesh R2017-01-201-5/+0
* serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R2017-01-201-6/+3
* serial: 8250_omap: pause DMA only if DMA transfer in progressVignesh R2017-01-201-4/+7
* tty: constify tty_ldisc_receive_buf buffer pointerRob Herring2017-01-191-1/+1
* tty_port: make tty_port_register_device wrap tty_port_register_device_attrRob Herring2017-01-191-2/+1
* tty_port: allow a port to be opened with a tty that has no file handleAlan Cox2017-01-192-3/+3
* tty: serial: meson: allow baud-rates higher than 115200Martin Blumenstingl2017-01-191-1/+1
* tty: move the non-file related parts of tty_release to new tty_release_structRob Herring2017-01-191-18/+32
* tty: serial: 8250: 8250_gsc:- Handle return NULL error from ioremap_nocacheArvind Yadav2017-01-191-0/+4
* serial: omap: Add omapserial earlyconLokesh Vutla2017-01-191-0/+55
* serial: pl011: Mark console as CON_ANYTIMEAlexander Sverdlin2017-01-191-1/+1
* tty: serial: constify dev_pm_ops structuresBhumika Goyal2017-01-191-1/+1
* serial: 8250_mid: set PCI master only for DMA capable deviceAndy Shevchenko2017-01-191-2/+2
* serial: 8250_mid: enable MSI on DenvertonAndy Shevchenko2017-01-191-1/+7
* serial: 8250_mid: handle interrupt correctly in DMA caseAndy Shevchenko2017-01-192-2/+48
* serial: 8250_dw: Allow hardware flow control to be usedJason Uy2017-01-191-3/+2
* serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart2017-01-191-1/+7
* serial: sh-sci: Remove unused platform data capabilities fieldLaurent Pinchart2017-01-191-4/+7
* serial: sh-sci: Remove manual break debouncingLaurent Pinchart2017-01-191-117/+7
* serial: sh-sci: Remove the platform data dma slave rx/tx channel IDsLaurent Pinchart2017-01-191-17/+6
* serial: sh-sci: Extend sci_port_params with more port parametersLaurent Pinchart2017-01-192-83/+102
* serial: sh-sci: Constify platform dataLaurent Pinchart2017-01-191-48/+49
* serial: sh-sci: Replace regmap array with port parametersLaurent Pinchart2017-01-191-123/+155
* serial: sh-sci: Remove initialization of zero fields in sci_port_paramsLaurent Pinchart2017-01-191-94/+0
* serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart2017-01-191-9/+8
* serial: sh-sci: Don't rely on platform data flags when not neededLaurent Pinchart2017-01-191-4/+3
* serial: sh-sci: Set the SCSCR TE and RE bits in the driverLaurent Pinchart2017-01-191-6/+7
* Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman2017-01-16135-856/+1392
|\
| * Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-1510-16/+34
| |\
| | * vme: Fix wrong pointer utilization in ca91cx42_slave_getAugusto Mecking Caringi2017-01-111-1/+1
| | * auxdisplay: fix new ht16k33 build errorsRandy Dunlap2017-01-111-3/+3
| | * ppdev: don't print a free'd stringColin Ian King2017-01-111-5/+8
| | * extcon: return error code on failurePan Bian2017-01-111-1/+1
| | * drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy2017-01-111-6/+4
| | * mei: bus: enable OS version only for SPT and newerAlexander Usyskin2017-01-115-0/+17
| * | Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-01-153-22/+0
| |\ \
| | * | Revert "driver core: Add deferred_probe attribute to devices in sysfs"Greg Kroah-Hartman2017-01-143-22/+0
| | |/
| * | Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-155-17/+25
| |\ \
| | * | sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita2017-01-111-2/+2
| | * | Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu2017-01-111-1/+1
| | * | Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakDaniel Jedrychowski2017-01-111-1/+1
| | * | 8250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi2017-01-111-7/+5
| | * | tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud2017-01-111-6/+5