aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-07sh: Fix boot crash related to SCIRafael J. Wysocki1-1/+1
2011-08-04dt: remove of_alias_get_id() referenceGrant Likely1-9/+4
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.xLinus Torvalds3-727/+466
2011-07-27serial/imx: add device tree probe supportShawn Guo1-11/+72
2011-07-27serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo1-16/+69
2011-07-26atomic: use <linux/atomic.h>Arun Sharma5-5/+5
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds11-56/+591
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds7-148/+897
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds8-15/+12
2011-07-25Merge branch 'next/deletion' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds4-239/+0
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds7-39/+4
2011-07-22Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-16/+27
2011-07-21Merge branch 'next-samsung-clkdev-fix' into next-samsung-cleanupKukjin Kim7-39/+4
2011-07-20serial: Remove redundant console_initcall from s3c and s5p console driversThomas Abraham7-35/+2
2011-07-20powerpc/pseries: Fix hvc_vio.c build due to recent changesBenjamin Herrenschmidt1-2/+2
2011-07-19hvc_console: Add kdb supportAnton Blanchard1-0/+39
2011-07-19powerpc/pseries: Fix hvterm_raw_get_chars to accept < 16 chars, fixing xmonAnton Blanchard1-21/+37
2011-07-19hvc_console: Improve tty/console put_chars handlingHendrik Brueckner1-3/+5
2011-07-18ARM: mach-s3c2400: deleteNicolas Pitre3-114/+0
2011-07-18ARM: mach-s3c24a0: deleteNicolas Pitre3-125/+0
2011-07-15Merge commit 'v3.0-rc7' into devicetree/nextGrant Likely11-19/+229
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2011-07-11Merge branch 'master' into for-nextJiri Kosina12-20/+232
2011-07-10tty/serial: Add devicetree support for nVidia Tegra serial portsGrant Likely1-0/+1
2011-07-08amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu1-1/+122
2011-07-08n_gsm: fix the wrong FCS handlingDu, Alek1-4/+0
2011-07-08pch_uart: add missing comment about OKI ML7223Alexander Stein1-0/+1
2011-07-08pch_uart: Add MSI supportAlexander Stein1-0/+5
2011-07-07serial: samsung: Fix unintended usage of uart port 0 as consoleThomas Abraham1-4/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-18/+227
2011-07-04Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-2.6-arm-socLinus Torvalds1-1/+2
2011-07-04tty/serial: change of_serial to use new of_property_read_u32() apiGrant Likely1-22/+15
2011-07-01tty: fix "IRQ45: nobody cared"Andrew McGregor1-1/+1
2011-07-01tty: serial: samsung.c remove legacy PM code.MyungJoo Ham1-13/+14
2011-07-01SERIAL: SC26xx: Fix link error.Ralf Baechle1-1/+1
2011-07-01serial: mrst_max3110: initialize waitqueue earlierMika Westerberg1-1/+2
2011-07-01mrst_max3110: Change max missing message priority.William Douglas1-1/+1
2011-07-01tty: s5pv210: Add delay loop on fifo reset function for UARTJongpill Lee1-0/+4
2011-07-01tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren1-1/+1
2011-07-01serial: bfin_5xx: fix off-by-one with resource sizeMike Frysinger1-2/+1
2011-07-01drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies3-6/+7
2011-07-01tty: n_gsm: Added refcount usage to gsm_mux and gsm_dlci structsRuss Gorby1-20/+91
2011-07-01tty: n_gsm: Add raw-ip supportRuss Gorby1-9/+270
2011-07-01tty: n_gsm: expose gsmtty device nodes at ldisc open timeRuss Gorby1-2/+17
2011-07-01powerpc/hvsi: Fix conflict with old HVSI driverBenjamin Herrenschmidt2-31/+31
2011-06-30tty: of_serial: support for 32 bit accessesJamie Iles1-0/+17
2011-06-30Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt11-19/+230
2011-06-29Merge branches 'common/serial-rework' and 'sh/stable-updates' into sh-latestPaul Mundt1-77/+120
2011-06-29powerpc/pseries: Move hvsi support into a libraryBenjamin Herrenschmidt3-385/+448
2011-06-29powerpc/pseries: Re-implement HVSI as part of hvc_vioBenjamin Herrenschmidt5-35/+725