summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-04-291-13/+1
|\
| * Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman2013-04-143-6/+22
| |\
| * \ Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-03-266-21/+16
| |\ \
| * | | drivers/ata: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-151-13/+1
* | | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | ahci: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe2013-04-151-5/+5
| |/ /
* | | [libata] Fix HDIO_DRIVE_* ioctl() Linux 3.9 regressionKrzysztof Mazur2013-04-031-4/+4
* | | libata: fix DMA to stack in reading devslp_timing parametersDavid Woodhouse2013-04-031-1/+1
* | | ata_piix: Fix DVD not dectected at some Haswell platformsYouquan Song2013-04-031-1/+13
* | | libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH driveShan Hai2013-04-031-0/+4
| |/ |/|
* | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-03-236-21/+16
|\ \ | |/ |/|
| * pata_samsung_cf: use module_platform_driver_probe()Jingoo Han2013-03-041-12/+1
| * [libata] Avoid specialized TLA's in ZPODD's KconfigAaron Lu2013-03-041-6/+7
| * libata-acpi.c: fix copy and paste mistake in ata_acpi_register_power_resourceSander Eikelenboom2013-03-041-1/+1
| * sata_fsl: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-041-2/+1
| * ahci: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-03-041-0/+2
| * ata_piix: Add MODULE_PARM_DESC to prefer_ms_hypervAndrew Brownfield2013-03-041-0/+4
* | ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_typeRafael J. Wysocki2013-03-041-6/+0
* | ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki2013-03-041-0/+1
|/
* Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-02-2412-134/+1460
|\
| * [libata] fix smatch warning for zpodd_wake_devAaron Lu2013-02-201-2/+1
| * [libata] Set proper SK when CK_COND is set.Gwendal Grignou2013-02-201-4/+14
| * [libata] Convert to devm_ioremap_resource()Thierry Reding2013-02-201-3/+4
| * libata: add R-Car SATA driverVladimir Barinov2013-02-203-0/+919
| * ahci: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-02-201-0/+8
| * ata_piix: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-02-201-0/+9
| * [libata] scsi: no poll when ODD is powered offAaron Lu2013-01-251-0/+7
| * ahci: AHCI-mode SATA patch for Intel Avoton DeviceIDsSeth Heasley2013-01-251-0/+16
| * ata_piix: IDE-mode SATA patch for Intel Avoton DeviceIDsSeth Heasley2013-01-251-0/+8
| * [libata] PM code cleanup for ata portAaron Lu2013-01-251-12/+4
| * [libata] pm: differentiate system and runtime pm for ata portAaron Lu2013-01-253-39/+83
| * Revert "libata: export host controller number thru /sys"Jeff Garzik2013-01-252-5/+1
| * libata: do not suspend port if normal ODD is attachedAaron Lu2013-01-211-0/+19
| * libata: expose pm qos flags for ata deviceAaron Lu2013-01-212-0/+4
| * libata: handle power transition of ODDAaron Lu2013-01-214-10/+118
| * libata: check zero power ready status for ZPODDAaron Lu2013-01-213-2/+92
| * libata: move acpi notification code to zpoddAaron Lu2013-01-212-71/+34
| * libata: identify and init ZPODD devicesAaron Lu2013-01-216-1/+133
| * libata: export host controller number thru /sysDavid Milburn2013-01-142-1/+5
| * pata_samsung_cf: Use devm_clk_get()Jingoo Han2013-01-141-3/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-231-3/+3
|\ \
| * \ Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2013-02-201-3/+3
| |\ \ | | |/ | |/|
| | * powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dmaPhilippe De Muyter2013-01-031-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-02-211-1/+1
|\ \ \
| * | | ata: disable ATA for s390Heiko Carstens2013-02-141-1/+1
| |/ /
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-212-15/+16
|\ \ \
| * \ \ Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-254-14/+24
| |\ \ \ | | |/ /
| * | | ata: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
| * | | drivers/ata: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-12/+12
* | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-201-14/+4
|\ \ \ \
OpenPOWER on IntegriCloud