summaryrefslogtreecommitdiffstats
path: root/drivers/ata
AgeCommit message (Expand)AuthorLines
2020-10-30Merge tag 'libata-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-10-28ata: sata_nv: Fix retrieving of active qcsSascha Hauer-1/+1
2020-10-25Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+1
2020-10-23ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller-2/+1
2020-10-23ata: fix some kernel-doc markupsMauro Carvalho Chehab-3/+3
2020-10-16ata: sata_rcar: Fix DMA boundary maskGeert Uytterhoeven-1/+1
2020-10-09ata: ahci: mvebu: Make SATA PHY optional for Armada 3720Pali Rohár-2/+4
2020-10-02pata_cmd64x: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-10-02ahci: qoriq: enable acpi support in qoriq ahci driverYuantian Tang-3/+17
2020-10-02sata, highbank: simplify the return expression of ahci_highbank_suspendLiu Shixin-6/+1
2020-10-02ahci: Add Intel Rocket Lake PCH-H RAID PCI IDsMika Westerberg-0/+4
2020-09-04Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+10
2020-09-02libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo-4/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-29/+29
2020-08-16ata: ahci: use ata_link_info() instead of ata_link_printk()Xu Wang-2/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-06-19Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+18
2020-06-18libata: Use per port sync for detachKai-Heng Feng-6/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-04ata/libata: Fix usage of page address by page_address in ata_scsi_mode_select...Ye Bin-3/+6
2020-06-04sata_rcar: handle pm_runtime_get_sync failure casesNavid Emamdoost-4/+7
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-19/+11
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-04-23ata: sata_inic162x fix a spelling issueJohn Oldman-1/+1
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig-1/+1
2020-04-22block: move dma drain handling to scsiChristoph Hellwig-18/+10
2020-04-20ata: libata-core: fix a doc warningMauro Carvalho Chehab-1/+1
2020-04-16ahci: Add Intel Comet Lake PCH-U PCI IDKai-Heng Feng-0/+1
2020-04-09ahci: Add Intel Comet Lake PCH RAID PCI IDJian-Hong Pan-0/+1
2020-04-07ata: ahci: Add sysfs attribute to show remapped NVMe device countKai-Heng Feng-4/+25
2020-04-07ata: ahci-imx: remove redundant assignment to retColin Ian King-1/+1
2020-04-07libata: Return correct status in sata_pmp_eh_recover_pm() when ATA_DFLAG_DETA...Kai-Heng Feng-0/+1
2020-03-26ata: make "libata.force" kernel parameter optionalBartlomiej Zolnierkiewicz-2/+40
2020-03-26ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.cBartlomiej Zolnierkiewicz-131/+131
2020-03-26ata: start separating SATA specific code from libata-eh.cBartlomiej Zolnierkiewicz-74/+75
2020-03-26ata: move ata_sas_*() to libata-sata.cBartlomiej Zolnierkiewicz-221/+233
2020-03-26ata: start separating SATA specific code from libata-scsi.cBartlomiej Zolnierkiewicz-300/+301
2020-03-26ata: move sata_deb_timing_*() to libata-sata.cBartlomiej Zolnierkiewicz-8/+8
2020-03-26ata: move ata_qc_complete_multiple() to libata-sata.cBartlomiej Zolnierkiewicz-59/+59
2020-03-26ata: move sata_link_hardreset() to libata-sata.cBartlomiej Zolnierkiewicz-121/+114
2020-03-26ata: move sata_link_{debounce,resume}() to libata-sata.cBartlomiej Zolnierkiewicz-138/+138
2020-03-26ata: move *sata_set_spd*() to libata-sata.cBartlomiej Zolnierkiewicz-81/+88
2020-03-26ata: move sata_scr_*() to libata-sata.cBartlomiej Zolnierkiewicz-109/+109
2020-03-26ata: start separating SATA specific code from libata-core.cBartlomiej Zolnierkiewicz-245/+259
2020-03-26ata: let compiler optimize out ata_eh_set_lpm() on non-SATA hostsBartlomiej Zolnierkiewicz-1/+2
2020-03-26ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hostsBartlomiej Zolnierkiewicz-0/+2
2020-03-26ata: separate PATA timings code from libata-core.cBartlomiej Zolnierkiewicz-181/+216
2020-03-26ata: fix CodingStyle issues in PATA timings codeBartlomiej Zolnierkiewicz-15/+27
2020-03-26ata: remove EXPORT_SYMBOL_GPL()s not used by modulesBartlomiej Zolnierkiewicz-10/+0
2020-03-26ata: move EXPORT_SYMBOL_GPL()s close to exported codeBartlomiej Zolnierkiewicz-127/+109