summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-1/+1
|\
| * powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko2022-06-221-1/+1
* | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-0/+1
|\ \
| * | ata: libata-scsi: cap ata_device->max_sectors according to shost->max_sectorsJohn Garry2022-07-191-0/+1
| |/
* | Merge tag 'ata-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds2022-08-0318-148/+152
|\ \
| * | ata: sata_mv: Fixes expected number of resources now IRQs are goneAndrew Lunn2022-08-031-1/+1
| * | ata: libata-scsi: fix result type of ata_ioc32()Sergey Shtylyov2022-06-291-4/+4
| * | ata: pata_macio: Fix compilation warningDamien Le Moal2022-06-201-1/+1
| * | ata: libata-eh: fix sloppy result type of ata_internal_cmd_timeout()Sergey Shtylyov2022-06-202-12/+12
| * | ata: libata-core: fix sloppy parameter type in ata_exec_internal[_sg]()Sergey Shtylyov2022-06-202-4/+4
| * | ata: libata-eh: fix sloppy result type of ata_eh_nr_in_flight()Sergey Shtylyov2022-06-201-4/+4
| * | ata: libata-core: make ata_exec_internal_sg() *static*Sergey Shtylyov2022-06-172-8/+4
| * | ata: make transfer mode masks *unsigned int*Sergey Shtylyov2022-06-1712-43/+43
| * | ata: libata-core: get rid of *else* branches in ata_id_n_sectors()Sergey Shtylyov2022-06-141-11/+9
| * | ata: libata-core: fix sloppy typing in ata_id_n_sectors()Sergey Shtylyov2022-06-131-4/+6
| * | ata: pata_hpt3x2n: pass base DPLL frequency to hpt3x2n_pci_clock()Sergey Shtylyov2022-06-131-8/+11
| * | ata: pata_hpt37x: merge hpt374_read_freq() to hpt37x_pci_clock()Sergey Shtylyov2022-06-131-24/+10
| * | ata: pata_hpt37x: factor out hpt37x_pci_clock()Sergey Shtylyov2022-06-131-43/+51
| * | ata: pata_hpt37x: move claculating PCI clock from hpt37x_clock_slot()Sergey Shtylyov2022-06-131-17/+28
| * | ata: libata: Fix syntax errors in commentsXiang wangx2022-06-131-1/+1
| |/
* | Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-1/+1
|\ \
| * \ Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann2022-07-121-1/+1
| |\ \ | | |/ | |/|
| | * ata: ahci_brcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang2022-07-081-1/+1
* | | ata: pata_cs5535: Fix W=1 warningsJohn Garry2022-06-301-2/+2
|/ /
* | ata: libata-transport: fix {dma|pio|xfer}_mode sysfs filesSergey Shtylyov2022-06-091-1/+1
* | libata: fix translation of concurrent positioning rangesTyler Erickson2022-06-081-1/+1
* | libata: fix reading concurrent positioning ranges logTyler Erickson2022-06-081-8/+13
* | ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probeMiaoqian Lin2022-06-061-0/+3
* | ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()Sergey Shtylyov2022-06-061-2/+2
|/
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-2/+1
|\
| * ARM: pxa: use pdev resource for palmld mmioArnd Bergmann2022-04-201-2/+1
* | Merge tag 'ata-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds2022-05-2311-248/+228
|\ \
| * | ata: pata_ftide010: Remove unneeded ERROR check before clk_disable_unprepareWan Jiabing2022-05-161-4/+3
| * | ata: libata-core: Allow forcing most horkage flagsDamien Le Moal2022-05-091-2/+20
| * | ata: libata-core: Improve link flags forced settingsDamien Le Moal2022-05-091-10/+22
| * | ata: libata-core: Refactor force_tbl definitionDamien Le Moal2022-05-091-58/+81
| * | ata: libata-core: cleanup ata_device_blacklistDamien Le Moal2022-05-091-49/+49
| * | ata: simplify the return expression of brcm_ahci_removeMinghao Chi2022-05-091-6/+1
| * | ata: Make use of the helper function devm_platform_ioremap_resource()Lv Ruyi2022-04-221-6/+1
| * | ata: libata-core: replace "its" with "it is"Diego Viola2022-04-221-2/+2
| * | ahci: Add a generic 'controller2' RAID idDan Williams2022-04-221-2/+3
| * | ata: pata_via: fix sloppy typing in via_do_set_mode()Sergey Shtylyov2022-04-131-3/+3
| * | ata: pata_sil680: fix result type of sil680_sel{dev|reg}()Sergey Shtylyov2022-04-131-17/+13
| * | ata: libata-core: fix parameter type in ata_xfer_mode2shift()Sergey Shtylyov2022-04-121-1/+1
| * | libata: Improve ATA queued command allocationJohn Garry2022-04-114-96/+36
| * | ata: pata_mpc52xx: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-111-1/+2
* | | ata: pata_marvell: Check the 'bmdma_addr' beforing readingZheyu Ma2022-04-221-0/+2
|/ /
* | ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item backMario Limonciello2022-04-063-4/+6
* | ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOsChristian Lamparter2022-04-041-0/+3
* | ata: sata_dwc_460ex: Fix crash due to OOB writeChristian Lamparter2022-04-041-1/+5