summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial/imx: add device tree probe supportShawn Guo2011-07-271-11/+72
* serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo2011-07-271-16/+69
* atomic: use <linux/atomic.h>Arun Sharma2011-07-265-5/+5
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-2511-56/+591
|\
| * amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu2011-07-081-1/+122
| * n_gsm: fix the wrong FCS handlingDu, Alek2011-07-081-4/+0
| * pch_uart: add missing comment about OKI ML7223Alexander Stein2011-07-081-0/+1
| * pch_uart: Add MSI supportAlexander Stein2011-07-081-0/+5
| * tty: fix "IRQ45: nobody cared"Andrew McGregor2011-07-011-1/+1
| * tty: serial: samsung.c remove legacy PM code.MyungJoo Ham2011-07-011-13/+14
| * SERIAL: SC26xx: Fix link error.Ralf Baechle2011-07-011-1/+1
| * serial: mrst_max3110: initialize waitqueue earlierMika Westerberg2011-07-011-1/+2
| * mrst_max3110: Change max missing message priority.William Douglas2011-07-011-1/+1
| * tty: s5pv210: Add delay loop on fifo reset function for UARTJongpill Lee2011-07-011-0/+4
| * tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren2011-07-011-1/+1
| * serial: bfin_5xx: fix off-by-one with resource sizeMike Frysinger2011-07-011-2/+1
| * drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-013-6/+7
| * tty: n_gsm: Added refcount usage to gsm_mux and gsm_dlci structsRuss Gorby2011-07-011-20/+91
| * tty: n_gsm: Add raw-ip supportRuss Gorby2011-07-011-9/+270
| * tty: n_gsm: expose gsmtty device nodes at ldisc open timeRuss Gorby2011-07-011-2/+17
| * serial: 8250, increase PASS_LIMITJiri Slaby2011-06-071-1/+1
| * 8250_pci Add EEH support to the 8250 driver for IBM/Digi PCIe 2-port AdapterMichael Reed2011-06-071-0/+47
| * serial/pch: use global div helper instead of creating a private oneUwe Kleine-König2011-06-071-3/+2
| * parport/serial: add support for Timedia/SUNIX cards to parport_serialFrédéric Brière2011-06-071-0/+23
| * serial: 8250_pci: add .probe member to struct pci_serial_quirkFrédéric Brière2011-06-071-0/+9
| * Basic support for Moschip 9900 family I/O chipsNicos Gollan2011-06-071-1/+103
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-257-148/+897
|\ \
| * | powerpc/pseries: Fix hvc_vio.c build due to recent changesBenjamin Herrenschmidt2011-07-201-2/+2
| * | hvc_console: Add kdb supportAnton Blanchard2011-07-191-0/+39
| * | powerpc/pseries: Fix hvterm_raw_get_chars to accept < 16 chars, fixing xmonAnton Blanchard2011-07-191-21/+37
| * | hvc_console: Improve tty/console put_chars handlingHendrik Brueckner2011-07-191-3/+5
| * | powerpc/hvsi: Fix conflict with old HVSI driverBenjamin Herrenschmidt2011-07-012-31/+31
| * | Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt2011-06-3011-19/+230
| |\ \
| * | | powerpc/pseries: Move hvsi support into a libraryBenjamin Herrenschmidt2011-06-293-385/+448
| * | | powerpc/pseries: Re-implement HVSI as part of hvc_vioBenjamin Herrenschmidt2011-06-295-35/+725
| * | | powerpc/pseries: Factor HVSI header struct in packet definitionsBenjamin Herrenschmidt2011-06-291-33/+33
| * | | powerpc/hvsi: Move HVSI protocol definitions to a header fileBenjamin Herrenschmidt2011-06-291-62/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-258-15/+12
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-07-1112-20/+232
| |\ \ \ \
| * | | | | treewide: transciever/transceiver spelling fixesJoe Perches2011-06-241-1/+1
| * | | | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-107-14/+11
| | |/ / / | |/| | |
* | | | | Merge branch 'next/deletion' of git+ssh://master.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-254-239/+0
|\ \ \ \ \
| * | | | | ARM: mach-s3c2400: deleteNicolas Pitre2011-07-183-114/+0
| * | | | | ARM: mach-s3c24a0: deleteNicolas Pitre2011-07-183-125/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-257-39/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next-samsung-clkdev-fix' into next-samsung-cleanupKukjin Kim2011-07-217-39/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | serial: Remove redundant console_initcall from s3c and s5p console driversThomas Abraham2011-07-207-35/+2
| | * | | | serial: samsung: Fix unintended usage of uart port 0 as consoleThomas Abraham2011-07-071-4/+2
| | |/ / /
* | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-221-16/+27
|\ \ \ \ \
| * | | | | Merge commit 'v3.0-rc7' into devicetree/nextGrant Likely2011-07-1511-19/+229
| |\| | | |