summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge linux-2.6 with linux-acpi-2.6Len Brown2005-09-0812-45/+47
|\
| * Merge master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds2005-09-071-2/+2
| |\
| | * [SERIAL] Fix lh7a40x serial driverRussell King2005-09-061-2/+2
| * | [PATCH] Remove non-arch consumers of asm/segment.hKumar Gala2005-09-074-4/+0
| * | [PATCH] move 68360serial.c over use initcallsChristoph Hellwig2005-09-071-6/+2
| |/
| * [SUNSU]: Compile fixes.Al Viro2005-09-051-3/+7
| * Merge master.kernel.org:/home/rmk/linux-2.6-serial Linus Torvalds2005-09-052-20/+14
| |\
| | * [SERIAL] Prefix serial printks with KERN_INFO and pre-formatRussell King2005-09-031-6/+14
| | * [SERIAL] crisv10: Remove {,un}register_serial dummiesAdrian Bunk2005-09-021-14/+0
| * | [PATCH] swsusp: switch pm_message_t to structPavel Machek2005-09-051-3/+3
| * | [PATCH] mips: clean up 32/64-bit configurationRalf Baechle2005-09-051-1/+1
| * | [PATCH] cpm_uart: Fix baseaddress for SMC 1 and 2Kumar Gala2005-09-051-0/+2
| * | [PATCH] cpm_uart: use schedule_timeout instead of direct call to scheduleKumar Gala2005-09-051-6/+7
| * | [PATCH] cpm_uart: Fix 2nd serial port on MPC8560 ADSKumar Gala2005-09-051-0/+9
| |/
* | Merge linux-2.6 into linux-acpi-2.6 testLen Brown2005-09-0334-361/+162
|\ \ | |/
| * [SERIAL] Move serial8250_*_port prototypes to linux/serial_8250.hRussell King2005-09-011-5/+1
| * [ARM] 2866/1: add i.MX set_mctrl / get_mctrl functionsSascha Hauer2005-08-314-213/+20
| * [SERIAL] Clean up and fix tty transmission start/stopingRussell King2005-08-3132-143/+141
| |\
* | \ Auto-update from upstreamLen Brown2005-08-291-297/+177
|\ \ \ | |/ /
| * | Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-serial.git Linus Torvalds2005-08-291-297/+177
| |\ \
| | * \ Merge with Linus' 2.6 treeRussell King2005-07-285-15/+42
| | |\ \
| | * | | [SERIAL] Convert parport_serial to use new 8250_pci interfacesRussell King2005-07-271-20/+1
| | * | | [SERIAL] Expose 8250_pci setup/removal/suspend/resume functionsRussell King2005-07-271-112/+121
| | * | | [SERIAL] Pass around serial_private instead of pci_devRussell King2005-07-271-18/+22
| | * | | [SERIAL] Collapse the SIIG quirk entriesRussell King2005-07-271-139/+18
| | * | | [SERIAL] Factor out the common setup from the per-serial port loop.Russell King2005-07-271-12/+16
| | * | | [SERIAL] Rename pci_board to pciserial_board.Russell King2005-07-271-15/+18
* | | | | Merge HEAD from ../from-linus Len Brown2005-08-252-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | [PATCH] m32r_sio gcc4 fixesAl Viro2005-08-231-1/+1
| * | | | [PATCH] Kconfig fix (amba on arm/versatile)Al Viro2005-08-231-1/+1
| * | | | [PATCH] Kconfig fix (M32R_PLDSIO dependecies)Al Viro2005-08-231-1/+1
* | | | | [ACPI] delete CONFIG_ACPI_BUSLen Brown2005-08-241-1/+1
* | | | | Merge from-linus to-akpmLen Brown2005-08-231-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | [IA64] Initialize some spinlocksKeith Owens2005-08-161-0/+1
* | | | | Merge ../to-linusLen Brown2005-08-113-72/+123
|\ \ \ \ \ | |/ / / /
| * | | | [PATCH] cpm_uart: needs some love to compile with GCC4.0.1Kumar Gala2005-08-091-7/+7
| * | | | [PATCH] cpm_uart: Fix dpram allocation and non-console uartsKumar Gala2005-08-093-65/+116
| | |_|/ | |/| |
* | | | [ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3Len Brown2005-08-051-4/+16
|\ \ \ \ | |/ / / |/| | |
| * | | [ACPI] 8250 driver now checks for acpi_register_gsi() errorsKenji Kaneshige2005-08-041-4/+16
* | | | [PATCH] serial: add MMIO support to 8250_pnpBjorn Helgaas2005-07-291-7/+15
* | | | [PATCH] pcmcia: fix many device IDsKomuro2005-07-281-5/+5
| |_|/ |/| |
* | | [PATCH] cpm_uart: use DPRAM for early consoleMarcelo Tosatti2005-07-271-1/+1
* | | [PATCH] serial: MRi MRI-PCIDS1 dual port serial cardDavid Ranson2005-07-271-0/+20
* | | [PATCH] jsm: warning fixesV. ANANDA KRISHNAN2005-07-273-13/+20
* | | [PATCH] jsm: use dynamic major number allocationV. ANANDA KRISHNAN2005-07-271-1/+1
| |/ |/|
* | [PATCH] 68328serial: sysrq should use emergency_rebootEric W. Biederman2005-07-261-1/+1
* | [PATCH] Serial: No need to check for priv != NULL in remove_oneRussell King2005-07-221-20/+17
* | [PATCH] Serial: Add support for SIIG Quartet serial cardAndrey Panin2005-07-181-0/+14
* | [PATCH] ARM: 2818/1: BAST - Use platform device for SuperIO 16550sBen Dooks2005-07-183-88/+0
* | [PATCH] Serial: Remove linux/version.hOlaf Hering2005-07-163-4/+0
OpenPOWER on IntegriCloud