summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-042-8/+9
|\
| * TTY: hvc: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-4/+3Star
| * tty: serdev: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-4/+6
* | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-0439-519/+1286
|\ \
| * | tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng2017-06-291-7/+72
| * | tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng2017-06-291-0/+13
| * | tty: serial: lpuart: add imx7ulp supportDong Aisheng2017-06-291-0/+11
| * | tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng2017-06-291-15/+30
| * | tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng2017-06-291-61/+62
| * | tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng2017-06-291-20/+27
| * | serial: imx-serial - move DMA buffer configuration to DTNandor Han2017-06-291-8/+17
| * | serial: imx: Enable RTSD only when neededNandor Han2017-06-291-1/+3
| * | serial: imx: Remove unused members from imx_port structFabio Estevam2017-06-291-3/+0Star
| * | serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeoutVignesh R2017-06-291-2/+21
| * | serial: 8250: Fix THRE flag usage for CAP_MINIPhil Elwell2017-06-291-0/+4
| * | tty/serial: meson_uart: update to stable bindingsHelmut Klein2017-06-201-6/+84
| * | serial: Delete dead code for CIR serial portsMatthias Brugger2017-06-201-17/+6Star
| * | serial: sirf: make of_device_ids constArvind Yadav2017-06-201-1/+1
| * | serial/mpsc: switch to dma_alloc_attrsChristoph Hellwig2017-06-201-4/+6
| * | tty: serial: Add Actions Semi Owl UART earlyconAndreas Färber2017-06-203-0/+155
| * | tty/serial: atmel: make the driver DT onlyAlexandre Belloni2017-06-141-63/+33Star
| * | tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni2017-06-141-43/+0Star
| * | tty: rocket: drop broken alt-speed supportJohan Hovold2017-06-131-21/+6Star
| * | tty: cyclades: drop broken alt-speed supportJohan Hovold2017-06-131-12/+9Star
| * | tty: amiserial: drop broken alt-speed supportJohan Hovold2017-06-131-20/+3Star
| * | serial: rate limit custom-speed deprecation noticeJohan Hovold2017-06-131-3/+2Star
| * | tty: add TIOCGPTPEER ioctlAleksa Sarai2017-06-091-4/+67
| * | tty: add compat_ioctl callbacksAleksa Sarai2017-06-091-0/+22
| * | serial: exar: Leave MPIOs as output for Commtech adaptersJan Kiszka2017-06-091-4/+11
| * | tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko2017-06-092-27/+9Star
| * | vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski2017-06-091-1/+1
| * | Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman2017-06-093-51/+19Star
| |\ \
| | * | vt: drop access_ok() calls in unimap ioctlsAdam Borowski2017-06-091-8/+0Star
| | * | vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+3Star
| | * | vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+6Star
| | * | vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-06-091-3/+3
| | * | vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski2017-06-091-24/+7Star
| * | | Merge 4.12-rc4 into tty-nextGreg Kroah-Hartman2017-06-051-2/+0Star
| |\| |
| * | | serial: uartps: Fix kernel doc warningsNava kishore Manne2017-06-031-0/+1
| * | | serial: 8250_of: Add reset supportJoel Stanley2017-06-031-0/+10
| * | | tty: n_gsm: do not send/receive in ldisc close pathSascha Hauer2017-06-031-19/+35
| * | | Fix serial console on SNI RM400 machinesThomas Bogendoerfer2017-06-031-5/+10
| * | | tty: handle the case where we cannot restore a line disciplineAlan Cox2017-06-033-15/+112
| * | | Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman2017-05-2911-40/+141
| |\ \ \
| * | | | serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell2017-05-243-1/+10
| * | | | serial: sh-sci: Update warning message in sci_request_dma_chan()Geert Uytterhoeven2017-05-241-2/+1Star
| * | | | serial: meson: hide an unused functionArnd Bergmann2017-05-241-9/+8Star
| * | | | serial: xilinx_uartps: Fix the error pathShubhrajyoti Datta2017-05-181-4/+5
| * | | | serial: meson: change interrupt description to tty nameHeiner Kallweit2017-05-181-1/+1
| * | | | serial: meson: remove use of flag UPF_IOREMAPHeiner Kallweit2017-05-181-14/+8Star