aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-15Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds24-354/+350
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-135/+288
2012-12-14sata_dwc_460ex: remove file exec bit (chmod 0755 -> 0644)Jeff Garzik1-0/+1
2012-12-14[libata] fix Null pointer dereference on disk errorXiaotian Feng1-2/+4
2012-12-14ahci: convert ata_link_printk() to ata_link_warn()Wei Yongjun1-1/+1
2012-12-14pata_imx: convert ata_dev_printk() to ata_dev_info()Wei Yongjun1-1/+1
2012-12-14ARM: ep93xx: convert ata_<foo>_printk() to ata_<foo>_<level>()Wei Yongjun1-4/+2
2012-12-14ahci_platform: make structs staticBrian Norris1-3/+3
2012-12-14Revert "pata_octeon_cf: perform host detach, removal on exit"Jeff Garzik1-1/+0
2012-12-14Revert "libata: check SATA_SETTINGS log with HW Feature Ctrl"Jeff Garzik1-1/+2
2012-12-13ata: pata_octeon_cf: Use correct byte order for DMA in when built little-endian.David Daney1-0/+4
2012-12-13MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney1-135/+284
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-12-03pata_of_platform: fix compile errorBrian Norris1-0/+1
2012-12-03libata: use pci_get_drvdata() helperBrian Norris1-4/+3
2012-12-03pata_octeon_cf: perform host detach, removal on exitBrian Norris1-0/+1
2012-12-03sata_highbank: utilize common ata_platform_remove_one()Brian Norris1-11/+1
2012-12-03pata_palmld: utilize common ata_platform_remove_one()Brian Norris1-3/+1
2012-12-03pata_platform: remove unused remove functionBrian Norris1-17/+0
2012-12-03pata_platform: utilize common ata_platform_remove_one()Brian Norris1-6/+1
2012-12-03pata_of_platform: utilize common ata_platform_remove_one()Brian Norris1-6/+1
2012-12-03pata_mpc52xx: utilize common ata_platform_remove_one()Brian Norris1-14/+3
2012-12-03pata_ixp4xx_cf: utilize common ata_platform_remove_one()Brian Norris1-10/+1
2012-12-03ahci_platform: utilize common ata_platform_remove_one()Brian Norris1-11/+1
2012-12-03libata: implement ata_platform_remove_one()Brian Norris1-0/+23
2012-12-03ahci_platform: perform platform exit in host_stop() hookBrian Norris1-7/+23
2012-12-03ahci_platform: convert to module_platform_driverBrian Norris1-12/+1
2012-12-03ahci_platform: enable hotplug unbindingBrian Norris1-2/+3
2012-12-03libata: set dma_mode to 0xff in resetAaron Lu2-0/+2
2012-12-03ata_piix: re-order code and remove prototypesBartlomiej Zolnierkiewicz1-221/+198
2012-12-03libata: check SATA_SETTINGS log with HW Feature CtrlShane Huang1-2/+1
2012-12-03libata: restore acpi disable functionalityAaron Lu1-0/+4
2012-11-28ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-3/+3
2012-11-28pata_arasan_cf: declare/use more local variables in arasan_cf_dma_start()Sergei Shtylyov1-2/+5
2012-11-28sata_highbank: use ATA_BUSYSergei Shtylyov1-1/+1
2012-11-28sata_sx4: pdc20621_{ata|host}_sg() do not need 'tf' parameterSergei Shtylyov1-8/+6
2012-11-28sata_sil24: remove unused variable from sata_sil24.cWei Yongjun1-4/+0
2012-11-28sata_inic162x: remove unused variable in inic_scr_read()Wei Yongjun1-2/+0
2012-11-28pata_rdc: remove unused variable in rdc_init_one()Wei Yongjun1-3/+0
2012-11-28pata_cs5536: add quirk for broken udmaChristian Gmeiner1-1/+31
2012-11-28ata_piix: reenable MS Virtual PC guestsOlaf Hering1-3/+22
2012-11-28sata_promise: fix hardreset lockdep errorMikael Pettersson1-2/+13
2012-11-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2012-11-16[libata] PM callbacks should be conditionally compiled on CONFIG_PM_SLEEPYuanhan Liu3-3/+3
2012-11-15sata_svw: check DMA start bit before resetDavid Milburn1-0/+35
2012-11-15libata debugging: Warn when unable to find timing descriptor based on xfer_modeBorislav Petkov1-0/+4
2012-11-15sata_highbank: mark ahci_highbank_probe as __devinitArnd Bergmann1-1/+1
2012-11-15pata_arasan: Initialize cf clock to 166MHzVipul Kumar Samar1-0/+6
2012-11-15libata-acpi: Fix NULL ptr derference in ata_acpi_dev_handleAaron Lu1-3/+8
2012-11-13[SCSI] sd: Implement support for WRITE SAMEMartin K. Petersen1-0/+1