aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-12/+9
2013-03-12tty: serial: fix typo "SERIAL_S3C2412"Paul Bolle1-1/+1
2013-03-12serial: 8250: Keep 8250.<xxxx> module options functional after driver renameJosh Boyer1-0/+29
2013-03-12tty: serial: fix typo "ARCH_S5P6450"Paul Bolle1-1/+1
2013-03-12tty/8250_pnp: serial port detection regression since v3.7Sean Young1-5/+7
2013-03-12serial: bcm63xx_uart: fix compilation after "TTY: switch tty_insert_flip_char"Jonas Gorski1-4/+4
2013-03-12serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O ControllerWang YanQing1-0/+4
2013-03-12Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft1-10/+7
2013-03-12tty/serial: Add support for Altera serial portLey Foon Tan2-1/+28
2013-03-12tty: serial: vt8500: Unneccessary duplicated clock code removedTony Prisk1-8/+1
2013-03-12tty: serial: mpc5xxx: fix PSC clock name bugAnatolij Gustschin1-1/+1
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-5/+5
2013-03-01sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill1-12/+9
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-nextRalf Baechle1-2/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds84-1064/+4289
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2013-02-19Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+1
2013-02-18serial: imx: fix uninitialized variable warningShawn Guo1-1/+1
2013-02-15serial: tegra: assume CONFIG_OFStephen Warren1-3/+2
2013-02-14serial: imx: Fix recursive locking bugThomas Gleixner1-2/+9
2013-02-13tty: Remove ancient hardpps()Peter Hurley1-4/+0
2013-02-13pps: Additional cleanups in uart_handle_dcd_changeGeorge Spelvin1-10/+7
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin1-4/+1
2013-02-13tty: serial: uartlite: Support uartlite on big and little endian systemsMichal Simek1-22/+79
2013-02-13tty: serial: uartlite: Fix sparse and checkpatch warningsMichal Simek1-4/+4
2013-02-13serial/arc-uart: Miscll DT related updates (Grant's review comments)Vineet Gupta1-6/+4
2013-02-08drivers/serial: add GENERIC_HARDIRQS dependencyHeiko Carstens1-1/+1
2013-02-06Revert "serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL"fabio.estevam@freescale.com1-21/+21
2013-02-05serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLLFabio Estevam1-21/+21
2013-02-05tty: serial: altera_jtaguart: Simplify altera_jtaguart_init()Tobias Klauser1-4/+2
2013-02-05tty: serial: altera_uart: Simplify altera_uart_init()Tobias Klauser1-4/+2
2013-02-05OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generationAlexey Pelykh1-6/+2
2013-02-05tty: of_serial: unexport tegra_serial_handle_breakStephen Warren1-3/+4
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman1-0/+1
2013-02-01MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards.Ralf Baechle1-5/+5
2013-01-30serial: ralink: adds support for the serial core found on ralink wisocJohn Crispin2-3/+11
2013-01-30serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers1-0/+33
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman8-8/+61
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman8-8/+69
2013-01-25serial: tegra: Fix compilation errorVenu Byravarasu1-1/+1
2013-01-25serial: pxa: fine-tune clk useageYi Zhang1-1/+11
2013-01-25serial: pch_uart: fix sysrq handling for pch_uartLiang Li1-0/+2
2013-01-22serial: Convert to devm_ioremap_resource()Thierry Reding1-4/+4
2013-01-22serial: xilinx_uartps: Remove leftover __exit_p()Michal Simek1-1/+1
2013-01-22serial:ifx6x60: Remove memset for SPI framechanning1-1/+0
2013-01-21serial: sccnxp: Make baudrate table struct staticAlexander Shiyan1-4/+2
2013-01-21serial: sccnxp: Reset break and overrun bits in RX handlerAlexander Shiyan1-1/+6
2013-01-21serial/efm32: parse location propertyUwe Kleine-König1-7/+24
2013-01-21serial: xilinx_uartps: Get clock rate info from dtsJosh Cartwright1-15/+19
2013-01-20pch_uart: add sysrq supportLiang Li1-8/+19