aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2017-06-29serial: 8250: Fix THRE flag usage for CAP_MINIPhil Elwell1-0/+4
2017-06-27tty: add function to convert device name to numberOkash Khawaja1-0/+50
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka1-1/+2
2017-06-20tty/serial: meson_uart: update to stable bindingsHelmut Klein1-6/+84
2017-06-20serial: Delete dead code for CIR serial portsMatthias Brugger1-17/+6
2017-06-20serial: sirf: make of_device_ids constArvind Yadav1-1/+1
2017-06-20serial/mpsc: switch to dma_alloc_attrsChristoph Hellwig1-4/+6
2017-06-20tty: serial: Add Actions Semi Owl UART earlyconAndreas Färber3-0/+155
2017-06-16networking: introduce and use skb_put_data()Johannes Berg5-5/+5
2017-06-14tty/serial: atmel: make the driver DT onlyAlexandre Belloni1-63/+33
2017-06-14tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni1-43/+0
2017-06-13tty: rocket: drop broken alt-speed supportJohan Hovold1-21/+6
2017-06-13tty: cyclades: drop broken alt-speed supportJohan Hovold1-12/+9
2017-06-13tty: amiserial: drop broken alt-speed supportJohan Hovold1-20/+3
2017-06-13serial: rate limit custom-speed deprecation noticeJohan Hovold1-3/+2
2017-06-12s390/hvc_iucv: fix broken Kconfig select statementHeiko Carstens1-1/+1
2017-06-12TTY: hvc: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-4/+3
2017-06-12Merge 4.12-rc5 into staging-nextGreg Kroah-Hartman11-40/+139
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai1-4/+67
2017-06-09tty: add compat_ioctl callbacksAleksa Sarai1-0/+22
2017-06-09serial: exar: Leave MPIOs as output for Commtech adaptersJan Kiszka1-4/+11
2017-06-09tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko2-27/+9
2017-06-09vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski1-1/+1
2017-06-09Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman3-51/+19
2017-06-09vt: drop access_ok() calls in unimap ioctlsAdam Borowski1-8/+0
2017-06-09vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski1-8/+3
2017-06-09vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski1-8/+6
2017-06-09vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-06-09vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski1-24/+7
2017-06-09tty: serdev: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-4/+6
2017-06-05Merge 4.12-rc4 into tty-nextGreg Kroah-Hartman1-2/+0
2017-06-04Revert "tty: fix port buffer locking"Greg Kroah-Hartman1-2/+0
2017-06-03serial: uartps: Fix kernel doc warningsNava kishore Manne1-0/+1
2017-06-03serial: 8250_of: Add reset supportJoel Stanley1-0/+10
2017-06-03tty: n_gsm: do not send/receive in ldisc close pathSascha Hauer1-19/+35
2017-06-03Fix serial console on SNI RM400 machinesThomas Bogendoerfer1-5/+10
2017-06-03tty: handle the case where we cannot restore a line disciplineAlan Cox3-15/+112
2017-05-29Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman11-40/+141
2017-05-25serial: altera_uart: call iounmap() at driver removeTobias Klauser1-0/+1
2017-05-25serial: imx: ensure UCR3 and UFCR are setup correctlyUwe Kleine-König1-2/+12
2017-05-24serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell3-1/+10
2017-05-24serial: sh-sci: Update warning message in sci_request_dma_chan()Geert Uytterhoeven1-2/+1
2017-05-24serial: meson: hide an unused functionArnd Bergmann1-9/+8
2017-05-18serial: enable serdev supportJohan Hovold1-2/+2
2017-05-18tty/serdev: add serdev registration interfaceJohan Hovold2-2/+79
2017-05-18serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren1-0/+12
2017-05-18serial: core: fix crash in uart_suspend_portLucas Stach1-1/+1
2017-05-18tty: fix port buffer lockingVegard Nossum1-0/+2
2017-05-18tty: ehv_bytechan: clean up init error handlingJohan Hovold1-9/+8