[U-Boot] [PATCH 1/4] ata: mvebu: move mvebu sata driver to drivers/ata directory
Simon Glass
sjg at chromium.org
Tue May 22 23:30:22 UTC 2018
Hi Ken,
On 17 May 2018 at 19:27, <make at marvell.com> wrote:
> From: Ken Ma <make at marvell.com>
>
> Currently mvebu sata driver is in arch/arm/mach_mvebu directory, this
> patch moves it to drivers/ata directory with renaming "sata.c" to
> "ahci_mvebu.c" which is aligned to Linux.
> New ahci driver's kconfig option is added as AHCI_MVEBU which selects
> DM_SCSI.
>
> Signed-off-by: Ken Ma <make at marvell.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Stefan Roese <sr at denx.de>
> ---
> arch/arm/mach-mvebu/Makefile | 1 -
> arch/arm/mach-mvebu/sata.c | 54 --------------------------------------------
> drivers/ata/Kconfig | 9 ++++++++
> drivers/ata/Makefile | 1 +
> drivers/ata/ahci_mvebu.c | 54 ++++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 64 insertions(+), 55 deletions(-)
> delete mode 100644 arch/arm/mach-mvebu/sata.c
> create mode 100644 drivers/ata/ahci_mvebu.c
>
How come this doesn't show up as a file move? Are you using patman to
generate your patches?
Regards,
Simon
More information about the U-Boot
mailing list