summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-05-191-3/+3
|\
| * dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko2016-05-021-1/+1
| * dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko2016-04-131-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-05-181-1/+1
|\ \
| * | scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin2016-04-151-1/+1
| |/
* | Merge branch 'for-4.6-fixes' into for-4.7Tejun Heo2016-05-135-0/+223
|\ \
| * | ata: add AMD Seattle platform driverBrijesh Singh2016-04-133-0/+219
| * | ata: ahci-platform: Add ports-implemented DT bindings.Srinivas Kandagatla2016-04-011-0/+3
| * | libahci: save port map for forced port mapSrinivas Kandagatla2016-04-011-0/+1
| |/
* | libata-scsi: use %*ph to dump small buffersAndy Shevchenko2016-05-091-5/+2
* | treewide: Fix typos in libata.xmlMasanari Iida2016-04-132-9/+9
* | libata-core: Allow longer timeout for drive spinup from PUISDamien Le Moal2016-04-041-1/+5
* | libata: Fixup awkward whitespace in warning by removing line continuation.Sander Eikelenboom2016-03-301-2/+2
|/
* Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-03-1811-57/+380
|\
| * ata: ahci_xgene: dereferencing uninitialized pointer in probeDan Carpenter2016-03-111-2/+2
| * AHCI: Remove obsolete Intel Lewisburg SATA RAID device IDsScott Lawson2016-03-111-4/+0
| * Merge branch 'for-4.5-fixes' into for-4.6Tejun Heo2016-03-113-3/+60
| |\
| * | ata: sata_rcar: Use ARCH_RENESASSimon Horman2016-03-041-1/+1
| * | sata_via: Implement hotplug for VT6421Ondrej Zary2016-02-251-2/+50
| * | sata_via: Apply WD workaround only when needed on VT6421Ondrej Zary2016-02-251-7/+74
| * | ahci: Add runtime PM support for the host controllerMika Westerberg2016-02-191-12/+61
| * | ahci: Add functions to manage runtime PM of AHCI portsMika Westerberg2016-02-191-1/+47
| * | ahci: Convert driver to use modern PM hooksMika Westerberg2016-02-191-27/+24
| * | ahci: Cache host controller versionMika Westerberg2016-02-192-4/+4
| * | ata: ahci_mvebu: add support for Armada 3700 variantLior Amsalem2016-02-181-5/+9
| * | libata: fix unbalanced spin_lock_irqsave/spin_unlock_irq() in ata_scsi_park_s...Tejun Heo2016-02-181-2/+2
| * | libata: support AHCI on OCTEON platformAleksey Makarov2016-02-114-0/+116
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-8/+5
|\ \ \
| * | | ata: hpt366: convert to use match_string() helperAndy Shevchenko2016-03-171-8/+5
* | | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-172-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-162-3/+2
* | | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+1
| |/ /
* | | ata: ahci: don't mark HotPlugCapable Ports as external/removableManuel Lauss2016-02-291-2/+1
* | | ahci: Workaround for ThunderX Errata#22536Tirumalesh Chalamarla2016-02-291-0/+43
* | | Adding Intel Lewisburg device IDs for SATAAlexandra Yates2016-02-181-0/+6
* | | pata-rb532-cf: get rid of the irq_to_gpio() callGabor Juhos2016-02-181-1/+10
| |/ |/|
* | libata: fix HDIO_GET_32BIT ioctlArnd Bergmann2016-02-111-6/+5
* | ahci_xgene: Implement the workaround to fix the missing of the edge interrupt...Suman Tripathi2016-02-111-1/+46
* | ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi2016-02-113-45/+41
* | libahci: Implement the capability to override the generic ahci interrupt hand...Suman Tripathi2016-02-112-7/+22
* | ahci: Intel DNV device IDs SATAAlexandra Yates2016-02-101-0/+20
* | libata: fix sff host state machine locking while pollingTejun Heo2016-02-011-21/+11
* | libata-sff: use WARN instead of BUG on illegal host state machine stateTejun Heo2016-01-291-1/+2
* | libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo2016-01-251-2/+2
* | libata: blacklist a Viking flash model for MWDMA corruptionShikha Jain2016-01-251-0/+1
* | drivers: ata: wake port before DMA stop for ALPMDanesh Petigara2016-01-253-1/+24
|/
* Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-01-119-82/+193
|\
| * libata: skip debounce delay on link resumeDanesh Petigara2016-01-082-1/+3
| * ata: ahci_brcmstb: disable DIPM supportDanesh Petigara2016-01-081-1/+1