summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tty: Fix low_latency BUGPeter Hurley2014-02-282-19/+4
| * | | | | | tty: serial: bcm63xx_uart: add support for DT probingFlorian Fainelli2014-02-281-0/+11
| * | | | | | tty: serial: bcm63xx_uart: define UART_REG_SIZE constantFlorian Fainelli2014-02-281-2/+2
| * | | | | | tty: serial: bcm63xx_uart: include linux/io.hFlorian Fainelli2014-02-281-0/+1
| * | | | | | vt: detect and ignore OSC codes.Adam Borowski2014-02-281-3/+11
| * | | | | | vt: drop an useless enum and assignment.Adam Borowski2014-02-281-4/+2
| * | | | | | drivers/tty/serial: deal with 8250_core.c uninitialized warning for goodPaul Gortmaker2014-02-281-0/+4
| * | | | | | Merge 3.14-rc4 into tty-nextGreg Kroah-Hartman2014-02-241-18/+7
| |\ \ \ \ \ \
| * | | | | | | serial: fsl_lpuart: add DMA supportYuan Yao2014-02-181-12/+418
| * | | | | | | Merge 3.14-rc3 into tty-nextGreg Kroah-Hartman2014-02-181-0/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | serial: max310x: Fix sparse warningsAlexander Shiyan2014-02-151-4/+2
| * | | | | | | tty: serial: crisv10: Drop remaining code for CRISv10 CPU simulatorPaul Bolle2014-02-151-112/+0
| * | | | | | | serial: max310x: Fix build errorAlexander Shiyan2014-02-131-4/+6
| * | | | | | | Revert "serial: max310x: Fix build error"Greg Kroah-Hartman2014-02-131-2/+1
| * | | | | | | hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker2014-02-131-1/+5
| * | | | | | | serial: sirf: move to use generic dma dt-binding to get dma channelsQipan Li2014-02-132-138/+62
| * | | | | | | serial: pl011: Move uart_register_driver call to device probeTushar Behera2014-02-131-9/+12
| * | | | | | | serial: samsung: Move uart_register_driver call to device probeTushar Behera2014-02-131-29/+11
| * | | | | | | serial: max310x: Fix build warningAlexander Shiyan2014-02-131-1/+1
| * | | | | | | serial: max310x: Fix build errorAlexander Shiyan2014-02-131-1/+2
| * | | | | | | serial: imx: always wake up the processes in the TX callbackHuang Shijie2014-02-131-2/+1
| * | | | | | | tty/serial: atmel_serial: remove dev_dbg in atmel_set_termiosNicolas Ferre2014-02-131-3/+0
| * | | | | | | n_tty: Simplify input_available_p()Peter Hurley2014-02-131-7/+4
| * | | | | | | Merge branch 'tty-linus' into tty-nextGreg Kroah-Hartman2014-02-1312-60/+70
| |\ \ \ \ \ \ \
| * | | | | | | | serial: max310x: Add devicetree supportAlexander Shiyan2014-02-131-9/+32
| * | | | | | | | serial: max310x: Driver cleanupAlexander Shiyan2014-02-131-29/+5
| * | | | | | | | serial: max310x: Add support for RS-485 modeAlexander Shiyan2014-02-131-21/+56
| * | | | | | | | serial: max310x: Add missing mutex_destroy() on driver exitAlexander Shiyan2014-02-131-2/+5
| * | | | | | | | serial: max310x: Always use dynamic GPIO ID assignmentAlexander Shiyan2014-02-131-27/+28
| * | | | | | | | serial: max310x: Migrate to CLK APIAlexander Shiyan2014-02-131-31/+55
| * | | | | | | | serial: max310x: Move all SPI-dependent stuff in one placeAlexander Shiyan2014-02-131-32/+24
| * | | | | | | | serial: sh_sci: remove HAVE_CLK build dependecyBaruch Siach2014-02-131-1/+0
| * | | | | | | | serial: max310x: Remove IRQ validationAlexander Shiyan2014-02-131-6/+0
| * | | | | | | | serial: max310x: Add the loopback mode supportAlexander Shiyan2014-02-131-7/+18
| * | | | | | | | serial: max310x: Remove excess port configure at startupAlexander Shiyan2014-02-131-6/+0
| * | | | | | | | serial: max310x: Remove init() and exit() callbacksAlexander Shiyan2014-02-131-7/+0
| * | | | | | | | serial: max310x: Setup baud rate generator more preciselyAlexander Shiyan2014-02-131-12/+20
| * | | | | | | | serial: max310x: Allow driver to be compiled as moduleAlexander Shiyan2014-02-131-1/+1
| * | | | | | | | serial: sh-sci: Restrict non-COMPILE_TEST compilationLaurent Pinchart2014-02-131-1/+2
| * | | | | | | | serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=nJingoo Han2014-02-131-0/+2
| * | | | | | | | serial: sh-sci: Fix cast warningJingoo Han2014-02-131-1/+1
| * | | | | | | | serial: omap-serial: Move info message to probe functionMarkus Pargmann2014-02-131-3/+3
| * | | | | | | | msm_serial: Add support for poll_{get,put}_char()Stephen Boyd2014-02-122-3/+146
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-011-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-191-2/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-03-311-11/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-091-11/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | sparc: serial: Clean up the locking for -rtDavid Miller2014-03-064-39/+25
| |/ / / / / / |/| | | | | |
* | | | | | | Revert "tty: Set correct tty name in 'active' sysfs attribute"Greg Kroah-Hartman2014-02-221-18/+7
| |_|/ / / / |/| | | | |
* | | | | | vt: Fix secure clear screenPetr Písař2014-02-131-0/+2
| |/ / / / |/| | | |
OpenPOWER on IntegriCloud