summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-071-18/+19
|\
| * Merge branch 'spear/dwdma' into late/cleanupArnd Bergmann2013-04-191-18/+19
| |\
| | * ata: arasan: remove the need for platform_dataArnd Bergmann2013-04-191-18/+19
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-22/+7Star
|\ \ \
| * | | sata_svw: switch to ->show_info()Al Viro2013-04-091-22/+7Star
| |/ /
* | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-05-019-85/+123
|\ \ \
| * | | sata_highbank: Rename proc_name to the module nameRobert Richter2013-05-011-1/+1
| * | | ACPI/libata: Restore libata.noacpi supportLv Zheng2013-05-011-2/+2
| * | | [libata] acpi: make ata_ap_acpi_handle not blockAaron Lu2013-05-011-18/+27
| * | | [libata] SCSI: really use SATL version in VPDBaruch Even2013-04-121-1/+0Star
| * | | pata_imx: add devicetree supportSascha Hauer2013-04-121-0/+9
| * | | pata_imx: use void __iomem * for regsSascha Hauer2013-04-121-1/+1
| * | | pata_imx: cleanup error pathSascha Hauer2013-04-121-6/+14
| * | | pata_imx: Use devm_clk_getSascha Hauer2013-04-121-3/+2Star
| * | | sata_rcar: Convert to devm_ioremap_resource()Sachin Kamat2013-04-121-3/+4
| * | | fsl/sata: create a sysfs entry for rx water markQiang Liu2013-04-041-0/+55
| * | | libata-acpi: remove redundent code for power resource handlingAaron Lu2013-04-042-35/+4Star
| * | | sata_highbank: make ahci_highbank_pm_ops staticJingoo Han2013-04-041-1/+1
| * | | pata_octeon_cf: Use resource_size functionAlexandru Gheorghiu2013-04-041-1/+1
| * | | pata_legacy: bogus clock in opti82c46x_set_piomode()Dan Carpenter2013-04-041-1/+1
| * | | pata_at32: use module_platform_driver_probe()Jingoo Han2013-04-041-12/+1Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-302-1/+3
|\ \ \ \
| * | | | pata_pdc2027x: Fix compiler warningWang YanQing2013-04-121-0/+2
| * | | | treewide: Fix typos in printkMasanari Iida2013-03-201-1/+1
* | | | | Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-04-291-13/+1Star
|\ \ \ \ \
| * \ \ \ \ Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman2013-04-153-6/+22
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-03-266-21/+16Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | drivers/ata: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-151-13/+1Star
| | |_|_|/ | |/| | |
* | | | | 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-041-4/+4
* | | | libata: fix DMA to stack in reading devslp_timing parametersDavid Woodhouse2013-04-041-1/+1
* | | | ata_piix: Fix DVD not dectected at some Haswell platformsYouquan Song2013-04-041-1/+13
* | | | libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH driveShan Hai2013-04-041-0/+4
| |/ / |/| |
* | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-03-236-21/+16Star
|\ \ \ | |/ / |/| |
| * | pata_samsung_cf: use module_platform_driver_probe()Jingoo Han2013-03-041-12/+1Star
| * | [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/+1Star
| * | 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/+0Star
* | 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-2512-134/+1460
|\
| * [libata] fix smatch warning for zpodd_wake_devAaron Lu2013-02-201-2/+1Star
| * [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