Age | Commit message (Expand) | Author |
2015-07-23 | arm: mvebu: add Armada XP SATA support | Anton Schubert |
2015-07-14 | drivers: block: Remove the ata_piix driver | Bin Meng |
2015-07-10 | Merge git://git.denx.de/u-boot-marvell | Tom Rini |
2015-07-10 | block: ahci: Don't enable port interrupts | Stefan Roese |
2015-07-09 | ahci: Fix compiling warnings under 64bit platforms | Tang Yuantian |
2015-06-12 | ahci: extend data io wait to 10s | Mark Langsdorf |
2015-06-12 | ahci: support LBA48 data reads for 2+TB drives | Mark Langsdorf |
2015-05-28 | fsl/sata: Replace sprintf() with snprintf() | Tang Yuantian |
2015-04-18 | ahci: mmio_base is a virtual address | Scott Wood |
2015-04-07 | ahci: Fix a wrong parameter pass | Tang Yuantian |
2015-01-23 | x86: ahci: Make sure interface is not busy after enabling the port | Bin Meng |
2015-01-05 | ahci-plat: provide a weak scsi_bus_reset() hook | Dmitry Lifshitz |
2015-01-05 | ahci: introduce ahci_reset() | Dmitry Lifshitz |
2014-12-10 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2014-12-08 | blackfin: include <linux/compiler.h> rather than define __iomem | Masahiro Yamada |
2014-12-01 | sata: fix reset_sata for dwc_ahsata | Soeren Moch |
2014-11-24 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2014-11-24 | sata: implement reset_sata for dwc_ahsata | Nikita Kiryanov |
2014-11-23 | sata: fix a bug in init_sata() for pci-sata card | li pengbo |
2014-11-23 | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada |
2014-10-28 | dwc_ahsata: use bitwise operator in sata_port_status | Nikita Kiryanov |
2014-10-23 | arm: marvell: Move arch/kirkwood.h to arch/soc.h | Stefan Roese |
2014-10-10 | ahci: Don't start command DMA engine before buffers are set | Roger Quadros |
2014-09-24 | kconfig: add blank Kconfig files | Masahiro Yamada |
2014-09-09 | sata: dwc_ahsata: implement sata_port_status | Nikita Kiryanov |
2014-07-31 | ahci: provide sunxi SATA driver using AHCI platform framework | Ian Campbell |
2014-07-22 | AHCI: Increase link timeout to 200ms | Ian Campbell |
2014-06-06 | dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6D | Tim Harvey |
2014-04-02 | ahci: Fix data abort on multiple scsi resets. | Roger Quadros |
2014-03-10 | ahci: wait longer for link. | Ian Campbell |
2014-03-10 | ahci-plat: Provide a weak scsi_init hook | Ian Campbell |
2014-02-20 | blackfin: Add <asm/clock.h> to numerous drivers | Tom Rini |
2014-01-08 | sandbox: block driver using host file/device as backing store | Henrik Nordström |
2013-12-04 | ahci: Fix cache align error messages | Roger Quadros |
2013-12-04 | ahci: Error out with message on malloc() failure | Roger Quadros |
2013-10-31 | drivers: convert makefiles to Kbuild style | Masahiro Yamada |
2013-10-14 | Coding Style cleanup: remove trailing white space | Wolfgang Denk |
2013-09-20 | Fix some obvious typos across multiple subsystems. | Robert P. J. Day |
2013-09-06 | ahci: convert to use libata functions and definitions | Rob Herring |
2013-09-06 | ahci: increase spin-up timeout to 20 sec | Rob Herring |
2013-09-06 | ahci: handle COMINIT received during spin-up | Rob Herring |
2013-09-06 | ahci: move link bring-up handling to separate function | Rob Herring |
2013-09-06 | ahci: add defines for PORT_SCR_STAT register bits | Rob Herring |
2013-09-06 | ahci: fix memory leak in ata_scsiop_inquiry | Rob Herring |
2013-09-06 | ahci: fix unaligned access | Rob Herring |
2013-09-06 | ahci: use ports implemented map instead of num_ports | Richard Gibbs |
2013-07-25 | Merge branch 'master' of git://git.denx.de/u-boot-nds32 | Tom Rini |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-07-24 | block: constify sect_buf argument of ide_write_data | Gabor Juhos |
2013-06-26 | dwc_ahsata: Allow use with dcache enabled | Eric Nelson |