All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] ahci mvebu driver updates
@ 2018-05-18  1:27 make at marvell.com
  2018-05-18  1:27 ` [U-Boot] [PATCH 1/4] ata: mvebu: move mvebu sata driver to drivers/ata directory make at marvell.com
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: make at marvell.com @ 2018-05-18  1:27 UTC (permalink / raw)
  To: u-boot

From: Ken Ma <make@marvell.com>

These patches move ahci mvebu driver to drivers/ata directory with bug fixing and scsi supporting.

David Sniatkiwicz (1):
  ata: ahci_mvebu: a8040 a0: remove bad port register offsets
    workarounds

Ken Ma (3):
  ata: mvebu: move mvebu sata driver to drivers/ata directory
  ata: ahci_mvebu: add scsi support
  arm64: mvebu: defconfig: enable CONFIG_AHCI_MVEBU

 arch/arm/mach-mvebu/Makefile                |  1 -
 arch/arm/mach-mvebu/sata.c                  | 54 -------------------------
 configs/mvebu_db-88f3720_defconfig          |  1 +
 configs/mvebu_db_armada8k_defconfig         |  1 +
 configs/mvebu_espressobin-88f3720_defconfig |  1 +
 configs/mvebu_mcbin-88f8040_defconfig       |  1 +
 drivers/ata/Kconfig                         |  9 +++++
 drivers/ata/Makefile                        |  1 +
 drivers/ata/ahci_mvebu.c                    | 61 +++++++++++++++++++++++++++++
 9 files changed, 75 insertions(+), 55 deletions(-)
 delete mode 100644 arch/arm/mach-mvebu/sata.c
 create mode 100644 drivers/ata/ahci_mvebu.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-05-25  2:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18  1:27 [U-Boot] [PATCH 0/4] ahci mvebu driver updates make at marvell.com
2018-05-18  1:27 ` [U-Boot] [PATCH 1/4] ata: mvebu: move mvebu sata driver to drivers/ata directory make at marvell.com
2018-05-22 23:30   ` Simon Glass
2018-05-23  7:06     ` [U-Boot] [EXT] " Ken Ma
2018-05-23 16:22       ` Simon Glass
2018-05-24  2:24         ` Ken Ma
2018-05-25  2:41           ` Simon Glass
2018-05-18  1:27 ` [U-Boot] [PATCH 2/4] ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds make at marvell.com
2018-05-22 23:30   ` Simon Glass
2018-05-18  1:27 ` [U-Boot] [PATCH 3/4] ata: ahci_mvebu: add scsi support make at marvell.com
2018-05-22 23:30   ` Simon Glass
2018-05-18  1:27 ` [U-Boot] [PATCH 4/4] arm64: mvebu: defconfig: enable CONFIG_AHCI_MVEBU make at marvell.com
2018-05-22 23:30   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.