aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-0121-661/+1045
|\
| * tty/serial: omap: empty the RX FIFO at the end of half-duplex TXDimitris Lampridis2014-03-171-0/+6
| * tty/serial: omap: fix RX interrupt enable/disable in half-duplex TXDimitris Lampridis2014-03-171-2/+3
| * serial: sh-sci: Neaten dev_<level> usesJoe Perches2014-03-171-20/+18
| * serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFFGeert Uytterhoeven2014-03-171-1/+1
| * serial: sh-sci: Add more register documentationGeert Uytterhoeven2014-03-171-13/+15
| * serial: sh-sci: Remove useless castsGeert Uytterhoeven2014-03-171-4/+4
| * serial: sh-sci: Replace printk() by pr_*()Geert Uytterhoeven2014-03-171-4/+3
| * serial_core: Avoid NULL pointer dereference in uart_close()Geert Uytterhoeven2014-03-171-2/+2
| * serial_core: Get a reference for port->tty in uart_remove_one_port()Geert Uytterhoeven2014-03-171-1/+5
| * serial: clps711x: Give a chance to perform useful tasks during wait loopAlexander Shiyan2014-03-171-6/+15
| * serial_core: Grammar s/ports/port's/Geert Uytterhoeven2014-03-171-1/+1
| * serial_core: Spelling s/contro/control/Geert Uytterhoeven2014-03-171-1/+1
| * serial: efm32: properly namespace location propertyUwe Kleine-König2014-03-171-1/+4
| * serial: max310x: Add missing #include <linux/uaccess.h>Geert Uytterhoeven2014-03-171-0/+1
| * serial: 8250: Clean up the locking for -rtIngo Molnar2014-03-081-10/+5
| * serial: 8250_pci: change BayTrail default uartclkAaron Sierra2014-03-081-3/+7
| * serial: 8250_pci: more BayTrail error-free baudsAaron Sierra2014-03-081-8/+29
| * serial: sh-sci: Add missing call to uart_remove_one_port() in failure pathGeert Uytterhoeven2014-02-281-0/+1
| * serial_core: Unregister console in uart_remove_one_port()Geert Uytterhoeven2014-02-281-0/+6
| * tty/serial: at91: remove unused open/close hooksRichard Genoud2014-02-281-21/+0
| * tty/serial: at91: use dev_err instead of printkRichard Genoud2014-02-281-2/+2
| * serial: imx: Remove init() and exit() platform callbacksAlexander Shiyan2014-02-281-25/+2
| * serial: imx: Use dev_name() for request_irq() to distinguish UARTsAlexander Shiyan2014-02-281-4/+4
| * serial: imx: Use devm_ioremap_resource()Alexander Shiyan2014-02-281-40/+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
| * drivers/tty/serial: deal with 8250_core.c uninitialized warning for goodPaul Gortmaker2014-02-281-0/+4
| * serial: fsl_lpuart: add DMA supportYuan Yao2014-02-181-12/+418
| * 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
| * 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
| * Merge branch 'tty-linus' into tty-nextGreg Kroah-Hartman2014-02-135-5/+29
| |\
| * | 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