aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-23serial: core: Fix crashes while echoing when closingPeter Hurley1-1/+2
2015-07-23Revert "serial: imx: initialized DMA w/o HW flow enabled"David Jander1-8/+7
2015-07-23sc16is7xx: fix FIFO address of secondary UARTBo Svangård1-7/+23
2015-07-23sc16is7xx: fix Kconfig dependenciesJakub Kicinski1-1/+1
2015-07-23serial: etraxfs-uart: Fix release etraxfs_uart_portsAxel Lin1-1/+1
2015-07-23serial: amba-pl011: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski1-2/+2
2015-07-02Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-85/+8
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+278
2015-06-26Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds46-1367/+2895
2015-06-25Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2-22/+20
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2015-06-23sh-sci: Get register size from platform deviceYoshinori Sato1-21/+13
2015-06-23sh-sci: Add h8300 SCIYoshinori Sato2-1/+7
2015-06-21serial: 8250_ingenic: support for Ingenic SoC UARTsPaul Burton3-0/+278
2015-06-12serial: sprd: check for NULL after calling devm_clk_getFernando Guzman Lugo1-1/+1
2015-06-12serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald1-3/+19
2015-06-12serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald1-0/+21
2015-06-12serial: core: cleanup in uart_get_baud_rate()Joakim Nordell1-5/+16
2015-06-10serial: stm32-usart: Add STM32 USART DriverMaxime Coquelin3-0/+757
2015-06-09serial: 8250_omap: Move wake-up interrupt to generic wakeirqTony Lindgren1-54/+4
2015-06-09serial: omap: Switch wake-up interrupt to generic wakeirqTony Lindgren1-31/+4
2015-06-09tty/serial: kill off set_irq_flags usageRob Herring2-4/+4
2015-06-08Merge 4.1-rc7 into tty-nextGreg Kroah-Hartman1-0/+8
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim1-1/+1
2015-06-01serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior1-9/+73
2015-06-01serial: 8250: add LPC18xx/43xx UART driverJoachim Eastwood3-0/+239
2015-06-01serial: 8250_uniphier: add UniPhier serial driverMasahiro Yamada3-0/+265
2015-06-01serial: 8250_dw: support ACPI platforms with integrated DMA engineHeikki Krogerus1-1/+18
2015-06-01serial: of_serial: check the return value of clk_prepare_enable()Masahiro Yamada1-1/+4
2015-06-01serial: of_serial: use devm_clk_get() instead of clk_get()Masahiro Yamada1-1/+1
2015-06-01serial: earlycon: Add support for big-endian MMIO accessesNoam Camus2-5/+11
2015-06-01serial: sirf: use hrtimer for data rxQipan Li2-226/+135
2015-06-01serial: sirf: correct the fifo empty_bitQipan Li1-1/+1
2015-06-01serial: sirf: fix system hung on console log outputQipan Li1-1/+1
2015-06-01serial: 8250: remove return statements from void functionMasahiro Yamada1-2/+3
2015-06-01sc16is7xx: use kworker for RS-485 configurationJakub Kicinski1-12/+29
2015-06-01sc16is7xx: use kworker to update ier bitsJakub Kicinski1-10/+19
2015-06-01sc16is7xx: use kworker for md_procJakub Kicinski1-16/+31
2015-06-01sc16is7xx: move RTS delay to workqueueJakub Kicinski1-8/+6
2015-06-01sc16is7xx: use kthread_worker for tx_work and irqJakub Kicinski1-23/+43
2015-06-01sc16is7xx: use LSR_TEMT_BIT in .tx_empty()Jakub Kicinski1-3/+2
2015-06-01sc16is7xx: add missing compatible stringsJakub Kicinski1-0/+4
2015-06-01sc16is7xx: remove RS-485 delay RTS handlingJakub Kicinski1-15/+8
2015-06-01sc16is7xx: spi interface is addedRama Kiran Kumar Indrakanti3-10/+140
2015-05-24drivers: PL011: add ACPI probing for SBSA UARTGraeme Gregory1-0/+8
2015-05-24drivers: PL011: add support for the ARM SBSA generic UARTAndre Przywara1-0/+171
2015-05-24drivers: PL011: allow to supply fixed option stringAndre Przywara1-4/+13
2015-05-24drivers: PL011: allow avoiding UART enabling/disablingAndre Przywara1-6/+12
2015-05-24drivers: PL011: move cts_event workaround into separate functionAndre Przywara1-13/+20
2015-05-24drivers: PL011: replace UART_MIS reading with _RIS & _IMSCAndre Przywara1-2/+4