summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hvc_console: fix test on unsigned in hvc_console_print()Roel Kluin2010-03-021-1/+1
* serial: isicom.c: use pr_fmt and pr_<level>Joe Perches2010-03-021-23/+26
* tty: char: mxser, remove unnecessary tty testJiri Slaby2010-03-021-2/+1
* serial: cyclades: allow overriding ISA defaults also when the driver is built-inBartlomiej Zolnierkiewicz2010-03-021-8/+1
* serial: Char: cyclades, fix compiler warningJiri Slaby2010-03-021-6/+0
* serial: fix test of unsignedRoel Kluin2010-03-022-5/+8
* serial: add support for Korenix JetCardKiros Yeh2010-03-021-0/+9
* serial: imx: fix NULL dereference Oops when pdata == NULLBaruch Siach2010-03-021-3/+3
* serial: 8250_pci: add support for MCS9865 / SYBA 6x Serial Port CardIra W. Snyder2010-03-022-1/+27
* serial: synclink_gt: dropped transmit data bugfixPaul Fulghum2010-03-021-81/+105
* serial: atmel_serial: add poll_get_char and poll_put_char uart_opsAlbin Tonnerre2010-03-021-0/+22
* serial: 68328serial.c: remove BAUD_TABLE_SIZE macroThiago Farina2010-03-021-5/+3
* serial: copy UART properties of UPF_FIXED_TYPE ports provisioned using early_...Shmulik Ladkani2010-03-021-6/+15
* serial: fit blackfin uart over sport driver into common uart infrastructuresonic zhang2010-03-023-280/+511
* Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-03-012-20/+37
|\
| * TI Davinci EMAC : Abstract Buffer address translation logic.Sriramakrishnan2010-02-041-17/+24
| * TI Davinci EMAC : add platform specific interrupt enable/disable logic.Sriramakrishnan2010-02-041-0/+11
| * TI Davinci EMAC : Re-use driver for other platforms.Sriramakrishnan2010-02-042-3/+2
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-03-0146-414/+658
|\ \
| * | sata_via: Delay on vt6420 when starting ATAPI DMA writeBart Hartgers2010-03-011-1/+16
| * | pata_efar: Enable parallel scanningAlan Cox2010-03-011-1/+2
| * | pata_atiixp: enable parallel scanAlan Cox2010-03-011-1/+2
| * | [libata] pata_atiixp: add locking for parallel scanningBartlomiej Zolnierkiewicz2010-03-011-1/+10
| * | [libata] pata_efar: add locking for parallel scanningBartlomiej Zolnierkiewicz2010-03-011-0/+15
| * | libata: Pass host flags into the pci helperAlan Cox2010-03-0139-40/+42
| * | [libata] pata_marvell: CONFIG_AHCI is really CONFIG_SATA_AHCIChristoph Egger2010-03-011-1/+1
| * | libata: Allow pata_legacy to be built on non-ISA but PCI systemsAlan Cox2010-03-011-2/+2
| * | pata_pdc202xx_old: fix UDMA mode for PDC2026x chipsetsBartlomiej Zolnierkiewicz2010-03-011-2/+4
| * | pata_pdc202xx_old: fix UDMA mode for Promise UDMA33 cardsBartlomiej Zolnierkiewicz2010-03-011-1/+12
| * | [libata] pata_at91: fix backslash-continued stringJeff Garzik2010-03-011-2/+2
| * | pata_via: store UDMA masks in via_isa_bridges tableBartlomiej Zolnierkiewicz2010-03-011-110/+94
| * | pata_via: fix address setup timings underlockingBartlomiej Zolnierkiewicz2010-03-011-2/+2
| * | pata_serverworks: fix error messageBartlomiej Zolnierkiewicz2010-03-011-1/+1
| * | pata_serverworks: fix PIO setup for the second channelBartlomiej Zolnierkiewicz2010-03-011-1/+2
| * | pata_efar: fix secondary port supportBartlomiej Zolnierkiewicz2010-03-011-2/+2
| * | pata_cypress: fix PIO timings underclockingBartlomiej Zolnierkiewicz2010-03-011-4/+6
| * | pata_cs5535: use correct values for PIO1 and PIO2 data timingsBartlomiej Zolnierkiewicz2010-03-011-1/+1
| * | pata_cmd64x: remove unused definitionsBartlomiej Zolnierkiewicz2010-03-011-11/+1
| * | pata_cmd64x: cmd648_bmdma_stop() fixBartlomiej Zolnierkiewicz2010-03-011-1/+1
| * | pata_cmd64x: fix handling of address setup timingsBartlomiej Zolnierkiewicz2010-03-011-0/+6
| * | pata_cmd64x: fix PIO setupBartlomiej Zolnierkiewicz2010-03-011-1/+4
| * | pata_ali: documentation fixesBartlomiej Zolnierkiewicz2010-03-011-5/+3
| * | libata: fix CFA handling in ide_timing_compute()Bartlomiej Zolnierkiewicz2010-03-011-6/+11
| * | sata_via: Correctly setup PIO/DMA for pata slave on vt6421.Bart Hartgers2010-03-011-3/+5
| * | libata: make functions/variables staticRobert Hancock2010-03-012-5/+5
| * | libata: implement spurious irq handling for SFF and apply it to piixTejun Heo2010-03-012-8/+47
| * | libata: cleanup ata_sff_interrupt()Tejun Heo2010-03-011-10/+7
| * | ata_piix: IDE Mode SATA patch for Intel Cougar Point DeviceIDsSeth Heasley2010-03-011-0/+8
| * | ahci: AHCI and RAID mode SATA patch for Intel Cougar Point DeviceIDsSeth Heasley2010-03-011-0/+6
| * | ahci: Implement SATA AHCI FIS-based switching supportShane Huang2010-03-011-18/+203