aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+2
2009-06-16imx: Check for NULL pointer deref before calling tty_encode_baud_rateSascha Hauer1-5/+7
2009-06-16atmel_serial: fix hang in set_termios when crtscts is enabledHaavard Skinnemoen1-3/+5
2009-06-15of_serial: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller18-320/+1261
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-16/+37
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek1-1/+1
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-181/+249
2009-06-11imx: serial: use tty_encode_baud_rate to set true rateOskar Schirmer1-0/+7
2009-06-11imx: serial: add IrDA support to serial driverFabian Godehardt1-19/+176
2009-06-11imx: serial: use rational library functionOskar Schirmer2-20/+11
2009-06-11imx: serial: handle initialisation failure correctlyDaniel Glöckner1-1/+6
2009-06-11imx: serial: be sure to stop xmit upon shutdownFabian Godehardt1-0/+4
2009-06-11imx: serial: notify higher layers in case xmit IRQ was not calledFabian Godehardt1-0/+3
2009-06-11imx: serial: fix one bit field typeDaniel Glöckner1-1/+1
2009-06-11imx: serial: fix whitespaces (no changes in functionality)Oskar Schirmer1-25/+23
2009-06-11timbuart: Fix the termios logicAlan Cox1-9/+15
2009-06-11serial: Added Timberdale UART driverRichard Röjfors4-0/+586
2009-06-11Blackfin Serial Driver: disable dma rx interrupt only rather than all irqsSonic Zhang1-3/+4
2009-06-11Blackfin Serial Driver: handle anomaly 05000231Sonic Zhang1-2/+10
2009-06-11Blackfin Serial Driver: annotate anomalies 05000215 and 05000099Sonic Zhang1-0/+14
2009-06-11Blackfin Serial Driver: handle irregular DMA register status in auto start modeSonic Zhang1-3/+4
2009-06-11Blackfin Serial Driver: fix missing new lines when under loadGraf Yang1-0/+1
2009-06-11Blackfin Serial Driver: fix baudrate for early_printkRobin Getz1-1/+6
2009-06-11Blackfin Serial Driver: fix error while transferring large filesSonic Zhang1-2/+29
2009-06-11Blackfin SPORT UART: rewrite inline assemblyMike Frysinger1-25/+29
2009-06-11Blackfin SPORT UART: fix data misses while using transmit frame syncMichael Hennerich1-1/+1
2009-06-11Blackfin SPORT UART: fix typo in sport_set_termios prototypeMike Frysinger1-1/+1
2009-06-11serial: add support for the TI AR7 internal UARTFlorian Fainelli1-0/+7
2009-06-11icom: fix compile errors when defining ICOM_TRACEBreno Leitao1-10/+6
2009-06-11icom: fixing a if clause spaghettiBreno Leitao1-2/+2
2009-06-11jsm: correctly support multiple 4/8-port boardsAlexander Y. Fomichev2-2/+13
2009-06-118250_pci: add the OXCB950 chip to the 8250 PCI driver.Andre Przywara1-0/+3
2009-06-11[ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij2-2/+2
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt5-4/+21
2009-06-08Merge branch 'for-rmk' of git://git.marvell.com/orion into develRussell King3-3/+18
2009-06-08Merge branch 'mxc-master' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King1-0/+2
2009-06-04[ARM] 5541/1: serial/amba-pl011.c: add support for the modified port found in NomadikAlessandro Rubini1-3/+27
2009-06-03fix oops when using console=ttymxcN with N > 0Eric Lammerts1-0/+2
2009-06-02serial: sh-sci: Fix up PORT_SCI console output ordering.SUGIOKA Toshinobu1-2/+1
2009-05-31[ARM] 5505/1: serial amba-pl011: move to arch_initcall for earlier consoleAlessandro Rubini1-1/+5
2009-05-298250: Fix oops from setserialAlan Cox1-0/+15
2009-05-29serial: 8250_gsc: fix printk format errorAlexander Beregalov1-2/+2
2009-05-29drivers/serial/mpc52xx_uart.c: fix array overindexing checkRoel Kluin1-1/+1
2009-05-29Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci into develRussell King3-3/+3
2009-05-26Merge branch 'sh/clkfwk'Paul Mundt1-1/+1
2009-05-23Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into develRussell King6-7/+66
2009-05-22icom: fix rmmod crashBreno Leitao1-1/+1
2009-05-22Merge branches 'sh/stable-updates' and 'sh/sparseirq'Paul Mundt2-179/+248