summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd2-13/+4
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+1
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-12/+39
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+3
2012-03-25ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring1-0/+1
2012-03-23Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2012-03-22Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-16/+10
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds34-558/+1449
2012-03-15serial: pxa: add clk_prepare/clk_unprepare callsPhilipp Zabel1-4/+4
2012-03-14serial: PL011: clear pending interruptsLinus Walleij1-4/+11
2012-03-13serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after...Sonic Zhang1-3/+5
2012-03-12tty: serial: vt8500: fix annotations for probe/removeWolfram Sang1-2/+2
2012-03-09serial: remove back and forth conversions in serial_out_syncPaul Gortmaker1-4/+3
2012-03-09serial: use serial_port_in/out vs serial_in/out in 8250Paul Gortmaker1-80/+80
2012-03-09serial: reduce number of indirections in 8250 codePaul Gortmaker1-155/+167
2012-03-09serial: delete useless void casts in 8250.cPaul Gortmaker1-11/+11
2012-03-09serial: make 8250's serial_in shareable to other drivers.Paul Gortmaker2-5/+10
2012-03-09serial: delete last unused traces of pausing I/O in 8250Paul Gortmaker1-158/+150
2012-03-09pch_uart: Add module parameter descriptionsDarren Hart1-0/+4
2012-03-09pch_uart: Use existing default_baud in setup_consoleDarren Hart1-1/+1
2012-03-09pch_uart: Add user_uartclk parameterDarren Hart1-0/+5
2012-03-09pch_uart: Add Fish River Island II uart clock quirksDarren Hart1-13/+27
2012-03-09pch_uart: Use uartclk instead of base_baudDarren Hart1-10/+10
2012-03-09sh-sci / PM: Avoid deadlocking runtime PMRafael J. Wysocki1-0/+5
2012-03-09tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIESStephen Rothwell1-1/+1
2012-03-08mpc5200b/uart: select more tolerant uart prescaler on low baudratesFrank Benkert1-2/+3
2012-03-08TTY: remove serialP.h inclusion from some filesJiri Slaby2-2/+0
2012-03-08TTY: serial, include pci.h in m32r_sioJiri Slaby1-0/+1
2012-03-08TTY: serial, use atomic_inc_return in ioc4_serialJiri Slaby1-1/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby2-19/+5
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby3-5/+0
2012-03-08tty: serial: OMAP: Fix oops due to NULL pdata in DT bootCousson, Benoit1-3/+3
2012-03-08Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson1-12/+37
2012-03-07serial: pxa: add OF supportHaojian Zhuang1-12/+37
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren1-9/+3
2012-03-02pinctrl: assume map table entries can't have a NULL name fieldStephen Warren1-1/+1
2012-03-02Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dtArnd Bergmann1-0/+2
2012-02-24amba-pl011​/dma: Add check for the residue in DMA callbackChanho Min1-1/+16
2012-02-24serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli1-1/+1
2012-02-24serial: Fix typo in sn_console.cMasanari Iida1-2/+2
2012-02-24tty/serial/mux.c: linux/tty.h included twiceDanny Kukawka1-1/+0
2012-02-23Atmel: move console default platform_device to serial driverJean-Christophe PLAGNIOL-VILLARD1-0/+2
2012-02-22[IA64] genirq fixup for SGI/SNDimitri Sivanich1-0/+1
2012-02-22serial/sirf: fixup for changes to pin controlLinus Walleij2-11/+11
2012-02-22Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann6-7/+28
2012-02-10tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.hPaul Gortmaker7-44/+8
2012-02-10Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman14-88/+980
2012-02-09tty: serial: omap-serial: wakeup latency constraint is in microseconds, not m...Paul Walmsley1-2/+1
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley1-0/+7