summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* PNP: add pnp_possible_config() -- can a device could be configured this way?Bjorn Helgaas2008-07-161-17/+7
* Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-1510-1966/+2146
|\
| * Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-149-1965/+2130
| |\
| | * Merge branch 'imx' into develRussell King2008-07-102-113/+207
| | |\
| | | * MX2 add support for mx2 in i.MX serial driverSascha Hauer2008-07-051-3/+3
| | | * mxc: add MX3 support for i.MX internal UART driverSascha Hauer2008-07-052-21/+81
| | | * IMX: introduce clock APISascha Hauer2008-07-051-4/+21
| | | * IMX UART: remove statically initialized tablesSascha Hauer2008-07-051-75/+54
| | | * IMX UART: Add board specific init/exit functionsSascha Hauer2008-07-051-9/+19
| | | * IMX UART: do not assume 16MHz reference frequencySascha Hauer2008-07-051-11/+39
| | * | [ARM] S3C24XX: Split serial driver into core and per-cpu driversBen Dooks2008-07-038-1832/+1917
| | * | [ARM] S3C2410: Add sysfs attribute for serial driver clock sourceBen Dooks2008-07-031-11/+20
| | * | [ARM] 5054/1: S3C2410: Add GPLv2 license to the s3c2410 serial driverBen Dooks2008-07-031-1/+5
| | * | [ARM] 5050/1: S3C2410: Cleanup header on S3C2410 serial driverBen Dooks2008-07-031-31/+4
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2008-07-141-1/+16
| |\ \
| | * | atmel_serial: Drain console TX shifter before suspendingHaavard Skinnemoen2008-07-021-0/+6
| | * | atmel_serial: Fix build on avr32 with CONFIG_PM enabledHaavard Skinnemoen2008-07-021-1/+10
| | |/
* | | cpm_uart: Support uart_wait_until_sent()Laurent Pinchart2008-07-141-0/+6
* | | cpm_uart: Fix cpm uart corruption with PREEMPT_RTRune Torgersen2008-07-141-0/+14
* | | Merge commit 'origin/HEAD' into test-mergeBenjamin Herrenschmidt2008-07-142-1/+6
|\ \ \ | |/ /
| * | serial8250: sanity check nr_uarts on all paths.Eric W. Biederman2008-07-121-0/+3
| * | serial: fix serial_match_port() for dynamic major tty-device numbersGuennadi Liakhovetski2008-07-041-1/+3
| |/
* | Merge branch 'linux-2.6'Paul Mackerras2008-06-301-52/+28
|\ \ | |/
| * Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang2008-06-191-22/+18
| * Blackfin serial driver: fix up tty core set_ldisc API change breakage bugGraf Yang2008-06-071-5/+5
| * Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.Sonic Zhang2008-06-031-25/+5
* | cpm_uart: Remove !CONFIG_PPC_CPM_NEW_BINDING codeKumar Gala2008-06-266-838/+1
* | cpm_uart: fix whitespace issuesKumar Gala2008-06-266-12/+12
* | of_serial: Use linux/of_platform.h instead of asmStephen Rothwell2008-06-091-1/+1
|/
* atmel_serial: filter out FP during baud rate detectionHaavard Skinnemoen2008-06-061-1/+1
* serial: fix driver_name conflictsAnton Vorontsov2008-06-062-2/+2
* Fix uart_set_ldisc() function typeLinus Torvalds2008-06-041-1/+1
* serial_core: uart_set_ldisc infrastructureAlan Cox2008-06-031-0/+10
* 8250 Serial Driver: revert extra IRQ flag definition patchBryan Wu2008-05-312-8/+1
* serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.cArjan van de Ven2008-05-241-1/+4
* serial: support for InstaShield IS-400 four port RS-232 PCI cardIgnacio García Pérez2008-05-241-1/+6
* sunhv: Fix locking in non-paged I/O case.David S. Miller2008-05-201-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-193-3/+9
|\
| * Blackfin SPORTS UART Driver: converting BFIN->BLACKFINMike Frysinger2008-05-171-1/+1
| * 8250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 b...Javier Herrero2008-05-172-2/+8
* | sh: use the common ascii hex helpersHarvey Harrison2008-05-161-4/+4
|/
* m68knommu: add info about removing mcfserialSebastian Siewior2008-05-142-1/+6
* cris: Fix compile failure due to typo in serial driverAlan Cox2008-05-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-091-87/+11
|\
| * Blackfin Serial Driver: abstract away DLAB differences into headerMike Frysinger2008-05-071-33/+7
| * Blackfin Serial Driver: macro away the IER differences between processorsMike Frysinger2008-05-071-54/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-05-092-23/+36
|\ \ | |/ |/|
| * sh-sci: avoid writing to nonexistent registersMagnus Damm2008-05-081-1/+1
| * sh-sci: sh7722 lacks scsptr registersMagnus Damm2008-05-081-0/+4
| * sh-sci: improve sh7722 supportMagnus Damm2008-05-082-16/+27
OpenPOWER on IntegriCloud