summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby85-468/+224
2013-01-15TTY: move low_latency to tty_portJiri Slaby17-25/+25
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby22-44/+46
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby48-212/+220
2013-01-15TTY: convert more flipping functionsJiri Slaby6-23/+23
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby13-28/+39
2013-01-15serial/arc-uart: switch to devicetree based probingVineet Gupta1-3/+40
2013-01-15serial/arc-uart: platform_data order changedVineet Gupta1-5/+6
2013-01-15serial/arc-uart: split probe from probe_earlyprintkVineet Gupta1-10/+11
2013-01-15serial/arc-uart: Don't index with -ve platform_device->idVineet Gupta1-14/+15
2013-01-15serial: tegra: add serial driverLaxman Dewangan3-0/+1411
2013-01-15serial: imx: Use devm_* APIsSachin Kamat1-22/+10
2013-01-15serial: imx: Use pr_info instead of printkSachin Kamat1-2/+2
2013-01-15serial: imx: Fix coding style issueSachin Kamat1-2/+1
2013-01-15serial: imx: Use <linux/io.h> instead of <asm/io.h>Sachin Kamat1-1/+1
2013-01-15serial: imx: Fix checkpatch errors related to spacingSachin Kamat1-111/+111
2013-01-15serial: Samsung: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-01-15serial: samsung: remove the use of statically remapped controller addressThomas Abraham1-2/+6
2013-01-15serial: mxs-auart: Fix typo in sanity checkThomas Jarosch1-1/+1
2013-01-15tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee2-10/+10
2013-01-15serial: Remove RM9000 series serial driver.Ralf Baechle2-78/+1
2013-01-15serial: avoid double free after call ioc4_serial_remove_oneChen Gang1-0/+1
2013-01-15n_gsm.c: add tx_lock in gsm_sendxiaojin1-0/+3
2013-01-15serial: sirf: add support for new SiRFmarco SMP SoCBarry Song2-1/+20
2013-01-15tty: vt/Makefile: set the variables to staticCong Ding1-3/+1
2013-01-15tty: serial core: decouple pm states from ACPILinus Walleij1-14/+16
2013-01-15serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAREnric Balletbo i Serra1-0/+2
2013-01-15synclink fix ldisc buffer argumentPaul Fulghum3-7/+36
2013-01-15serial: quatech: add the other serial identifiers and preliminary control codeAlan Cox1-0/+309
2012-12-16Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-...Tony Lindgren1-2/+1
2012-12-14ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren1-2/+1
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-6/+6
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-19/+1
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-95/+207
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds100-1523/+3606
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King11-49/+28
2012-11-30Merge branch 'next/cam-samsung' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2-7/+1
2012-11-26drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton1-1/+5
2012-11-26serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen1-3/+53
2012-11-26serial: mxs-auart: unmap the scatter list before we copy the dataHuang Shijie1-0/+2
2012-11-26serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabledHuang Shijie1-2/+4
2012-11-26serial: max310x: Setup missing "can_sleep" field for GPIOAlexander Shiyan1-0/+1
2012-11-26tty/serial: fix ifx6x60.c declaration warningRandy Dunlap1-1/+2
2012-11-26serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner1-0/+10
2012-11-26serial: samsung: fix potential soft lockup during uart writeThomas Abraham1-4/+12
2012-11-26tty: vt: Remove redundant null check before kfree.Sachin Kamat1-4/+2