aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-10ata: sata_dwc_460ex: use "dmas" DT property to find dma channelMans Rullgard2-71/+138
2016-05-10ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commandsAndy Shevchenko1-2/+2
2016-05-10ata: sata_dwc_460ex: skip dma setup for non-dma commandsMans Rullgard1-26/+9
2016-05-10ata: sata_dwc_460ex: select only core part of DMA driverAndy Shevchenko1-1/+1
2016-05-10ata: sata_dwc_460ex: DMA is always a flow controllerAndy Shevchenko1-1/+1
2016-05-10ata: sata_dwc_460ex: burst size must be in items not bytesAndy Shevchenko1-3/+3
2016-05-10ata: sata_dwc_460ex: set dma_boundary to 0x1fffAndy Shevchenko1-1/+7
2016-05-10ata: sata_dwc_460ex: fix crash on offline links without an attached driveChristian Lamparter1-0/+7
2016-05-10ata: sata_dwc_460ex: remove incorrect lockingMans Rullgard1-3/+1
2016-05-02dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko1-1/+1
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko1-2/+2
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds11-57/+380
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+5
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-3/+2
2016-03-17ata: hpt366: convert to use match_string() helperAndy Shevchenko1-8/+5
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2016-03-11ata: ahci_xgene: dereferencing uninitialized pointer in probeDan Carpenter1-2/+2
2016-03-11AHCI: Remove obsolete Intel Lewisburg SATA RAID device IDsScott Lawson1-4/+0
2016-03-11Merge branch 'for-4.5-fixes' into for-4.6Tejun Heo3-3/+60
2016-03-04ata: sata_rcar: Use ARCH_RENESASSimon Horman1-1/+1
2016-02-29ata: ahci: don't mark HotPlugCapable Ports as external/removableManuel Lauss1-2/+1
2016-02-29ahci: Workaround for ThunderX Errata#22536Tirumalesh Chalamarla1-0/+43
2016-02-25sata_via: Implement hotplug for VT6421Ondrej Zary1-2/+50
2016-02-25sata_via: Apply WD workaround only when needed on VT6421Ondrej Zary1-7/+74
2016-02-19ahci: Add runtime PM support for the host controllerMika Westerberg1-12/+61
2016-02-19ahci: Add functions to manage runtime PM of AHCI portsMika Westerberg1-1/+47
2016-02-19ahci: Convert driver to use modern PM hooksMika Westerberg1-27/+24
2016-02-19ahci: Cache host controller versionMika Westerberg2-4/+4
2016-02-18ata: ahci_mvebu: add support for Armada 3700 variantLior Amsalem1-5/+9
2016-02-18libata: fix unbalanced spin_lock_irqsave/spin_unlock_irq() in ata_scsi_park_show()Tejun Heo1-2/+2
2016-02-18Adding Intel Lewisburg device IDs for SATAAlexandra Yates1-0/+6
2016-02-18pata-rb532-cf: get rid of the irq_to_gpio() callGabor Juhos1-1/+10
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2-3/+2
2016-02-11libata: support AHCI on OCTEON platformAleksey Makarov4-0/+116
2016-02-11libata: fix HDIO_GET_32BIT ioctlArnd Bergmann1-6/+5
2016-02-11ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.Suman Tripathi1-1/+46
2016-02-11ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi3-45/+41
2016-02-11libahci: Implement the capability to override the generic ahci interrupt handler.Suman Tripathi2-7/+22
2016-02-10ahci: Intel DNV device IDs SATAAlexandra Yates1-0/+20
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+1
2016-02-01libata: fix sff host state machine locking while pollingTejun Heo1-21/+11
2016-01-29libata-sff: use WARN instead of BUG on illegal host state machine stateTejun Heo1-1/+2
2016-01-25libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo1-2/+2
2016-01-25libata: blacklist a Viking flash model for MWDMA corruptionShikha Jain1-0/+1
2016-01-25drivers: ata: wake port before DMA stop for ALPMDanesh Petigara3-1/+24
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds9-82/+193
2016-01-08libata: skip debounce delay on link resumeDanesh Petigara2-1/+3
2016-01-08ata: ahci_brcmstb: disable DIPM supportDanesh Petigara1-1/+1
2016-01-08ata: ahci_brcmstb: enable support for ALPMDanesh Petigara1-0/+35
2016-01-08drivers: libata-core: Use usleep_range() instead of msleep() for short sleeps (<20 ms)Anil Veliyankara Madam1-1/+7