aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-29serial: Add OMAP high-speed UART driverGovindraj.R3-0/+1361
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski1-32/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski1-65/+67
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski1-9/+1
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-6/+5
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski1-3/+3
2010-09-29pcmcia: simplify IntTypeDominik Brodowski1-2/+0
2010-09-29pcmcia: simplify Status, ExtStatus register accessDominik Brodowski1-7/+4
2010-09-29pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski1-1/+1
2010-09-20serial: mfd: fix bug in serial_hsu_remove()Feng Tang1-8/+9
2010-09-20serial: amba-pl010: fix set_ldiscMika Westerberg1-7/+2
2010-09-16Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-26/+36
2010-09-15pcmcia serial_cs.c: fix multifunction card handlingDominik Brodowski1-26/+36
2010-09-13Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2010-09-08powerpc/5200: mpc52xx_uart.c: Add of_node_put to avoid memory leakJulia Lawall1-0/+1
2010-09-03serial: bfin_sport_uart: restore transmit frame sync fixSonic Zhang1-1/+1
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2010-08-2368328serial: check return value of copy_*_user() instead of access_ok()Kulikov Vasiliy1-18/+11
2010-08-23serial: print early console device address in hexLuck, Tony1-2/+2
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov1-1/+1
2010-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt2-8/+10
2010-08-18Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+1
2010-08-16of: Fix missing includesGrant Likely1-2/+1
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller40-306/+4832
2010-08-16sparc: Really fix "console=" for serial consoles.David S. Miller1-6/+9
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt43-413/+5028
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds11-28/+28
2010-08-11Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-18/+74
2010-08-10Merge branches 'master' and 'devel' into for-linusRussell King5-18/+74
2010-08-10U6715 16550A serial driver supportPhilippe Langlais1-3/+34
2010-08-10serial: max3107: Fix gpiolib supportAlan Cox1-0/+2
2010-08-10hsu: call PCI pm hooks in suspend/resume functionFeng Tang1-9/+22
2010-08-10hsu: some code cleanupFeng Tang1-66/+19
2010-08-10hsu: add a periodic timer to check dma rx channelFeng Tang1-3/+47
2010-08-10hsu: driver for Medfield High Speed UART deviceFeng Tang3-0/+1499
2010-08-10serial: add support for OX16PCI958 cardLytochkin Boris1-0/+13
2010-08-10serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)Christoph Egger1-11/+5
2010-08-10timbuart: use __devinit and __devexit macros for probe and removeRichard Röjfors1-3/+3
2010-08-10serial: MMIO32 support for 8250_early.cSamium Gromoff1-15/+42
2010-08-10serial: mcf: don't take spinlocks in already protected functionsYury Georgievskiy1-18/+13
2010-08-10serial: general fixes in the serial_rs485 structureClaudio Scordino1-3/+8
2010-08-10serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixesAndrew Morton1-1/+1
2010-08-10serial: crisv10: formatting of pointers in printk()Kulikov Vasiliy1-2/+2
2010-08-10serial: max3107: Abstract out the platform specific bitsAlan Cox5-337/+527
2010-08-10serial: max3107: introduce a max3107 driverjianwei.yang4-0/+1809
2010-08-108250: fix set_ldisc operationArnd Bergmann1-7/+2
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann3-0/+6
2010-08-10tty: untangle locking of wait_until_sentArnd Bergmann3-13/+22
2010-08-10tty: introduce wait_event_interruptible_ttyArnd Bergmann1-2/+2