summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-24Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2012-03-23Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-03-15serial: pxa: add clk_prepare/clk_unprepare callsPhilipp Zabel
2012-03-14serial: PL011: clear pending interruptsLinus Walleij
2012-03-13serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after...Sonic Zhang
2012-03-12tty: serial: vt8500: fix annotations for probe/removeWolfram Sang
2012-03-09serial: remove back and forth conversions in serial_out_syncPaul Gortmaker
2012-03-09serial: use serial_port_in/out vs serial_in/out in 8250Paul Gortmaker
2012-03-09serial: reduce number of indirections in 8250 codePaul Gortmaker
2012-03-09serial: delete useless void casts in 8250.cPaul Gortmaker
2012-03-09serial: make 8250's serial_in shareable to other drivers.Paul Gortmaker
2012-03-09serial: delete last unused traces of pausing I/O in 8250Paul Gortmaker
2012-03-09pch_uart: Add module parameter descriptionsDarren Hart
2012-03-09pch_uart: Use existing default_baud in setup_consoleDarren Hart
2012-03-09pch_uart: Add user_uartclk parameterDarren Hart
2012-03-09pch_uart: Add Fish River Island II uart clock quirksDarren Hart
2012-03-09pch_uart: Use uartclk instead of base_baudDarren Hart
2012-03-09sh-sci / PM: Avoid deadlocking runtime PMRafael J. Wysocki
2012-03-08tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIESStephen Rothwell
2012-03-08mpc5200b/uart: select more tolerant uart prescaler on low baudratesFrank Benkert
2012-03-08TTY: remove serialP.h inclusion from some filesJiri Slaby
2012-03-08TTY: serial, include pci.h in m32r_sioJiri Slaby
2012-03-08TTY: serial, use atomic_inc_return in ioc4_serialJiri Slaby
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-03-08tty: serial: OMAP: Fix oops due to NULL pdata in DT bootCousson, Benoit
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren
2012-03-02pinctrl: assume map table entries can't have a NULL name fieldStephen Warren
2012-02-24amba-pl011​/dma: Add check for the residue in DMA callbackChanho Min
2012-02-24serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli
2012-02-24serial: Fix typo in sn_console.cMasanari Iida
2012-02-24tty/serial/mux.c: linux/tty.h included twiceDanny Kukawka
2012-02-22[IA64] genirq fixup for SGI/SNDimitri Sivanich
2012-02-22serial/sirf: fixup for changes to pin controlLinus Walleij
2012-02-22Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann
2012-02-10tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.hPaul Gortmaker
2012-02-10Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman
2012-02-09tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley
2012-02-09tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley
2012-02-09tty: serial: altera_uart: Add CONSOLE_POLL supportTobias Klauser
2012-02-09tty: serial: altera_uart: remove early_altera_uart_setupTobias Klauser
2012-02-09serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request()Feng Tang
2012-02-09serial: pch_uart: trivial cleanup by removing the get_msr()Feng Tang
2012-02-09serial: pch_uart: add debugfs hook for register dumpFeng Tang
2012-02-08m32r: relocate drivers back out of 8250 dirPaul Gortmaker
2012-02-03tty: fix a build failure on sparcCong Wang