summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-02-13Merge branch 'upstream'Jeff Garzik26-358/+381
2006-02-13Merge branch 'master'Jeff Garzik9-244/+266
2006-02-13[PATCH] orinoco: support smc2532wJesse Allen1-0/+1
2006-02-12[PATCH] libata: kill sht->max_sectorsTejun Heo15-15/+0
2006-02-12[PATCH] libata: add per-device max_sectorsTejun Heo3-15/+11
2006-02-12[PATCH] libata: move cdb_len for host to deviceTejun Heo4-12/+18
2006-02-12[PATCH] libata: make ata_dev_knobble() per-deviceTejun Heo1-4/+5
2006-02-12[PATCH] libata: don't do EDD handling if ->probe_reset is usedTejun Heo1-1/+2
2006-02-12[PATCH] libata: make ata_dump_id() take @id instead of @devTejun Heo1-18/+18
2006-02-12[PATCH] libata: separate out ata_id_major_version()Tejun Heo1-5/+1
2006-02-12[PATCH] libata: separate out ata_id_n_sectors()Tejun Heo1-8/+18
2006-02-12[PATCH] libata: use ata_dev_id_c_string()Tejun Heo3-35/+13
2006-02-12[PATCH] libata: implement ata_dev_id_c_string()Tejun Heo1-0/+29
2006-02-12[PATCH] ata_piix: kill spurious assignment in piix_sata_probe()Tejun Heo1-3/+0
2006-02-12[PATCH] libata: allow ->probe_reset to return ATA_DEV_UNKNOWNTejun Heo1-1/+4
2006-02-12[WATCHDOG] pcwd.c - update module version infoWim Van Sebroeck1-2/+7
2006-02-12[WATCHDOG] pcwd.c show card info patchWim Van Sebroeck1-78/+79
2006-02-12[WATCHDOG] pcwd.c move get_support to pcwd_check_temperature_supportWim Van Sebroeck1-7/+7
2006-02-12[WATCHDOG] pcwd.c Control Status #2 patchWim Van Sebroeck1-11/+13
2006-02-12[WATCHDOG] pcwd.c private data struct patchWim Van Sebroeck1-102/+104
2006-02-12[WATCHDOG] pcwd.c card_found-- fix.Wim Van Sebroeck1-0/+1
2006-02-12[WATCHDOG] pcwd.c add comments + tabsWim Van Sebroeck1-34/+37
2006-02-12[WATCHDOG] sa1100_wdt.c sparse clean (2)Ian Campbell1-5/+7
2006-02-12[PATCH] fbdev: video_setup() warning fixAndrew Morton1-0/+2
2006-02-12[PATCH] nvidiafb: Add support for Geforce4 MX 4000Antonino A. Daplas1-0/+2
2006-02-12[PATCH] drivers/video/Kconfig: remove unused BUS_I2C optionAdrian Bunk1-5/+0
2006-02-12[PATCH] tipar fixesAndrew Morton1-3/+12
2006-02-12[PATCH] s390: fix sclp memory corruption in tty pages listPeter Oberparleiter1-8/+5
2006-02-12[PATCH] s390: fix locking in __chp_add() and s390_subchannel_remove_chpid()Cornelia Huck1-5/+5
2006-02-12[libata irq-pio] s/assert/WARN_ON/Jeff Garzik1-7/+7
2006-02-12Merge branch 'upstream'Jeff Garzik12-175/+185
2006-02-12[PATCH] libata: convert assert(xxx)'s in low-level drivers to WARN_ON(!xxx)'sTejun Heo4-29/+29
2006-02-12[PATCH] libata: convert assert(X)'s in libata core layer to WARN_ON(!X)'sTejun Heo2-30/+30
2006-02-12[PATCH] ahci: convert to new reset mechanismTejun Heo1-17/+29
2006-02-12[PATCH] ahci: make ahci_fill_cmd_slot() take *pp instead of *apTejun Heo1-3/+2
2006-02-12[PATCH] libata: inline ata_qc_complete()Tejun Heo2-22/+2
2006-02-12Merge branch 'master'Jeff Garzik3-23/+23
2006-02-11Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-14/+0
2006-02-11[SERIAL] Remove incorrect code from ioc4 serial driverRussell King1-14/+0
2006-02-10[PATCH] tty buffering stall fixPaul Fulghum1-8/+22
2006-02-10[PATCH] wrong firmware location in IPW2100 Kconfig entryJesper Juhl1-1/+1
2006-02-10[PATCH] sata_sil24: add hardresetTejun Heo1-1/+10
2006-02-10[PATCH] sata_sil24: convert to new reset mechanismTejun Heo1-28/+28
2006-02-10[PATCH] sata_sil: convert to new reset mechanismTejun Heo1-5/+4
2006-02-10[PATCH] libata: kill SError clearing in sata_std_hardreset().Tejun Heo1-6/+0
2006-02-10[PATCH] libata: make new reset act identical to ->phy_reset register-wiseTejun Heo1-17/+34
2006-02-10Merge branch 'upstream'Jeff Garzik18-83/+111
2006-02-10[PATCH] ahci: separate out ahci_fill_cmd_slot()Tejun Heo1-21/+23
2006-02-10[PATCH] libata: kill NULL qc handling from ->eng_timeout callbacksTejun Heo7-48/+9
2006-02-10[PATCH] libata: use ata_scsi_timed_out()Tejun Heo15-0/+15