Commit Graph

21 Commits (lime2-spi)

Author SHA1 Message Date
Tuomas Tynkkynen 0545ac989d ata: ahci: Don't cap AHCI port count under CONFIG_DM_SCSI 6 years ago
Tuomas Tynkkynen 8bf207d242 ata: ahci: Loop over the actual number of ports, not the maximum 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Michal Simek e81589ea44 ata: Fix ahci wording 7 years ago
Simon Glass bfc1c6b483 dm: ahci: Correct uclass private data 7 years ago
Simon Glass 745a94f352 ahci: Support non-PCI controllers 7 years ago
Bin Meng 9c1390d4b9 dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi() 7 years ago
Simon Glass 681357ffd9 dm: ahci: Add a driver for SCSI on AHCI 7 years ago
Simon Glass f6580ef39b dm: scsi: Adjust return value of scsi_exec() 7 years ago
Simon Glass f6ab5a92ac dm: scsi: Add operations for SCSI devices 7 years ago
Simon Glass 4e74901458 dm: ahci: Create a local version of two SCSI functions 7 years ago
Simon Glass 4682c8a19b dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() 7 years ago
Simon Glass 4279efc4c9 dm: ahci: Drop use of probe_ent 7 years ago
Simon Glass 7cf1afce7f dm: ahci: Unwind the confusing init code 7 years ago
Simon Glass 62b4ec8e30 dm: ahci: Move common code for starting ports into a function 7 years ago
Simon Glass 225b1da7bf dm: ahci: Refactor to avoid static variables 7 years ago
Simon Glass 4b62b2ff53 dm: sata: Move ataid into struct ahci_uc_priv 7 years ago
Simon Glass 2c9f9efb3d dm: ahci: Rename struct ahci_probe_ent 7 years ago
Simon Glass 1dc64f6c00 dm: scsi: Use the uclass platform data 7 years ago
Simon Glass b9560ad649 dm: scsi: Drop the ccb typedef 7 years ago
Simon Glass f2105c6182 sata: Move drivers into new drivers/ata directory 7 years ago
Simon Glass a6fb185c70 scsi: Drop scsi_print_error() 7 years ago
Michal Simek e8a016b537 dm: Add support for scsi/sata based devices 7 years ago
Tom Rini 361a879902 Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" 8 years ago
Michal Simek bce4d18c9d dm: Add support for scsi/sata based devices 8 years ago
Stefan Roese 22f5de6b5c ahci: Make ahci_port_base() non-static to enable overwrite 8 years ago
Masahiro Yamada 1221ce459d treewide: replace #include <asm/errno.h> with <linux/errno.h> 8 years ago
Tang Yuantian 75e14b1ac8 ahci: flush dcache before issuing command 8 years ago
Simon Glass ff758ccc8a dm: ahci: Convert to use new DM PCI API 8 years ago
Vagrant Cascadian 1b25e586cb Fix typo: firstly -> first. 9 years ago
Vagrant Cascadian 3f42dc87b4 Fix typo: commmand -> command. 9 years ago
Fabio Estevam 4408248146 block: ahci: Remove dead code 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Stefan Roese 2cc1aa2e00 block: ahci: Don't enable port interrupts 9 years ago
Tang Yuantian fa31377ef0 ahci: Fix compiling warnings under 64bit platforms 9 years ago
Mark Langsdorf f8b009e8b7 ahci: extend data io wait to 10s 9 years ago
Mark Langsdorf 2b42c9317d ahci: support LBA48 data reads for 2+TB drives 9 years ago
Scott Wood 9efaca3e84 ahci: mmio_base is a virtual address 9 years ago
Tang Yuantian 8f6e18385a ahci: Fix a wrong parameter pass 9 years ago
Bin Meng 4df2b48fbe x86: ahci: Make sure interface is not busy after enabling the port 9 years ago
Dmitry Lifshitz 1a33b7356a ahci-plat: provide a weak scsi_bus_reset() hook 9 years ago
Dmitry Lifshitz 6b68888a33 ahci: introduce ahci_reset() 9 years ago
Masahiro Yamada b41411954d linux/kernel.h: sync min, max, min3, max3 macros with Linux 10 years ago
Roger Quadros 02590aa31c ahci: Don't start command DMA engine before buffers are set 10 years ago
Ian Campbell a6e50a88d8 ahci: provide sunxi SATA driver using AHCI platform framework 10 years ago
Ian Campbell e0ddcf93b9 AHCI: Increase link timeout to 200ms 10 years ago
Roger Quadros 3f62971162 ahci: Fix data abort on multiple scsi resets. 10 years ago
Ian Campbell 73545f75b6 ahci: wait longer for link. 10 years ago
Ian Campbell c6f3d50b9b ahci-plat: Provide a weak scsi_init hook 10 years ago
Roger Quadros 2faf5fb82e ahci: Fix cache align error messages 11 years ago