summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* libata: if T_LENGTH is zero, dma direction should be DMA_NONEGeorge Kennedy2021-12-171-2/+13
* libata: add horkage for ASMedia 1092Hannes Reinecke2021-12-091-0/+2
* ata: ahci_ceva: Fix id array access in ceva_ahci_read_id()Damien Le Moal2021-12-061-1/+2
* ata: replace snprintf in show functions with sysfs_emitYang Guang2021-12-021-1/+1
* sata_fsl: fix warning in remove_proc_entry when rmmod sata_fslBaokun Li2021-11-291-5/+3
* sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fslBaokun Li2021-11-291-2/+10
* pata_falcon: Avoid type warnings from sparseFinn Thain2021-11-291-8/+8
* ata: libata-sata: Declare ata_ncq_sdev_attrs staticDamien Le Moal2021-11-181-1/+1
* ata: libahci: Adjust behavior when StorageD3Enable _DSD is setMario Limonciello2021-11-181-0/+15
* ata: ahci: Add Green Sardine vendor ID as board_ahci_mobileMario Limonciello2021-11-181-0/+1
* ata: libata: add missing ata_identify_page_supported() callsDamien Le Moal2021-11-181-1/+5
* ata: libata: improve ata_read_log_page() error messageDamien Le Moal2021-11-171-2/+3
* libata: libahci: declare ahci_shost_attr_group as staticDamien Le Moal2021-11-121-1/+1
* libata: add horkage for missing Identify Device logDamien Le Moal2021-11-121-1/+12
* ata: sata_highbank: Remove unnecessary print function dev_err()Xu Wang2021-11-111-3/+1
* libata: fix read log timeout valueDamien Le Moal2021-11-111-0/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-059-45/+83
|\
| * scsi: ata: Switch to attribute groupsBart Van Assche2021-10-169-37/+75
| * scsi: ata: Call scsi_done() directlyBart Van Assche2021-10-162-8/+8
* | Merge tag 'libata-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-027-18/+15
|\ \
| * | pata_radisys: fix checking of DMA stateReimar Döffinger2021-10-121-2/+2
| * | pata_optidma: fix checking of DMA stateReimar Döffinger2021-10-121-2/+2
| * | pata_amd: fix checking of DMA stateReimar Döffinger2021-10-121-1/+1
| * | pata_ali: fix checking of DMA stateReimar Döffinger2021-10-121-2/+2
| * | libata-scsi: fix checking of DMA stateReimar Döffinger2021-10-121-2/+2
| * | libata: fix checking of DMA stateReimar Döffinger2021-10-121-1/+1
| * | Add AHCI support for ASM1062+JBM575 cardsIstván Pongrácz2021-10-121-0/+1
| * | ahci: remove duplicated PCI device IDsKrzysztof Kozlowski2021-09-211-8/+4
| |/
* | Merge tag 'for-5.16/scsi-ma-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-012-11/+94
|\ \
| * | libata: support concurrent positioning ranges logDamien Le Moal2021-10-262-11/+94
* | | ata: sata_mv: Fix the error handling of mv_chip_id()Zheyu Ma2021-10-251-2/+2
|/ /
* | ata: ahci_platform: fix null-ptr-deref in ahci_platform_enable_regulators()Wang Hai2021-10-141-4/+1
* | pata_legacy: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-2/+4
|/
* libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2021-09-031-2/+32
* libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDsHans de Goede2021-09-031-0/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-023-10/+9
|\
| * scsi: ata: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-113-10/+9
* | Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-09-011-79/+185
|\ \
| * \ Merge tag 'ixp4xx-drivers-arm-soc-v5.15-1' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2021-08-041-79/+185
| |\ \
| | * | pata: ixp4xx: Rewrite to use device treeLinus Walleij2021-08-041-47/+154
| | * | pata: ixp4xx: Refer to cmd and ctl rather than csNLinus Walleij2021-08-041-14/+13
| | * | pata: ixp4xx: Use IS_ENABLED() to determine endiannessLinus Walleij2021-08-041-23/+22
| | * | pata: ixp4xx: Use local dev variableLinus Walleij2021-08-041-5/+6
| | |/
* | | Merge tag 'for-5.15/libata-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-305-210/+197
|\ \ \ | |/ / |/| |
| * | libata: Introduce ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-182-0/+26
| * | libata: print feature list on device scanDamien Le Moal2021-08-181-0/+17
| * | libata: fix ata_read_log_page() warningDamien Le Moal2021-08-181-34/+13
| * | libata: cleanup NCQ priority handlingDamien Le Moal2021-08-182-43/+26
| * | libata: cleanup ata_dev_configure()Damien Le Moal2021-08-181-56/+75
| * | libata: cleanup device sleep capability detectionDamien Le Moal2021-08-181-23/+32