aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Herring3-0/+234
2017-02-03serdev: Introduce new bus for serial attached devicesRob Herring4-0/+433
2017-02-03tty_port: Add port client functionsRob Herring2-20/+43
2017-02-03serial: sh-sci: implement FIFO threshold register settingUlrich Hecht1-0/+59
2017-02-03serial: sh-sci: consider DR (data ready) bit adequatelyUlrich Hecht1-1/+1
2017-02-03serial: sh-sci: add FIFO trigger bitsUlrich Hecht2-0/+8
2017-02-03tty: serial: cpm_uart: make use of for_each_node_by_type()Dmitry Torokhov1-8/+10
2017-02-03tty: serial: pl011: add ttyAMA for matching pl011 consoleSudeep Holla1-1/+1
2017-02-03serial: samsung: enable clock before accessing interrupt mask resister남영민1-0/+3
2017-02-03serial: 8250_pci: remove exar codeSudip Mukherjee2-333/+4
2017-02-03serial: exar: split out the exar code from 8250_pciSudip Mukherjee3-0/+401
2017-01-31serial: imx: Fix the CTS_B polarity in RS485 modeFabio Estevam1-3/+3
2017-01-31serial: imx: Fix the RTS GPIO polarity in RS485 modeFabio Estevam1-10/+10
2017-01-278250: of: remove remnants of generic of_serial driverArnd Bergmann1-69/+24
2017-01-27serial: sh-sci: Reformat sci_parse_dt() for git diffGeert Uytterhoeven1-2/+2
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal26-26/+26
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling1-0/+9
2017-01-25serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren1-1/+7
2017-01-25serial: hp300: mask the warning for people just doing build coveragePaul Gortmaker1-1/+1
2017-01-25serial: xuartps: Enable uart loopback modeYasir-Khan1-0/+9
2017-01-20serial: 8250_omap: Remove rx_dma_broken flagVignesh R1-5/+0
2017-01-20serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R1-6/+3
2017-01-20serial: 8250_omap: pause DMA only if DMA transfer in progressVignesh R1-4/+7
2017-01-19tty: constify tty_ldisc_receive_buf buffer pointerRob Herring1-1/+1
2017-01-19tty_port: make tty_port_register_device wrap tty_port_register_device_attrRob Herring1-2/+1
2017-01-19tty_port: allow a port to be opened with a tty that has no file handleAlan Cox2-3/+3
2017-01-19tty: serial: meson: allow baud-rates higher than 115200Martin Blumenstingl1-1/+1
2017-01-19tty: move the non-file related parts of tty_release to new tty_release_structRob Herring1-18/+32
2017-01-19tty: serial: 8250: 8250_gsc:- Handle return NULL error from ioremap_nocacheArvind Yadav1-0/+4
2017-01-19serial: omap: Add omapserial earlyconLokesh Vutla1-0/+55
2017-01-19serial: pl011: Mark console as CON_ANYTIMEAlexander Sverdlin1-1/+1
2017-01-19tty: serial: constify dev_pm_ops structuresBhumika Goyal1-1/+1
2017-01-19serial: 8250_mid: set PCI master only for DMA capable deviceAndy Shevchenko1-2/+2
2017-01-19serial: 8250_mid: enable MSI on DenvertonAndy Shevchenko1-1/+7
2017-01-19serial: 8250_mid: handle interrupt correctly in DMA caseAndy Shevchenko1-0/+33
2017-01-19serial: 8250_dw: Allow hardware flow control to be usedJason Uy1-3/+2
2017-01-19serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart1-1/+7
2017-01-19serial: sh-sci: Remove unused platform data capabilities fieldLaurent Pinchart1-4/+7
2017-01-19serial: sh-sci: Remove manual break debouncingLaurent Pinchart1-117/+7
2017-01-19serial: sh-sci: Remove the platform data dma slave rx/tx channel IDsLaurent Pinchart1-17/+6
2017-01-19serial: sh-sci: Extend sci_port_params with more port parametersLaurent Pinchart2-83/+102
2017-01-19serial: sh-sci: Constify platform dataLaurent Pinchart1-48/+49
2017-01-19serial: sh-sci: Replace regmap array with port parametersLaurent Pinchart1-123/+155
2017-01-19serial: sh-sci: Remove initialization of zero fields in sci_port_paramsLaurent Pinchart1-94/+0
2017-01-19serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart1-9/+8
2017-01-19serial: sh-sci: Don't rely on platform data flags when not neededLaurent Pinchart1-4/+3