aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-17serial: sh-sci: Don't overwrite clock selection in serial_console_write()Geert Uytterhoeven1-3/+5
2015-12-17serial: sh-sci: Drop unused frame_len parameter for sci_baud_calc_hscif()Geert Uytterhoeven1-21/+3
2015-12-17serial: sh-sci: Use existing local variable in sci_parse_dt()Geert Uytterhoeven1-1/+1
2015-12-17serial: sh-sci: Grammar s/Get ... for/Get ... from/Geert Uytterhoeven1-1/+1
2015-12-17serial: sh-sci: Drop useless check for zero sampling_rateGeert Uytterhoeven1-7/+1
2015-12-17serial: sh-sci: Drop the interface clockLaurent Pinchart1-23/+41
2015-12-13serial: imx: implement handshaking using gpios with the mctrl_gpio helperUwe Kleine-König2-20/+70
2015-12-13serial: mctrl_gpio: export mctrl_gpio_disable_ms and mctrl_gpio_initUwe Kleine-König1-0/+2
2015-12-13drivers: tty: 68328serial.c: Remove parentheses after returnFrederik Völkel1-1/+1
2015-12-13drivers: tty: 68328serial.c: Fix "foo * bar" should be "foo *bar"Frederik Völkel1-14/+14
2015-12-13drivers: tty: 68328serial.c: Do not initialize statics to 0Frederik Völkel1-1/+1
2015-12-13drivers: tty: 68328serial.c: remove unnecessary spaces(checkpatch)Frederik Völkel1-3/+3
2015-12-13drivers: tty: 68328serial.c: Add missing spaces(checkpatch)Frederik Völkel1-46/+46
2015-12-13serial: 8250_mid: fix broken DMA dependencyHeikki Krogerus1-1/+1
2015-12-13tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley1-0/+7
2015-12-13ARM: meson: serial: check for tx-irq enabled in irq codeBen Dooks1-2/+4
2015-12-13ARM: meson: serial: ensure tx irq on if more work to doBen Dooks1-0/+7
2015-12-13ARM: meson: serial: disable rx/tx irqs during console writeBen Dooks1-2/+5
2015-12-13ARM: meson: serial: use meson_uart_tx_empty() to wait for emptyBen Dooks1-1/+1
2015-12-13ARM: meson: serial: only disable tx irq on stopBen Dooks1-2/+2
2015-12-13ARM: meson: serial: ensure console port uart enabledBen Dooks1-0/+4
2015-12-13ARM: meson: serial: tx_empty fails to check for transmitter busyBen Dooks1-1/+3
2015-12-13ARM: meson: serial: don't reset port on uart startupBen Dooks1-2/+19
2015-12-13ARM: meson: serial: release region on port releaseBen Dooks1-9/+20
2015-12-13tty: amba-pl011: switch to using relaxed IO accessorsRussell King1-3/+3
2015-12-13tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)Russell King1-0/+23
2015-12-13tty: amba-pl011: add support for 32-bit register accessRussell King1-2/+13
2015-12-13tty: amba-pl011: remove ST micro registers from standard tableRussell King1-11/+0
2015-12-13tty: amba-pl011: clean up LCR register offsetsRussell King2-29/+16
2015-12-13tty: amba-pl011: add ST register offset tableRussell King1-1/+29
2015-12-13tty: amba-pl011: add register offset table to vendor dataRussell King1-2/+6
2015-12-13tty: amba-pl011: add register lookup tableRussell King2-26/+60
2015-12-13n_tty: Reduce branching in canon_copy_from_read_buf()Peter Hurley1-4/+3
2015-12-13n_tty: Clarify copy_from_read_buf()Peter Hurley1-4/+4
2015-12-13n_tty: Uninline tty_copy_to_user()Peter Hurley1-15/+18
2015-12-13serial: 8250: move of_serial code to 8250 directoryArnd Bergmann5-11/+10
2015-12-13serial: of: CONFIG_SERIAL_8250 is always setArnd Bergmann1-18/+0
2015-12-13serial: remove NWP serial supportArnd Bergmann4-510/+1
2015-12-13serial:bfin-uart:Remove 'struct timeval'DengChao1-15/+12
2015-12-13serial: SERIAL_MXS_AUART should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2015-12-13serial: SERIAL_IMX_AUART should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-12-13serial: SERIAL_ATMEL should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-12-13sc16is7xx: Fix TX buffer overrun caused by wrong tx fifo level read-outFlorian Achleitner1-0/+13
2015-12-13tty: Simplify tty_set_ldisc() exit handlingPeter Hurley1-29/+13
2015-12-13tty: Remove unused SERIAL_DO_RESTART definePeter Hurley3-3/+0
2015-12-13tty: Only allow slave pty as controlling ttyPeter Hurley1-1/+1
2015-12-13tty: core: Prefer dev_dbg() over pr_debug()Peter Hurley1-1/+1
2015-12-13tty: Merge conditional + error message + WARN_ON()Peter Hurley1-8/+2
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley3-9/+9
2015-12-13tty: core: Prefer pr_* to printk(*)Peter Hurley2-8/+4