summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | serial: samsung: remove all uses of get_clksrc and set_clksrcThomas Abraham2011-12-236-243/+20Star
| | * | | | | | | ARM: SAMSUNG: remove struct 's3c24xx_uart_clksrc' and all uses of itThomas Abraham2011-12-231-1/+0Star
| | * | | | | | | serial: samsung: switch to clkdev based clock lookupThomas Abraham2011-12-232-121/+90Star
| | * | | | | | | ARM: S3C2440: move handling of fclk/n clock to platform codeThomas Abraham2011-12-232-51/+3Star
| | * | | | | | | serial: samsung: Keep a copy of the location of platform data in driver's pri...Thomas Abraham2011-12-233-7/+25
| | |/ / / / / /
| * | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-0936-540/+1951
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | tty: serial: imx: move del_timer_sync() to avoid potential deadlockEric Miao2012-01-051-2/+2
| | * | | | | | imx: add polled io uart methodsSaleem Abdulrasool2012-01-051-0/+69
| | * | | | | | imx: Add save/restore functions for UART control regsDirk Behme2012-01-051-8/+35
| | * | | | | | serial/imx: let probing fail for the dt case without a valid aliasUwe Kleine-König2012-01-051-3/+10
| | * | | | | | serial/imx: propagate error from of_alias_get_id instead of using -ENODEVUwe Kleine-König2012-01-051-1/+1
| | * | | | | | tty: serial: imx: Allow UART to be a source for wakeupFabio Estevam2012-01-051-0/+15
| | * | | | | | serial: driver for m32 arch should not have DEC alpha errataPaul Gortmaker2012-01-051-5/+2Star
| | * | | | | | atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino2012-01-051-2/+3
| | * | | | | | tty: Fix memory leak in virtual console when enable unicode translationZeng Zhaoming2012-01-051-1/+1
| | * | | | | | serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König2012-01-051-1/+1
| | * | | | | | serial: add support for 400 and 800 v3 series Titan cardsYegor Yefremov2012-01-041-0/+16
| | * | | | | | serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.Sonic Zhang2011-12-131-3/+14
| | * | | | | | serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available.Sonic Zhang2011-12-131-9/+10
| | * | | | | | serial: make FSL errata depend on 8250_CONSOLE, not just 8250Paul Gortmaker2011-12-131-1/+1
| | * | | | | | serial: add irq handler for Freescale 16550 errata.Paul Gortmaker2011-12-103-0/+69
| | * | | | | | serial: manually inline serial8250_handle_portPaul Gortmaker2011-12-101-15/+8Star
| | * | | | | | serial: make 8250 timeout use the specified IRQ handlerPaul Gortmaker2011-12-101-4/+1Star
| | * | | | | | serial: export the key functions for an 8250 IRQ handlerPaul Gortmaker2011-12-101-14/+15
| | * | | | | | serial: clean up parameter passing for 8250 Rx IRQ handlingPaul Gortmaker2011-12-101-6/+11
| | * | | | | | serial: move struct uart_8250_port from 8250.c to 8250.hPaul Gortmaker2011-12-102-26/+26
| | * | | | | | drivers/tty: Remove unneeded spacesThorsten Wißmann2011-12-101-4/+4
| | * | | | | | msm_serial_hs: Fix spinlock recursion in handling CTSMayank Rana2011-12-101-5/+2Star
| | * | | | | | msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptrMayank Rana2011-12-101-8/+8
| | * | | | | | serial: fix serial_cs I/O windows for Argosy RS-COM 2PMaciej Szmigiero2011-12-101-4/+4
| | * | | | | | serial: 8250: replace hardcoded 0xbf with #defineWolfram Sang2011-12-101-1/+1
| | * | | | | | serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang2011-12-101-1/+3
| | * | | | | | serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ...Sonic Zhang2011-12-101-9/+9
| | * | | | | | tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled.Sonic Zhang2011-12-101-2/+3
| | * | | | | | serial: bfin-uart: remove redundant CTS check for hardware CTS control.Sonic Zhang2011-12-101-23/+1Star
| | * | | | | | serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang2011-12-101-1/+3
| | * | | | | | serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up.Sonic Zhang2011-12-101-10/+9Star
| | * | | | | | tty: n_hdlc not atomic use tty->flags.Ilya Zykov2011-11-301-3/+3
| | * | | | | | TTY: serial: convert drivers/tty/serial/* to use module_platform_driver()Axel Lin2011-11-304-50/+4Star
| | * | | | | | TTY: Remove redundant spi driver bus initializationLars-Peter Clausen2011-11-275-5/+0Star
| | * | | | | | serial/8250_pci: init-quirk msi support for kt serial controllerDan Williams2011-11-271-0/+14
| | * | | | | | serial/8250_pci: setup-quirk workaround for the kt serial controllerDan Williams2011-11-272-2/+19
| | * | | | | | serial/mxs-auart: only wake up tty layer onceUwe Kleine-König2011-11-271-2/+3
| | * | | | | | serial/imx: propagate error of platform_driver_register in init routineUwe Kleine-König2011-11-271-1/+1
| | * | | | | | OMAP: UART: fix the return type of check_modem_statusShubhrajyoti D2011-11-271-1/+1
| | * | | | | | Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman2011-11-279-48/+78
| | |\| | | | |
| | * | | | | | UART: add CSR SiRFprimaII SoC on-chip uart driversRong Wang2011-11-174-0/+990
| | * | | | | | TTY: ldisc, remove some unneeded includesJiri Slaby2011-11-171-19/+1Star
| | * | | | | | TTY: pty, cleanup the pty countingJiri Slaby2011-11-171-17/+9Star
| | * | | | | | TTY: serial, extract uart_port_startupJiri Slaby2011-11-161-15/+28