summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-4/+36
|\
| * Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann2012-05-161-4/+36
| |\
| | * ARM: Orion: SATA: Add per channel clk/clkdev support.Andrew Lunn2012-05-081-4/+36
* | | PATA host controller driver for ep93xxRafal Prylowski2012-05-223-0/+1054
* | | [libata] Add " 2GB ATA Flash Disk"/"ADMA428M" to DMA blacklistPrarit Bhargava2012-05-221-0/+1
* | | ata_generic: Skip is_intel_ider() check when ata_generic=1 is setAndi Kleen2012-05-221-1/+1
* | | libata-eh don't waste time retrying media errors (v3)Mark Lord2012-05-071-3/+21
* | | ata_piix: defer disks to the Hyper-V drivers by defaultAndy Whitcroft2012-05-071-0/+36
* | | libata: add a host flag to ignore detected ATA devicesAndy Whitcroft2012-05-071-0/+6
|/ /
* | Merge tag 'tag/upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-035-5/+7
|\ \
| * | ata: ahci_platform: Add synopsys ahci controller in DT's compatible listViresh Kumar2012-05-031-0/+1
| * | ata/pata_arasan_cf: Move arasan_cf_pm_ops out of #ifdef, #endif macrosViresh Kumar2012-05-031-3/+1
| * | libata: init ata_print_id to 0Tero Roponen2012-05-031-1/+1
| * | ahci: Detect Marvell 88SE9172 SATA controllerMatt Johnson2012-05-031-0/+2
| * | libata: skip old error history when counting probe trialsLin Ming2012-05-031-1/+2
| |/
* | [SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams2012-04-231-15/+20
* | [SCSI] libata: Pass correct DMA device to scsi hostLin Ming2012-04-221-1/+2
|/
* libata: forbid port runtime pm by default, fixing regressionLin Ming2012-04-181-0/+1
* libata: make ata_print_id atomicDan Williams2012-04-123-5/+5
* sata_mv: silence an uninitialized variable warningDan Carpenter2012-04-121-1/+2
* ata_piix: IDE-mode SATA patch for Intel DH89xxCC DeviceIDsSeth Heasley2012-04-121-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2012-03-2210-76/+281
|\
| * pata_cmd64x: implement sff_irq_check() methodSergei Shtylyov2012-03-131-1/+42
| * pata_cmd64x: implement sff_irq_clear() methodSergei Shtylyov2012-03-131-16/+15
| * pata_cmd64x: use interrupt status from MRDMODE registerSergei Shtylyov2012-03-131-17/+56
| * pata_cmd64x: turn string of *if* statements into *switch*Sergei Shtylyov2012-03-131-11/+17
| * drivers/ata/pata_mpc52xx.c: clean up error handling codeJulia Lawall2012-03-131-29/+15
| * ahci_platform: add STRICT_AHCI platform typeBrian Norris2012-03-131-0/+11
| * ahci: move AHCI_HFLAGS() macro to ahci.hBrian Norris2012-03-132-2/+3
| * ahci: add AHCI_HFLAG_DELAY_ENGINE host flagBrian Norris2012-03-132-0/+8
| * sata_fsl: add support for interrupt coalsecing featureQiang Liu2012-03-131-4/+107
| * ata/pata_arasan_cf: Add Hibernation supportViresh Kumar2012-03-131-8/+4
| * pata_legacy: correctly mask recovery field for HT6560BSergei Shtylyov2012-03-131-2/+1
| * ata_piix: IDE-mode SATA patch for Intel Lynx Point DeviceIDsSeth Heasley2012-03-131-0/+8
| * ahci: AHCI-mode SATA patch for Intel Lynx Point DeviceIDsSeth Heasley2012-03-131-0/+8
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-224-17/+33
|\ \
| * | [SCSI] libsas: async ata scanningDan Williams2012-02-293-16/+32
| * | [SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams2012-02-192-1/+1
* | | ata: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
| |/ |/|
* | pata/at91: use newly introduced SMC accessorsJean-Christophe PLAGNIOL-VILLARD2012-02-131-27/+21
|/
* [libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks listBenjamin Larsson2012-01-171-0/+7
* [libata] add DVRTD08A and DVR-215 to NOSETXFER device quirk listVladimir LAVALLADE2012-01-171-0/+2
* [libata] pata_bf54x: Support sg list in bmdma transfer.Sonic Zhang2012-01-171-79/+88
* [libata] sata_fsl: fix the controller operating modeJerry Huang2012-01-171-0/+11
* [libata] enable ata port async suspendLin Ming2012-01-171-0/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-4/+4
* Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2012-01-1023-319/+288
|\
| * ahci: support the STA2X11 I/O HubAlessandro Rubini2012-01-081-5/+21
| * pata_bf54x: fix BMIDE status register emulationSergei Shtylyov2012-01-081-18/+2
| * ata: add ata port hibernate callbacksLin Ming2012-01-081-4/+36