summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tty: serial: pci: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
| * | | | | tty: serial: exar: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
| * | | | | tty: moxa: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
| * | | | | tty: synclink: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
| * | | | | tty: mxser: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
| * | | | | tty: isicom: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
| * | | | | tty: synclinkmp: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
| * | | | | serial: stm32: add fifo supportGerald Baeza2017-07-302-0/+11
| * | | | | serial: stm32: add wakeup mechanismFabrice Gasnier2017-07-302-1/+118
| * | | | | serial: stm32: fix error handling in probeFabrice Gasnier2017-07-301-2/+9
| * | | | | serial: stm32: add RTS supportBich HEMON2017-07-301-1/+1
| * | | | | serial: stm32: Increase maximum number of portsGerald Baeza2017-07-301-1/+1
| * | | | | serial: stm32: fix multi-ports managementGerald Baeza2017-07-302-5/+8
| * | | | | serial: stm32: fix copyrightBich HEMON2017-07-302-0/+2
| * | | | | Merge 4.13-rc2 into tty-nextGreg Kroah-Hartman2017-07-245-74/+75
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.Marius Vlad2017-07-181-1/+57
| * | | | | tty: serial: owl: Implement console driverAndreas Färber2017-07-182-4/+635
* | | | | | Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-052-11/+11
|\ \ \ \ \ \
| * | | | | | parisc/8250_gsc: Fix section mismatchesHelge Deller2017-08-221-4/+4
| * | | | | | parisc/mux: Fix section mismatchesHelge Deller2017-08-221-7/+7
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | x86/lguest: Remove lguest supportJuergen Gross2017-08-241-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | pty: Repair TIOCGPTPEEREric W. Biederman2017-08-242-37/+30Star
* | | | | | Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds2017-08-241-5/+2Star
| |/ / / / |/| | | |
* | | | | pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds2017-08-171-2/+5
| |_|_|/ |/| | |
* | | | Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-08-132-24/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "serial: Delete dead code for CIR serial ports"Sean Young2017-08-011-6/+17
| * | | tty: pl011: fix initialization order of QDF2400 E44Timur Tabi2017-07-301-18/+19
| | |/ | |/|
* / | gpio: exar: Use correct property prefix and document bindingsJan Kiszka2017-08-011-2/+2
|/ /
* | tty: hide unused pty_get_peer functionArnd Bergmann2017-07-171-43/+42Star
* | tty: serial: lpuart: Fix the logic for detecting the 32-bit type UARTFabio Estevam2017-07-171-9/+15
* | serial: imx: Prevent TX buffer PIO write when a DMA has been startedIan Jamison2017-07-171-1/+1
* | Revert "serial: imx-serial - move DMA buffer configuration to DT"Greg Kroah-Hartman2017-07-171-17/+8Star
* | serial: sh-sci: Uninitialized variables in sysfs filesDan Carpenter2017-07-171-4/+8
* | serial: st-asc: Potential error pointer dereferenceDan Carpenter2017-07-171-0/+1
|/
* drivers: tty: serial: move inline before return typeJoe Perches2017-07-132-4/+4
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-5/+168
|\
| * serial: exar: Add support for IOT2040 deviceJan Kiszka2017-07-031-1/+128
| * gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka2017-07-031-3/+12
| * serial: exar: Factor out platform hooksJan Kiszka2017-07-031-5/+27
| * gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka2017-07-031-0/+2
| * gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka2017-07-031-1/+3
| * gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka2017-06-201-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-055-5/+5
|\ \
| * | networking: introduce and use skb_put_data()Johannes Berg2017-06-165-5/+5
* | | 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