From patchwork Wed Jun 24 22:28:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Guinot X-Patchwork-Id: 242903 List-Id: U-Boot discussion From: simon.guinot at sequanux.org (Simon Guinot) Date: Thu, 25 Jun 2020 00:28:55 +0200 Subject: [PATCH 0/4] Convert LaCie boards to use DM drivers Message-ID: <20200624222859.349427-1-simon.guinot@sequanux.org> This patch converts the following LaCie boards (Marvell Kirkwood-based) to use DM drivers: - d2 Network v2 - Internet Space v2 - 2Big Network v2 - Network Space v2 - Network Space Lite v2 - Network Space Max v2 - Network Space Mini v2 Simon Guinot (4): arm: kirkwood: convert LaCie boards to DM_SPI_FLASH arm: kirkwood: switch LaCie boards to sata_mv driver arm: kirkwood: enable DM_USB for LaCie board arm: kirkwood: enable DM_ETH for LaCie board arch/arm/dts/kirkwood-netxbig.dtsi | 4 ++++ arch/arm/dts/kirkwood-ns2-common.dtsi | 4 ++++ board/LaCie/net2big_v2/net2big_v2.c | 2 +- board/LaCie/netspace_v2/netspace_v2.c | 4 ++-- configs/d2net_v2_defconfig | 13 +++++++++---- configs/inetspace_v2_defconfig | 13 +++++++++---- configs/net2big_v2_defconfig | 13 +++++++++---- configs/netspace_lite_v2_defconfig | 14 ++++++++++---- configs/netspace_max_v2_defconfig | 14 ++++++++++---- configs/netspace_mini_v2_defconfig | 12 ++++++++---- configs/netspace_v2_defconfig | 13 +++++++++---- include/configs/lacie_kw.h | 19 +++++++++---------- 12 files changed, 84 insertions(+), 41 deletions(-)