aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-20Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt
2013-02-14ata: disable ATA for s390Heiko Carstens
2013-02-11Merge branch 'acpi-pm'Rafael J. Wysocki
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman
2013-01-25ata: Convert to devm_ioremap_resource()Thierry Reding
2013-01-24AHCI: Support multiple MSIsAlexander Gordeev
2013-01-21drivers/ata: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-17ACPI / PM: Rework the handling of devices depending on power resourcesRafael J. Wysocki
2013-01-14[libata] replace sata_settings with devslp_timingShane Huang
2013-01-14[libata] ahci: Add support for Enmotus Bobcat device.Hugh Daschbach
2013-01-14[libata] ahci: Fix lack of command retry after a success error handler.Bian Yu
2013-01-03Drivers: ata: remove __dev* attributes.Greg Kroah-Hartman
2013-01-03powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dmaPhilippe De Muyter
2012-12-15Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2012-12-14sata_dwc_460ex: remove file exec bit (chmod 0755 -> 0644)Jeff Garzik
2012-12-14[libata] fix Null pointer dereference on disk errorXiaotian Feng
2012-12-14ahci: convert ata_link_printk() to ata_link_warn()Wei Yongjun
2012-12-14pata_imx: convert ata_dev_printk() to ata_dev_info()Wei Yongjun
2012-12-14ARM: ep93xx: convert ata_<foo>_printk() to ata_<foo>_<level>()Wei Yongjun
2012-12-14ahci_platform: make structs staticBrian Norris
2012-12-14Revert "pata_octeon_cf: perform host detach, removal on exit"Jeff Garzik
2012-12-14Revert "libata: check SATA_SETTINGS log with HW Feature Ctrl"Jeff Garzik
2012-12-13ata: pata_octeon_cf: Use correct byte order for DMA in when built little-endian.David Daney
2012-12-13MIPS/OCTEON/ata: Convert pata_octeon_cf.c to use device tree.David Daney
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-03pata_of_platform: fix compile errorBrian Norris
2012-12-03libata: use pci_get_drvdata() helperBrian Norris
2012-12-03pata_octeon_cf: perform host detach, removal on exitBrian Norris
2012-12-03sata_highbank: utilize common ata_platform_remove_one()Brian Norris
2012-12-03pata_palmld: utilize common ata_platform_remove_one()Brian Norris
2012-12-03pata_platform: remove unused remove functionBrian Norris
2012-12-03pata_platform: utilize common ata_platform_remove_one()Brian Norris
2012-12-03pata_of_platform: utilize common ata_platform_remove_one()Brian Norris
2012-12-03pata_mpc52xx: utilize common ata_platform_remove_one()Brian Norris
2012-12-03pata_ixp4xx_cf: utilize common ata_platform_remove_one()Brian Norris
2012-12-03ahci_platform: utilize common ata_platform_remove_one()Brian Norris
2012-12-03libata: implement ata_platform_remove_one()Brian Norris
2012-12-03ahci_platform: perform platform exit in host_stop() hookBrian Norris
2012-12-03ahci_platform: convert to module_platform_driverBrian Norris
2012-12-03ahci_platform: enable hotplug unbindingBrian Norris
2012-12-03libata: set dma_mode to 0xff in resetAaron Lu
2012-12-03ata_piix: re-order code and remove prototypesBartlomiej Zolnierkiewicz
2012-12-03libata: check SATA_SETTINGS log with HW Feature CtrlShane Huang
2012-12-03libata: restore acpi disable functionalityAaron Lu
2012-11-28ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches