summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-23libata: convert to chained sgTejun Heo15-163/+185
2008-01-23libata: change ATA_QCFLAG_DMAMAP semanticsTejun Heo1-8/+7
2008-01-23libata: kill non-sg DMA interfaceTejun Heo1-133/+15
2008-01-23libata: update ->data_xfer hook for ATAPITejun Heo7-97/+127
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo12-49/+46
2008-01-23libata: zero xfer length on ATAPI data xfer IRQ is HSM violationAlbert Lee1-2/+5
2008-01-23libata: make atapi_request_sense() use sgTejun Heo1-1/+3
2008-01-23libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()Tejun Heo1-1/+1
2008-01-23pata_hpt37x: checkpatch fixesAndrew Morton1-3/+4
2008-01-23drivers/ata/libata-eh.c: fix printk warningAndrew Morton1-1/+2
2008-01-23pata_amd: update mode selection for NV PATAsTejun Heo1-36/+93
2008-01-23libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()Tejun Heo3-27/+20
2008-01-23libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...Tejun Heo3-53/+74
2008-01-23libata: fix ata_acpi_gtm_xfermask()Tejun Heo1-21/+21
2008-01-23libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()Tejun Heo2-55/+89
2008-01-23ata_piix: separate controller IDs into separate enumTejun Heo1-16/+18
2008-01-23sata_promise: make pdc_atapi_pkt() use values from qc->tfTejun Heo1-21/+13
2008-01-23libata: add ATA_CBL_PATA_IGNTejun Heo1-0/+13
2008-01-23libata: xfer_mask is unsigned long not unsigned intTejun Heo1-14/+15
2008-01-23libata: kill ata_id_to_dma_mode()Tejun Heo2-44/+16
2008-01-23libata: clean up xfermode / PATA timing related stuffTejun Heo1-42/+40
2008-01-23libata: export xfermode / PATA timing related functionsTejun Heo1-14/+19
2008-01-23ata_generic: unindent loop in generic_set_mode()Tejun Heo1-15/+16
2008-01-23[libata] Build fix WRT ata_is_xxx() new API introductionJeff Garzik1-1/+1
2008-01-23libata: implement fast speed down for unverified data transfer modeTejun Heo1-14/+83
2008-01-23libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo2-2/+50
2008-01-23libata: adjust speed down rulesTejun Heo1-6/+6
2008-01-23libata: clean up EH speed down implementationTejun Heo1-44/+73
2008-01-23libata: move ata_set_mode() to libata-eh.cTejun Heo3-26/+26
2008-01-23libata: factor out ata_eh_schedule_probe()Tejun Heo1-17/+21
2008-01-23libata: implement protocol testsTejun Heo6-58/+18
2008-01-23libata: checkpatch fixesJeff Garzik3-8/+10
2008-01-23ahci: update PCS programmingTejun Heo1-2/+5
2008-01-23pata_ninja32: Cardbus ATA initial supportAlan Cox3-0/+222
2008-01-23libata-sff: tf_loadAlan Cox1-2/+4
2008-01-23libata: IORDY handlingAlan Cox1-1/+8
2008-01-23libata-acpi: add ACPI _PSx methodShaohua Li3-0/+36
2008-01-23libata: Disable ATA8-ACS proposed Trusted Computing features by defaultAlan Cox3-1/+30
2008-01-23ata_piix: Add Toshiba Satellite R20 and Tecra M6 to broken suspend list.Peter Schwenke1-0/+14
2008-01-22Fix file references in documentation and KconfigJohann Felix Soden4-6/+3
2008-01-22Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds1-9/+23
2008-01-22W1: w1_therm.c is flagging 0C etc as invalidDavid Fries1-1/+1
2008-01-22W1: w1_therm.c ds18b20 decode freezing temperatures correctlyDavid Fries1-1/+1
2008-01-22hwmon: (it87) request only Environment Controller portsBjorn Helgaas1-9/+23
2008-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-19/+14
2008-01-21Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2008-01-21s3c2410_fb: fix line length calculationStefan Schmidt1-1/+1
2008-01-21keyspan: fix oopsAlan Cox1-1/+1
2008-01-22tc35815: Use irq number for tc35815-mac platform device idAtsushi Nemoto1-1/+1
2008-01-20[NET]: rtnl_link: fix use-after-freePatrick McHardy1-13/+1