aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/moxa.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-10tty: Remove extra include in HVC console tty frameworkSergio Valverde1-1/+0
2017-02-10serial: exar: Enable MSI supportJan Kiszka1-1/+7
2017-02-10serial: exar: Move register defines from uapi header to consumer siteJan Kiszka3-18/+19
2017-02-10serial: pci: Remove unused pci_boards entriesJan Kiszka1-22/+0
2017-02-10serial: exar: Move Commtech adapters to 8250_exar as wellJan Kiszka2-143/+79
2017-02-10serial: exar: Fix feature control register constantsJan Kiszka1-2/+2
2017-02-10serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka1-13/+9
2017-02-10serial: exar: Fix mapping of port I/O resourcesJan Kiszka1-0/+3
2017-02-10serial: sh-sci: fix hardware RX trigger level settingUlrich Hecht1-2/+9
2017-02-10tty/serial: atmel: ensure state is restored after suspendingAlexandre Belloni1-0/+44
2017-02-10serial: 8250_dw: Avoid "too much work" from bogus rx timeout interruptDouglas Anderson1-0/+23
2017-02-09serdev: ttyport: check whether tty_init_dev() failsDan Carpenter1-0/+2
2017-02-09serial: 8250_pci: make pciserial_detach_ports() staticWei Yongjun1-1/+1
2017-02-06ARM: dts: STiH410-b2260: Enable HW flow-controlLee Jones1-0/+1
2017-02-06ARM: dts: STiH407-family: Use new Pinctrl groupsLee Jones2-3/+5
2017-02-06ARM: dts: STiH407-pinctrl: Add Pinctrl group for HW flow-controlLee Jones1-2/+10
2017-02-06ARM: dts: STiH410-b2260: Identify the UART RTS lineLee Jones1-0/+1
2017-02-06dt-bindings: serial: Update 'uart-has-rtscts' descriptionLee Jones1-1/+2
2017-02-06serial: st-asc: Use generic DT binding for announcing RTS/CTS linesLee Jones1-1/+1
2017-02-06serial: st-asc: (De)Register GPIOD and swap Pinctrl profilesLee Jones1-1/+26
2017-02-06serial: st-asc: Read in all Pinctrl statesLee Jones1-0/+29
2017-02-06serial: st-asc: Provide RTS functionalityLee Jones1-4/+23
2017-02-06serial: st-asc: Ignore the parity error bit if 8-bit mode is enabledLee Jones1-3/+13
2017-02-06serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13
2017-02-06serial: sh-sci: make RX FIFO parameters tunable via sysfsUlrich Hecht1-0/+87
2017-02-06serial: sh-sci: SCIFA/B RX FIFO software timeoutUlrich Hecht1-33/+68
2017-02-06serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIFUlrich Hecht1-1/+28
2017-02-03tty_port: register tty ports with serdev busRob Herring1-0/+12
2017-02-03serdev: add a tty port controller driverRob Herring4-0/+255
2017-02-03serdev: Introduce new bus for serial attached devicesRob Herring7-0/+683