- 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
- 58c6102 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
- 74eb045 pci: acpi: Drop DM_PCI check from ahci by Simon Glass · 3 years, 4 months ago
- 2eba192 ata: ahci: fix ahci_link_up() type mismatch for LTO by Marek Behún · 3 years, 6 months ago
- 5b2de1c ata: ahci: Fix usage on big-endian platforms by Stefan Roese · 3 years, 8 months ago
- 2dcfb24 drivers: ata: ahci: update max id if it is more than available ports by Suneel Garapati · 3 years, 8 months ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- b270855 ata: ahci: Add BAR index quirk for Cavium PCI SATA device by Suneel Garapati · 5 years ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- da326dd ata: ahci allow 64-bit DMA for SATA by Roman Kapl · 5 years ago
- 5b99a60 ata: ahci: Don't forget to clear upper address regs. by Oleksandr Rybalko · 5 years ago
- 1d5a1aa dm: scsi: Scan the actual number of ports by Park, Aiden · 5 years ago
- 8ec89a2 ata: ahci: drop read-only ahci_ioports members by Christian Gmeiner · 6 years ago
- 66aca96 ata: ahci: fix memory leak by Christian Gmeiner · 6 years ago
- b3e45ed ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI by Tuomas Tynkkynen · 6 years ago
- 69a3899 ata: ahci: Loop over the actual number of ports, not the maximum by Tuomas Tynkkynen · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 2d72d3c ata: Fix ahci wording by Michal Simek · 7 years ago
- 8c67934 dm: ahci: Correct uclass private data by Simon Glass · 7 years ago
- 89e7d97 ahci: Support non-PCI controllers by Simon Glass · 7 years ago
- 513448a dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi() by Bin Meng · 7 years ago
- c6b4430 dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · 7 years ago
- a140e86 dm: scsi: Adjust return value of scsi_exec() by Simon Glass · 7 years ago
- c4dfa89 dm: scsi: Add operations for SCSI devices by Simon Glass · 7 years ago
- 23123c6 dm: ahci: Create a local version of two SCSI functions by Simon Glass · 7 years ago
- 11b2b62 dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
- cf01b5b dm: ahci: Drop use of probe_ent by Simon Glass · 7 years ago
- 84fac54 dm: ahci: Unwind the confusing init code by Simon Glass · 7 years ago
- 0a47bbb dm: ahci: Move common code for starting ports into a function by Simon Glass · 7 years ago
- e0c419b dm: ahci: Refactor to avoid static variables by Simon Glass · 7 years ago
- cb87524 dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · 7 years ago
- 5ce5967 dm: ahci: Rename struct ahci_probe_ent by Simon Glass · 7 years ago
- b08fbff dm: scsi: Use the uclass platform data by Simon Glass · 7 years ago
- 5fb559d dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
- 2c844c4 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago[Renamed from drivers/block/ahci.c]
- 1674098 scsi: Drop scsi_print_error() by Simon Glass · 7 years ago
- c886f35 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
- edcfdbd Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
- 4b72702 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
- d99a30e ahci: Make ahci_port_base() non-static to enable overwrite by Stefan Roese · 8 years ago
- 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- 93b99e0 ahci: flush dcache before issuing command by Tang Yuantian · 9 years ago
- 6f9135b dm: ahci: Convert to use new DM PCI API by Simon Glass · 9 years ago
- beb288b Fix typo: firstly -> first. by Vagrant Cascadian · 9 years ago
- d65d684 Fix typo: commmand -> command. by Vagrant Cascadian · 9 years ago
- 1884e02 block: ahci: Remove dead code by Fabio Estevam · 9 years ago
- 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
- 52771bd Merge git://git.denx.de/u-boot-marvell by Tom Rini · 9 years ago
- 939d840 block: ahci: Don't enable port interrupts by Stefan Roese · 9 years ago
- 3f262d0 ahci: Fix compiling warnings under 64bit platforms by Tang Yuantian · 9 years ago
- 2cc6e1b ahci: extend data io wait to 10s by Mark Langsdorf · 9 years ago
- 5ed06fc ahci: support LBA48 data reads for 2+TB drives by Mark Langsdorf · 9 years ago
- 16519a3 ahci: mmio_base is a virtual address by Scott Wood · 10 years ago
- 5fb2c9e ahci: Fix a wrong parameter pass by Tang Yuantian · 10 years ago
- b138e91 x86: ahci: Make sure interface is not busy after enabling the port by Bin Meng · 10 years ago
- 533d33f ahci-plat: provide a weak scsi_bus_reset() hook by Dmitry Lifshitz · 10 years ago
- cff59a7 ahci: introduce ahci_reset() by Dmitry Lifshitz · 10 years ago
- db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
- 26dc25b ahci: Don't start command DMA engine before buffers are set by Roger Quadros · 10 years ago
- a2ebf92 ahci: provide sunxi SATA driver using AHCI platform framework by Ian Campbell · 10 years ago
- 368989b AHCI: Increase link timeout to 200ms by Ian Campbell · 10 years ago
- da3976e ahci: Fix data abort on multiple scsi resets. by Roger Quadros · 11 years ago
- 1fc6067 ahci: wait longer for link. by Ian Campbell · 11 years ago
- 1934996 ahci-plat: Provide a weak scsi_init hook by Ian Campbell · 11 years ago
- ff56ee1 ahci: Fix cache align error messages by Roger Quadros · 11 years ago
- 7b6cb61 ahci: Error out with message on malloc() failure by Roger Quadros · 11 years ago
- bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
- 83f6648 ahci: convert to use libata functions and definitions by Rob Herring · 11 years ago
- 249b937 ahci: increase spin-up timeout to 20 sec by Rob Herring · 11 years ago
- c469854 ahci: handle COMINIT received during spin-up by Rob Herring · 11 years ago
- aaec098 ahci: move link bring-up handling to separate function by Rob Herring · 11 years ago
- 723a281 ahci: add defines for PORT_SCR_STAT register bits by Rob Herring · 11 years ago
- 18b8e12 ahci: fix memory leak in ata_scsiop_inquiry by Rob Herring · 11 years ago
- 9855a23 ahci: fix unaligned access by Rob Herring · 11 years ago
- 8bc0ab7 ahci: use ports implemented map instead of num_ports by Richard Gibbs · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 4a59809 Consolidate bool type by York Sun · 12 years ago
- d1cb64b ahci: Expand HDD Logical Block addressability up to 32 bits by Walter Murphy · 12 years ago
- 49ec4b1 ahci: Perform SATA flush after disk write. by Marc Jones · 12 years ago
- bbb5784 ahci: Support spin-up and link-up separately by Marc Jones · 12 years ago
- efd49b4 ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) by Walter Murphy · 12 years ago
- 33e4c2f ahci: flush / invalidate dcache around SATA commands by Taylor Hutt · 12 years ago
- 3455f53 ahci: Use virt_to_phys() to denote physical addresses for DMA by Taylor Hutt · 12 years ago
- 1b1d42e ahci: Fix 'Invaild' typo by Taylor Hutt · 12 years ago
- 54d0f55 ahci: Use sizeof(fis) instead of hardcoding '20' by Taylor Hutt · 12 years ago
- dd2c734 ahci: Make the AHCI code find the capacity of disks > 128 GB properly by Gabe Black · 12 years ago
- 0f10bd4 ahci: support scsi writing in AHCI driver by Hung-Te Lin · 12 years ago
- 3931072 ahci: Make sending the SETFEATURES_XFER command optional by Gabe Black · 12 years ago
- 48791f1 ahci: cosmetics and cleanup by Stefan Reinauer · 12 years ago
- 7ee0e437 ahci: Improve AHCI debugging by Stefan Reinauer · 12 years ago
- a63341c ahci: Optimise AHCI controller reset and start-up by Stefan Reinauer · 12 years ago
- 700f85c ahci: Support splitting of read transactions into multiple chunks by Vadim Bendebury · 12 years ago
- 766270c drivers/block/ahci.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
- 2c2e637 GCC4.6: Squash warnings in ahci.c by Marek Vasut · 13 years ago
- c2829ff scsi/ahci: add support for non-PCI controllers by Rob Herring · 13 years ago