aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* pata_netcell: Fix typoAlan Cox2009-06-081-1/+1
* [libata] pata_ali: Use IGN_SIMPLEXAlan Cox2009-06-051-6/+11
* ata_piix: Add HP Compaq nc6000 to the broken poweroff listVille Syrjala2009-06-051-0/+9
* ahci: add warning messages for hp laptops with broken suspendTejun Heo2009-06-051-0/+72
* pata_efar: fix PIO2 underclockingSergei Shtylyov2009-06-051-9/+8
* pata_legacy: wait for async probingJames Bottomley2009-06-051-0/+2
* pata_netcell: LBA48 force identify bits correctAlan Cox2009-06-021-1/+12
* libata: Media rotation rate and form factor heuristicsMartin K. Petersen2009-05-151-5/+6
* libata: Report disk alignment and physical block sizeMartin K. Petersen2009-05-151-1/+22
* sata_fsl: Fix the command description of FSL SATA controllerDave Liu2009-05-151-3/+5
* sata_fsl: Fix compile warningsKumar Gala2009-05-151-3/+4
* [libata] sata_sx4: fixup interrupt handlingDavid Milburn2009-05-151-13/+9
* [libata] sata_sx4: convert to new exception handling methodsJeff Garzik2009-05-151-45/+121
* ata_piix: The Sony TZ90 needs the cable type hardcodingAlan Cox2009-05-111-0/+1
* ata_piix: ICH7 does not support correct MWDMA timingsAlan Cox2009-05-111-3/+14
* Avoid world-writable sysfs files in libata driver.Vitaly Mayatskikh2009-05-111-2/+2
* libata: fix suspend/resume for ATA SEMB devicesBorislav Petkov2009-05-111-1/+3
* libata: clear ering on resumeTejun Heo2009-05-111-0/+13
* pata_pdc202xx_old: fix UDMA33 handlingBartlomiej Zolnierkiewicz2009-05-111-3/+3
* sata_mv: use new sata phy register settings for new devicesMartin Michlmayr2009-05-111-2/+67
* libata: fix attach error handlingTejun Heo2009-05-111-4/+17
* [libata] fix build error on drivers/ata/pata_legacy.cZhenwen Xu2009-04-171-6/+7
* pata_via: Cache and rewrite the device bitAlan Cox2009-04-171-7/+67
* sata_mv: workaround for multi_count errata sata24Mark Lord2009-04-171-2/+42
* sata_mv: tidy up qc->tf usage in qc_prep() functionsMark Lord2009-04-171-10/+8
* ata: Report 16/32bit PIO as best we canAlan Cox2009-04-164-18/+76
* libata: use ATA_ID_CFA_*Sergei Shtylyov2009-04-161-3/+4
* pata_legacy: fix no device fail pathTejun Heo2009-04-161-0/+1
* pata_hpt37x: fix HPT370 DMA timeoutsSergei Shtylyov2009-04-161-20/+2
* libata: handle SEMB signature betterTejun Heo2009-04-161-2/+16
* ata: fix obviously wrong commentVegard Nossum2009-04-131-3/+1
* ahci: force CAP_NCQ for earlier NV MCPsTejun Heo2009-04-131-24/+33
* [libata] sata_via: kill uninit'd var warningJeff Garzik2009-04-131-1/+1
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-04-074-215/+302
|\
| * sata_mv: shorten register namesMark Lord2009-04-061-211/+211
| * sata_mv: workaround errata SATA#13Mark Lord2009-04-061-1/+19
| * sata_mv: cosmetic renamesMark Lord2009-04-061-17/+18
| * sata_mv: workaround errata SATA#26Mark Lord2009-04-061-1/+19
| * sata_mv: workaround errata PCI#7Mark Lord2009-04-061-4/+23
| * sata_mv: replace 0x1f with ATA_PIO4 (v2)Mark Lord2009-04-061-8/+8
| * sata_mv: fix irq mask racesMark Lord2009-04-061-0/+9
| * sata_mv: revert SoC irq breakageMark Lord2009-04-061-4/+6
| * libata: ahci enclosure management bios workaroundDavid Milburn2009-04-061-2/+15
| * ata_piix: VGN-BX297XP wants the controller power up on suspendTejun Heo2009-04-061-0/+7
| * libata: Remove some redundant casts from pata_octeon_cf.cDavid Daney2009-04-061-3/+3
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-079-21/+21
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-074-8/+8
|/
* trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
* Merge branch 'origin' into develRussell King2009-03-2876-542/+1316
|\
| * [libata] Improve timeout handlingAlan Cox2009-03-249-5/+83