[U-Boot] [PATCH 08/29] scsi: Move drivers into new drivers/scsi directory
Bin Meng
bmeng.cn at gmail.com
Tue Jun 13 02:13:20 UTC 2017
On Tue, Jun 6, 2017 at 3:14 AM, Simon Glass <sjg at chromium.org> wrote:
> At present we have the SCSI drivers in the drivers/block and common/
> directories. It is better to split them out into their own place. Use
> drivers/scsi which is what Linux does.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> common/Makefile | 4 ----
> drivers/Kconfig | 2 ++
> drivers/Makefile | 3 ++-
> drivers/block/Kconfig | 18 ------------------
> drivers/block/Makefile | 2 +-
> drivers/scsi/Kconfig | 17 +++++++++++++++++
> drivers/scsi/Makefile | 19 +++++++++++++++++++
> drivers/{block => scsi}/sandbox_scsi.c | 0
> drivers/{block => scsi}/scsi-uclass.c | 0
> {common => drivers/scsi}/scsi.c | 0
> 10 files changed, 41 insertions(+), 24 deletions(-)
> create mode 100644 drivers/scsi/Kconfig
> create mode 100644 drivers/scsi/Makefile
> rename drivers/{block => scsi}/sandbox_scsi.c (100%)
> rename drivers/{block => scsi}/scsi-uclass.c (100%)
> rename {common => drivers/scsi}/scsi.c (100%)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list