summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
* | sata_dwc_460ex: add debugging optionsSergei Shtylyov2011-03-021-0/+12
* | sata_dwc_460ex: fix misuse of ata_get_cmd_descript()Sergei Shtylyov2011-03-021-10/+46
* | sata_dwc_460ex: fix return value of dma_dwc_xfer_setup()Sergei Shtylyov2011-03-021-2/+2
* | sata_dwc_460ex: fix compilation errors/warningsSergei Shtylyov2011-03-021-6/+8
* | sata_dwc_460ex: use ATA_PIO4Sergei Shtylyov2011-03-021-1/+1
* | [libata] trivial: trim trailing whitespace for drivers/ata/*.[ch]Jeff Garzik2011-03-029-14/+14
* | libata: separate error handler into usable componentsJames Bottomley2011-03-021-9/+44
* | libata: fix eh lockingJames Bottomley2011-03-021-2/+7
* | libata: fix locking for sas pathsJames Bottomley2011-03-021-1/+1
* | libata: plumb sas port scan into standard libata pathsJames Bottomley2011-03-023-25/+24
* | libata: fix hotplug for drivers which don't implement LPMTejun Heo2011-03-021-1/+1
|/
* libata: set queue DMA alignment to sector size for ATAPI tooTejun Heo2011-01-281-6/+18
* libata: DVR-212D can't do SETXFER DVD-RW DVR-212DFrancesco Antonacci2011-01-281-0/+1
* ahci: add HFLAG_YES_FBS and apply it to 88SE9128Anssi Hannula2011-01-281-0/+2
* pata_hpt37x: inherit prereset() method for HPT374Sergei Shtylyov2011-01-281-3/+2
* ahci: AHCI mode SATA patch for Intel DH89xxCC DeviceIDsSeth Heasley2011-01-281-0/+1
* pata_hpt37x: fold 'if' statement into 'switch'Sergei Shtylyov2011-01-281-46/+43
* pata_hpt{37x|3x2n}: use pr_*(DRV_NAME ...) instead of printk(KERN_* ...)Sergei Shtylyov2011-01-282-18/+16
* pata_hpt{366|37x}: use pr_warning(...) instead of printk(KERN_WARNING ...)Sergei Shtylyov2011-01-282-6/+6
* pata_mpc52xx: inherit from ata_bmdma_port_opsTejun Heo2011-01-281-1/+1
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-3/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-224-18/+19
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-3/+3
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-109-212/+856
|\ \ \
| * | | pata_platform: Remove CONFIG_HAVE_PATA_PLATFORM's dependencies.Nick Bowler2011-01-071-8/+8
| * | | pata_hpt37x: actually limit HPT370 to UltraDMA/66Sergei Shtylyov2011-01-071-5/+5
| * | | pata_hpt3x2n: coding style cleanupSergei Shtylyov2011-01-071-39/+47
| * | | pata_hpt37x: coding style cleanupSergei Shtylyov2011-01-071-81/+101
| * | | pata_hpt366: coding style cleanupSergei Shtylyov2011-01-071-22/+29
| * | | pata_hpt3x2n: calculate average f_CNTSergei Shtylyov2011-01-071-3/+14
| * | | pata_hpt3x2n: clarify about HPT371N supportSergei Shtylyov2011-01-072-6/+4
| * | | pata_hpt{37x|3x2n}: SATA mode filteringSergei Shtylyov2011-01-072-22/+93
| * | | [libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik2011-01-051-35/+25
| * | | [libata] new driver acard_ahci, for ATP8620 host controllerDavid Milburn2011-01-055-6/+545
* | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-072-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-152-2/+2
| | |/ | |/|
* | | pata_cs5536: avoid implicit MSR API inclusion on x86-64Jeff Garzik2010-12-261-0/+2
* | | libata: issue DIPM enable commands with LPM state updatedTejun Heo2010-12-241-3/+14
* | | libata: no special completion processing for EH commandsTejun Heo2010-12-241-9/+15
* | | pata_mpc52xx: driver needs BMDMAWolfram Sang2010-12-242-11/+11
* | | pata_cs5536: Add support for non-X86_32 platformsWu Zhangjin2010-12-242-7/+13
* | | libata-sff: fix HSM_ST_ERR handling in __ata_sff_port_intr()Tejun Heo2010-12-241-4/+3
|/ /
* | sata_via: apply magic FIFO fix to vt6420 tooTejun Heo2010-11-191-4/+5
* | [libata] remove SCSI host lock and serial number usage from ata_scsi_queuecmdJeff Garzik2010-11-171-12/+9
* | SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* | drivers/ata/pata_octeon_cf.c: delete double assignmentJulia Lawall2010-11-121-2/+0
* | pata_legacy: fix CONFIG_PATA_WINBOND_VLB_MODULE testTejun Heo2010-11-121-1/+1
* | libata: fix NULL sdev dereference race in atapi_qc_complete()Tejun Heo2010-11-121-1/+4
|/
* ATA: pata_octeon_cf: Use I/O clock rate for timing calculations.David Daney2010-10-291-1/+1
OpenPOWER on IntegriCloud