summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
| * sata_highbank: utilize common ata_platform_remove_one()Brian Norris2012-12-031-11/+1Star
| * pata_palmld: utilize common ata_platform_remove_one()Brian Norris2012-12-031-3/+1Star
| * pata_platform: remove unused remove functionBrian Norris2012-12-031-17/+0Star
| * pata_platform: utilize common ata_platform_remove_one()Brian Norris2012-12-031-6/+1Star
| * pata_of_platform: utilize common ata_platform_remove_one()Brian Norris2012-12-031-6/+1Star
| * pata_mpc52xx: utilize common ata_platform_remove_one()Brian Norris2012-12-031-14/+3Star
| * pata_ixp4xx_cf: utilize common ata_platform_remove_one()Brian Norris2012-12-031-10/+1Star
| * ahci_platform: utilize common ata_platform_remove_one()Brian Norris2012-12-031-11/+1Star
| * libata: implement ata_platform_remove_one()Brian Norris2012-12-031-0/+23
| * ahci_platform: perform platform exit in host_stop() hookBrian Norris2012-12-031-7/+23
| * ahci_platform: convert to module_platform_driverBrian Norris2012-12-031-12/+1Star
| * ahci_platform: enable hotplug unbindingBrian Norris2012-12-031-2/+3
| * libata: set dma_mode to 0xff in resetAaron Lu2012-12-032-0/+2
| * ata_piix: re-order code and remove prototypesBartlomiej Zolnierkiewicz2012-12-031-221/+198Star
| * libata: check SATA_SETTINGS log with HW Feature CtrlShane Huang2012-12-031-2/+1Star
| * libata: restore acpi disable functionalityAaron Lu2012-12-031-0/+4
| * ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-11-281-3/+3
| * pata_arasan_cf: declare/use more local variables in arasan_cf_dma_start()Sergei Shtylyov2012-11-281-2/+5
| * sata_highbank: use ATA_BUSYSergei Shtylyov2012-11-281-1/+1
| * sata_sx4: pdc20621_{ata|host}_sg() do not need 'tf' parameterSergei Shtylyov2012-11-281-8/+6Star
| * sata_sil24: remove unused variable from sata_sil24.cWei Yongjun2012-11-281-4/+0Star
| * sata_inic162x: remove unused variable in inic_scr_read()Wei Yongjun2012-11-281-2/+0Star
| * pata_rdc: remove unused variable in rdc_init_one()Wei Yongjun2012-11-281-3/+0Star
| * pata_cs5536: add quirk for broken udmaChristian Gmeiner2012-11-281-1/+31
| * ata_piix: reenable MS Virtual PC guestsOlaf Hering2012-11-281-3/+22
| * sata_promise: fix hardreset lockdep errorMikael Pettersson2012-11-281-2/+13
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-12-141-135/+288
|\ \
| * | ata: pata_octeon_cf: Use correct byte order for DMA in when built little-endian.David Daney2012-12-131-0/+4
| * | MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney2012-12-131-135/+284
| |/
* | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+1
|\ \ | |/ |/|
| * arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-11-221-0/+2
|\ \
| * | [SCSI] sd: Implement support for WRITE SAMEMartin K. Petersen2012-11-141-0/+1
| * | [SCSI] Add a report opcode helperMartin K. Petersen2012-11-141-0/+1
| |/
* | [libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPYuanhan Liu2012-11-163-3/+3
* | sata_svw: check DMA start bit before resetDavid Milburn2012-11-161-0/+35
* | libata debugging: Warn when unable to find timing descriptor based on xfer_modeBorislav Petkov2012-11-161-0/+4
* | sata_highbank: mark ahci_highbank_probe as __devinitArnd Bergmann2012-11-161-1/+1
* | pata_arasan: Initialize cf clock to 166MHzVipul Kumar Samar2012-11-161-0/+6
* | libata-acpi: Fix NULL ptr derference in ata_acpi_dev_handleAaron Lu2012-11-161-3/+8
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-032-20/+51
|\
| * Merge SCSI misc branch into isci-for-3.6 tagJames Bottomley2012-10-022-20/+51
| |\
| | * [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_initDan Williams2012-08-241-8/+2Star
| | * [SCSI] libata: export ata_port suspend/resume infrastructure for sasDan Williams2012-08-241-12/+46
| | * [SCSI] libata: reset onceDan Williams2012-08-242-0/+3
* | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-0313-52/+940
|\ \ \
| * | | sata_mv: Fix warnings when no PCIAndrew Lunn2012-10-021-3/+5
| * | | [libata] Makefile: Fix build error in sata_highbankMark Langsdorf2012-10-021-1/+1
| * | | [libata] export ata_dev_set_feature()Jeff Garzik2012-09-131-0/+1
| * | | libata-core: use ATA_LBA in ata_build_rw_tf()Sergei Shtylyov2012-09-131-1/+1