summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* ata: ahci: fix ahci_link_up() type mismatch for LTOMarek BehĂșn2021-05-241-1/+1
* ata: ahci: Fix usage on big-endian platformsStefan Roese2021-04-231-12/+11
* drivers: ata: ahci: update max id if it is more than available portsSuneel Garapati2021-04-201-0/+3
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* ata: ahci: Add BAR index quirk for Cavium PCI SATA deviceSuneel Garapati2020-08-251-0/+15
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* ata: ahci allow 64-bit DMA for SATARoman Kapl2019-10-311-3/+11
* ata: ahci: Don't forget to clear upper address regs.Oleksandr Rybalko2019-10-111-4/+7
* dm: scsi: Scan the actual number of portsPark, Aiden2019-08-261-0/+8
* ata: ahci: drop read-only ahci_ioports membersChristian Gmeiner2019-05-181-12/+0
* ata: ahci: fix memory leakChristian Gmeiner2019-05-091-4/+1
* ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSITuomas Tynkkynen2018-09-251-0/+2
* ata: ahci: Loop over the actual number of ports, not the maximumTuomas Tynkkynen2018-09-251-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* ata: Fix ahci wordingMichal Simek2017-11-281-2/+2
* dm: ahci: Correct uclass private dataSimon Glass2017-08-011-1/+1
* ahci: Support non-PCI controllersSimon Glass2017-08-011-9/+17
* dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()Bin Meng2017-07-281-5/+0
* dm: ahci: Add a driver for SCSI on AHCISimon Glass2017-07-111-0/+57
* dm: scsi: Adjust return value of scsi_exec()Simon Glass2017-07-111-3/+3
* dm: scsi: Add operations for SCSI devicesSimon Glass2017-07-111-0/+7
* dm: ahci: Create a local version of two SCSI functionsSimon Glass2017-07-111-2/+13
* dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-111-3/+12
* dm: ahci: Drop use of probe_entSimon Glass2017-07-111-29/+44
* dm: ahci: Unwind the confusing init codeSimon Glass2017-07-111-6/+20
* dm: ahci: Move common code for starting ports into a functionSimon Glass2017-07-111-23/+22
* dm: ahci: Refactor to avoid static variablesSimon Glass2017-07-111-68/+76
* dm: sata: Move ataid into struct ahci_uc_privSimon Glass2017-07-111-23/+27
* dm: ahci: Rename struct ahci_probe_entSimon Glass2017-07-111-8/+8
* dm: scsi: Use the uclass platform dataSimon Glass2017-07-111-1/+1
* dm: scsi: Drop the ccb typedefSimon Glass2017-07-111-6/+6
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-111-0/+1094