summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2021-09-18ata: sata_dwc_460ex: No need to call phy_exit() befre phy_init()Andy Shevchenko1-8/+4
2021-09-18libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDsHans de Goede1-0/+4
2021-09-15libata: fix ata_host_start()Damien Le Moal1-1/+1
2021-08-12libata: fix ata_pio_sector for CONFIG_HIGHMEMChristoph Hellwig1-8/+27
2021-07-19ata: ahci_sunxi: Disable DIPMTimo Sigurdsson1-1/+1
2021-07-14pata_ep93xx: fix deferred probingSergey Shtylyov1-1/+1
2021-07-14pata_octeon_cf: avoid WARN_ON() in ata_host_activate()Sergey Shtylyov1-2/+3
2021-07-14pata_rb532_cf: fix deferred probingSergey Shtylyov1-2/+4
2021-07-14sata_highbank: fix deferred probingSergey Shtylyov1-2/+4
2021-05-14ata: libahci_platform: fix IRQ checkSergey Shtylyov1-1/+3
2021-05-14sata_mv: add IRQ checksSergey Shtylyov1-0/+4
2021-05-14pata_ipx4xx_cf: fix IRQ checkSergey Shtylyov1-1/+5
2021-05-14pata_arasan_cf: fix IRQ checkSergey Shtylyov1-4/+11
2021-05-11ata: ahci: Disable SXS for Hisilicon Kunpeng920Xingui Yang3-0/+11
2021-03-04ata: ahci_brcm: Add back regulators managementFlorian Fainelli1-1/+13
2020-10-31Merge tag 'libata-5.10-2020-10-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-28ata: sata_nv: Fix retrieving of active qcsSascha Hauer1-1/+1
2020-10-25Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2020-10-23ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller1-2/+1
2020-10-23ata: fix some kernel-doc markupsMauro Carvalho Chehab3-3/+3
2020-10-16ata: sata_rcar: Fix DMA boundary maskGeert Uytterhoeven1-1/+1
2020-10-09ata: ahci: mvebu: Make SATA PHY optional for Armada 3720Pali Rohár3-2/+4
2020-10-03pata_cmd64x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-10-02ahci: qoriq: enable acpi support in qoriq ahci driverYuantian Tang1-3/+17
2020-10-02sata, highbank: simplify the return expression of ahci_highbank_suspendLiu Shixin1-6/+1
2020-10-02ahci: Add Intel Rocket Lake PCH-H RAID PCI IDsMika Westerberg1-0/+4
2020-09-04Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds3-6/+10
2020-09-02libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo2-4/+9
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva10-29/+29
2020-08-17ata: ahci: use ata_link_info() instead of ata_link_printk()Xu Wang1-2/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-19Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds3-13/+18
2020-06-18libata: Use per port sync for detachKai-Heng Feng1-6/+5
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-05ata/libata: Fix usage of page address by page_address in ata_scsi_mode_select...Ye Bin1-3/+6
2020-06-05sata_rcar: handle pm_runtime_get_sync failure casesNavid Emamdoost1-4/+7
2020-06-03Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+11
2020-06-02Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-04-23ata: sata_inic162x fix a spelling issueJohn Oldman1-1/+1
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig1-1/+1
2020-04-22block: move dma drain handling to scsiChristoph Hellwig1-18/+10
2020-04-21ata: libata-core: fix a doc warningMauro Carvalho Chehab1-1/+1
2020-04-16ahci: Add Intel Comet Lake PCH-U PCI IDKai-Heng Feng1-0/+1
2020-04-09ahci: Add Intel Comet Lake PCH RAID PCI IDJian-Hong Pan1-0/+1
2020-04-08ata: ahci: Add sysfs attribute to show remapped NVMe device countKai-Heng Feng2-4/+25
2020-04-07ata: ahci-imx: remove redundant assignment to retColin Ian King1-1/+1
2020-04-07libata: Return correct status in sata_pmp_eh_recover_pm() when ATA_DFLAG_DETA...Kai-Heng Feng1-0/+1
2020-03-26ata: make "libata.force" kernel parameter optionalBartlomiej Zolnierkiewicz3-2/+40
2020-03-26ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.cBartlomiej Zolnierkiewicz2-131/+131
2020-03-26ata: start separating SATA specific code from libata-eh.cBartlomiej Zolnierkiewicz2-74/+75