summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | pata_sl82c105: implement sff_irq_check() methodSergei Shtylyov2010-10-221-0/+11
| * | | | | pata_sil680: implement sff_irq_check() methodSergei Shtylyov2010-10-221-0/+12
| * | | | | pata_pdc202xx_old: implement sff_irq_check() methodSergei Shtylyov2010-10-221-0/+23
| * | | | | pata_cmd640: implement sff_irq_check() methodSergei Shtylyov2010-10-221-0/+12
| * | | | | ata_piix: Add device ID for ICH4-LBen Hutchings2010-10-221-0/+2
| * | | | | pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov2010-10-221-2/+2
| * | | | | ata: Intel IDE-R supportAlan Cox2010-10-221-1/+53
| * | | | | libata: Signal that our SATL supports WRITE SAME(16) with UNMAPMartin K. Petersen2010-10-221-0/+14
| * | | | | ata_piix: remove SIDPR lockingTejun Heo2010-10-221-8/+0Star
| * | | | | libata: implement cross-port EH exclusionTejun Heo2010-10-223-1/+75
| * | | | | libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-2211-46/+54
| * | | | | ata_piix: implement LPM supportTejun Heo2010-10-221-1/+23
| * | | | | libata: implement LPM support for port multipliersTejun Heo2010-10-223-10/+67
| * | | | | libata: reimplement link power managementTejun Heo2010-10-228-350/+195Star
| * | | | | libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() globalTejun Heo2010-10-222-5/+72
| * | | | | libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo2010-10-228-86/+64Star
| * | | | | [libata] Fix section mismatch: ata_sff_exitLuck, Tony2010-10-221-1/+1
| * | | | | drivers/ata/libata-transport.c: include linux/slab.hJeff Garzik2010-10-221-0/+1
| * | | | | [libata] support for > 512 byte sectors (e.g. 4K Native)Grant Grundler2010-10-221-31/+65
| * | | | | libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo2010-10-224-65/+38Star
| * | | | | [libata] Add ATA transport classGwendal Grignou2010-10-228-40/+883
* | | | | | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-291-3/+1Star
* | | | | | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-291-55/+26Star
* | | | | | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-291-20/+3Star
* | | | | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-291-3/+2Star
* | | | | | pcmcia: simplify IntTypeDominik Brodowski2010-09-291-1/+0Star
* | | | | | pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski2010-09-291-2/+2
|/ / / / /
* / / / / ahci: fix module refcount breakage introduced by libahci splitTejun Heo2010-09-284-14/+24
|/ / / /
* | | | libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gwendal Grignou2010-09-102-11/+29
* | | | libata: skip EH autopsy and recovery during suspendTejun Heo2010-09-102-1/+17
* | | | ahci: AHCI and RAID mode SATA patch for Intel Patsburg DeviceIDsSeth Heasley2010-09-101-0/+3
* | | | ata_piix: IDE Mode SATA patch for Intel Patsburg DeviceIDsSeth Heasley2010-09-101-0/+4
* | | | libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load()Tejun Heo2010-09-102-0/+5
* | | | ahci: fix hang on failed softresetTejun Heo2010-09-091-1/+1
* | | | pata_artop: Fix device ID parity checkJean Delvare2010-09-091-1/+2
* | | | libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord2010-08-261-4/+0Star
* | | | sata_mv: fix broken DSM/TRIM support (v2)Mark Lord2010-08-261-7/+37
* | | | libata: be less of a drama queen on empty data commandsTejun Heo2010-08-261-4/+7
* | | | [libata] sata_dwc_460ex: signdness bugDan Carpenter2010-08-261-1/+1
* | | | ahci: add HFLAG_YES_FBS and apply it to 88SE9128Tejun Heo2010-08-263-2/+26
* | | | libata: remove no longer needed pata_winbond driverBartlomiej Zolnierkiewicz2010-08-264-285/+14Star
* | | | pata_cmd64x: revert commit d62f5576Tejun Heo2010-08-261-6/+0Star
* | | | ata: update for of_device to platform_device replacementStephen Rothwell2010-08-161-2/+2
* | | | Merge branch 'linus' into releaseLen Brown2010-08-1521-219/+3074
|\ \ \ \
| * \ \ \ Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-123-10/+10
| |\ \ \ \
| | * | | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-063-10/+10
| | |/ / /
| * | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-113-0/+424
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branches 'master' and 'devel' into for-linusRussell King2010-08-113-0/+424
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2010-08-063-0/+424
| | | |\ \ | | | | |/ | | | |/|
| | | | * [ARM] pata_pxa: DMA-capable PATA driverMarek Vasut2010-06-183-0/+424