summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-181-2/+1
|\
| * of: Fix missing includesGrant Likely2010-08-161-2/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2010-08-1640-306/+4832
|\ \ | |/
| * Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-1211-28/+28
| |\
| | * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-0611-28/+28
| * | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-115-18/+74
| |\ \
| | * \ Merge branches 'master' and 'devel' into for-linusRussell King2010-08-105-18/+74
| | |\ \
| | | * \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2010-08-093-4/+17
| | | |\ \
| | | | * | ARM: S5PV310: Add serial port supportJongpill Lee2010-08-052-2/+10
| | | | * | ARM: SAMSUNG: serial: Add FRACVAL support for newer UARTJongpill Lee2010-08-051-2/+7
| | | * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev...Russell King2010-08-062-14/+57
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-045-20/+90
| | | | |\ \
| | | | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-07-058-119/+251
| | | | |\ \ \
| | | | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-05-3115-127/+78
| | | | |\ \ \ \
| | | | * | | | | serial: sh-sci: fix handling of SCIFB sh-mobile portsGuennadi Liakhovetski2010-05-242-14/+57
| * | | | | | | | U6715 16550A serial driver supportPhilippe Langlais2010-08-101-3/+34
| * | | | | | | | serial: max3107: Fix gpiolib supportAlan Cox2010-08-101-0/+2
| * | | | | | | | hsu: call PCI pm hooks in suspend/resume functionFeng Tang2010-08-101-9/+22
| * | | | | | | | hsu: some code cleanupFeng Tang2010-08-101-66/+19
| * | | | | | | | hsu: add a periodic timer to check dma rx channelFeng Tang2010-08-101-3/+47
| * | | | | | | | hsu: driver for Medfield High Speed UART deviceFeng Tang2010-08-103-0/+1499
| * | | | | | | | serial: add support for OX16PCI958 cardLytochkin Boris2010-08-101-0/+13
| * | | | | | | | serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)Christoph Egger2010-08-101-11/+5
| * | | | | | | | timbuart: use __devinit and __devexit macros for probe and removeRichard Röjfors2010-08-101-3/+3
| * | | | | | | | serial: MMIO32 support for 8250_early.cSamium Gromoff2010-08-101-15/+42
| * | | | | | | | serial: mcf: don't take spinlocks in already protected functionsYury Georgievskiy2010-08-101-18/+13
| * | | | | | | | serial: general fixes in the serial_rs485 structureClaudio Scordino2010-08-101-3/+8
| * | | | | | | | serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixesAndrew Morton2010-08-101-1/+1
| * | | | | | | | serial: crisv10: formatting of pointers in printk()Kulikov Vasiliy2010-08-101-2/+2
| * | | | | | | | serial: max3107: Abstract out the platform specific bitsAlan Cox2010-08-105-337/+527
| * | | | | | | | serial: max3107: introduce a max3107 driverjianwei.yang2010-08-104-0/+1809
| * | | | | | | | 8250: fix set_ldisc operationArnd Bergmann2010-08-101-7/+2
| * | | | | | | | tty: release BTM while sleeping in block_til_readyArnd Bergmann2010-08-103-0/+6
| * | | | | | | | tty: untangle locking of wait_until_sentArnd Bergmann2010-08-103-13/+22
| * | | | | | | | tty: introduce wait_event_interruptible_ttyArnd Bergmann2010-08-101-2/+2
| * | | | | | | | tty: replace BKL with a new tty_lockArnd Bergmann2010-08-103-9/+9
| * | | | | | | | serial: fix termios settings in openArnd Bergmann2010-08-101-10/+9
| * | | | | | | | serial: Use block_til_ready helperAlan Cox2010-08-101-86/+1
| * | | | | | | | serial: trim locking on the helpersAlan Cox2010-08-101-4/+1
| * | | | | | | | serial: add port helpersAlan Cox2010-08-101-14/+37
| * | | | | | | | serial: Change the wait for carrier lockingAlan Cox2010-08-101-9/+35
| * | | | | | | | tty: serial - fix tty referencing in set_ldiscAlan Cox2010-08-102-6/+3
| * | | | | | | | tty: serial - fix tty back references in termiosAlan Cox2010-08-105-26/+19
| * | | | | | | | tty: serial - fix various misuses/mishandlings of port->ttyAlan Cox2010-08-101-49/+60
| * | | | | | | | serial: fix wakup races in the mrst_max3110 driverArjan van de Ven2010-08-101-28/+18
| * | | | | | | | serial: replace open coded mutex with a real mutex in mrst_max3110.cArjan van de Ven2010-08-101-7/+8
| * | | | | | | | max3110 sanity check a registerjianwei.yang2010-08-101-2/+11
| * | | | | | | | mrst_max3110: add UART driver for Max3110 on MoorestownFeng Tang2010-08-104-0/+921
| * | | | | | | | serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definitionYegor Yefremov2010-08-101-1/+1
| * | | | | | | | serial: There's no config CONSOLEChristoph Egger2010-08-101-8/+0
| |/ / / / / / /
OpenPOWER on IntegriCloud