aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-25Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2007-10-25[libata] sata_nv: SWNCQ should not apply to MCP61Kuan Luo1-3/+3
2007-10-25libata-core: Be a bit more relaxed about early DMA zero devicesAlan Cox1-3/+7
2007-10-25ahci: ahci: implement workaround for ASUS P5W-DH Deluxe ahci_broken_hardreset(), take #2Tejun Heo1-0/+144
2007-10-25Fix pata_icside build for recent libata API changesAl Viro1-20/+22
2007-10-25libata: cosmetic clean up in ata_eh_reset()Tejun Heo1-6/+6
2007-10-25libata-core.c: make 2 functions staticAdrian Bunk1-2/+2
2007-10-25[libata] Create internal helper ata_dev_set_feature()Jeff Garzik1-15/+11
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-2/+2
2007-10-23libata: add HTS542525K9SA00 to NCQ blacklistTejun Heo1-0/+1
2007-10-23libata-core: auditting chk_status v check_statusAlan Cox1-1/+1
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik11-250/+248
2007-10-22[SG] Update drivers to use sg helpersJens Axboe2-6/+6
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds13-14/+14
2007-10-19[libata] sata_sis: use correct S/G table sizeJeff Garzik1-1/+1
2007-10-19pata_cs5536: MWDMA fixBartlomiej Zolnierkiewicz1-2/+2
2007-10-19sata_sis: fix SCR read breakageTejun Heo1-5/+8
2007-10-19libata: fix kernel-doc param nameRandy Dunlap1-1/+1
2007-10-20pata_cmd64x.c typo fixAdrian Bunk1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day12-13/+13
2007-10-18Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds9-74/+1560
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-18[libata] kill ata_sg_is_last()Jeff Garzik3-26/+20
2007-10-17Update libata driver for bf548 atapi controller against the 2.6.24 tree.Sonic Zhang2-47/+37
2007-10-17libata-sff: Correct use of check_status()Alan Cox1-1/+1
2007-10-17drivers/ata: add support to Freescale 3.0Gbps SATA ControllerLi Yang3-0/+1500
2007-10-17pata_acpi: fix build breakage if !CONFIG_PMTejun Heo1-0/+2
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-16/+21
2007-10-16remove blk_queue_max_phys_segments in libataFUJITA Tomonori1-2/+0
2007-10-16libata sg chaining support fixFUJITA Tomonori1-1/+6
2007-10-16libata: convert to using sg helpersJens Axboe1-14/+16
2007-10-15docbook: fix libata contentRandy Dunlap1-1/+1
2007-10-15[libata] pata_cs5536: new API build fixJeff Garzik1-2/+0
2007-10-15[libata] pata_pcmcia: Add additional id string (corsair, 1GB)Kristoffer Ericson1-0/+2
2007-10-15libata: prevent devices with blank model names from being DMA blacklistedAndrew Paprocki1-1/+7
2007-10-15ata_piix: SATA 2port controller port map fixJason Gaston1-5/+30
2007-10-15pata_cs5536: ATA driver for Geode companion chipMartin K. Petersen3-0/+356
2007-10-15libata: add ST9160821AS / 3.CCD to NCQ blacklistTejun Heo1-0/+1
2007-10-15libata: fix revalidation issuing after configuration commandsTejun Heo1-2/+3
2007-10-15[libata] sata_nv: add SW NCQ support for MCP51/MCP55/MCP61Kuan Luo1-9/+842
2007-10-15[libata] pata_sil680: Add MMIO supportBenjamin Herrenschmidt1-4/+57
2007-10-14more trivial signedness fixes in driversAl Viro2-2/+2
2007-10-14mpc52xx-ata: fix compile warning (unused variable)Grant Likely1-1/+0
2007-10-12[libata] struct pci_dev related cleanupsJeff Garzik3-20/+3
2007-10-12libata: use ata_exec_internal() for PMP register accessTejun Heo5-189/+118
2007-10-12libata: implement ATA_PFLAG_RESETTINGTejun Heo1-0/+11
2007-10-12libata: add @timeout to ata_exec_internal[_sg]()Tejun Heo4-17/+26
2007-10-12ahci: fix notification handlingTejun Heo1-9/+21
2007-10-12ahci: clean up PORT_IRQ_BAD_PMP enablingTejun Heo1-5/+10
2007-10-12ahci: kill leftover from enabling NCQ over PMPTejun Heo1-8/+0