aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250_pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-05PCI: pciserial_resume_one ignored return value of pci_enable_deviceDirk Hohndel1-1/+4
2007-10-168250_pci: Autodetect mainpine cardsAlan Cox1-0/+120
2007-08-31Fix modpost warning in serial driverRalf Baechle1-1/+1
2007-08-22serial: add pci ids for PA Semi PWRficient onchip uartsOlof Johansson1-0/+16
2007-08-22Add blacklisting capability to serial_pci to avoid misdetection of serial portsChristian Schmidt1-0/+17
2007-08-22serial: add support for ITE 887x chipsNiels de Vos1-0/+159
2007-07-31DDB5477: remove driver bits of supportYoichi Yuasa1-20/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-14[PATCH] serial: replace kmalloc+memset with kzallocBurman Yan1-4/+1
2007-02-11[PATCH] serial: support for new boardMatthias Fuchs1-0/+11
2007-02-11[PATCH] Perle multimodem card (PCI-RAS) detectionThomas Hoehn1-0/+16
2006-12-13[PATCH] Add support for Korenix 16C950-based PCI cardsRussell King1-0/+24
2006-10-01[SERIAL] CONFIG_PM=n slim: drivers/serial/8250_pci.cAlexey Dobriyan1-0/+4
2006-08-30[SERIAL] 8250: constify some serial structsHelge Deller1-9/+8
2006-08-27[SERIAL] Support for Intashield 2 port PCI serial cardPeter Horton1-0/+14
2006-07-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-10/+10
2006-07-03[SERIAL] Ensure 8250_pci quirks are not marked __devinitRussell King1-10/+10
2006-06-27[PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where neededGreg Kroah-Hartman1-2/+2
2006-02-08[SERIAL] 8250_pci: add new PCI serial card supportYoichi Yuasa1-0/+4
2006-02-02[SERIAL] SIIG 8-port serial boards supportAndrey Panin1-1/+24
2006-01-18[SERIAL] Add 8250 support for Decision Computer International Co. PCCOM2Alon Bar-Lev1-0/+10
2006-01-05[SERIAL] 8520_pci: build fixAndrew Morton1-2/+2
2006-01-04[SERIAL] Add support for more Connect Tech PCI serial boardsGareth Howlett1-6/+114
2005-12-07[SERIAL] 8250_pci: Remove redundant assignment, and mark fallthrough.Dave Jones1-1/+1
2005-11-28[SERIAL] mark several serial tables constArjan van de Ven1-1/+1
2005-10-24[SERIAL] new hp diva console portJustin Chen1-0/+1
2005-10-24[SERIAL] support the Exsys EX-4055 4S four-port cardBjorn Helgaas1-1/+24
2005-07-28Merge with Linus' 2.6 treeRussell King1-0/+20
2005-07-27[PATCH] serial: MRi MRI-PCIDS1 dual port serial cardDavid Ranson1-0/+20
2005-07-27[SERIAL] Convert parport_serial to use new 8250_pci interfacesRussell King1-20/+1
2005-07-27[SERIAL] Expose 8250_pci setup/removal/suspend/resume functionsRussell King1-112/+121
2005-07-27[SERIAL] Pass around serial_private instead of pci_devRussell King1-18/+22
2005-07-27[SERIAL] Collapse the SIIG quirk entriesRussell King1-139/+18
2005-07-27[SERIAL] Factor out the common setup from the per-serial port loop.Russell King1-12/+16
2005-07-27[SERIAL] Rename pci_board to pciserial_board.Russell King1-15/+18
2005-07-22[PATCH] Serial: No need to check for priv != NULL in remove_oneRussell King1-20/+17
2005-07-18[PATCH] Serial: Add support for SIIG Quartet serial cardAndrey Panin1-0/+14
2005-05-06[PATCH] 8250_pci.c: add comment about enum sorting orderRussell King1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2303