From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Thu, 4 Apr 2019 20:13:49 +1300 Subject: [U-Boot] [PATCH 0/4] ARM: kirkwood: lsxl: enable DM for SATA In-Reply-To: <20190403212831.29886-1-michael@walle.cc> References: <20190403212831.29886-1-michael@walle.cc> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Apr 4, 2019 at 10:28 AM Michael Walle wrote: > > Please note that this patchset depends on the following series: > https://patchwork.ozlabs.org/cover/1055937/ > (ARM: kirkwood: migrate to DM_USB) > https://patchwork.ozlabs.org/patch/1054403/ > (sata: sata_mv: Add DM support to enable CONFIG_BLK usage) > > Michael Walle (4): > sata: sata_mv: use correct format specifier in debug() > sata: sata_mv: support kirkwood architecture > sata: sata_mv: add orion-sata compatible string > arm: kirkwood: lsxl: enable DM for SATA I've compile tested this. I don't have a spare SATA drive to actually test it on my kirkwood board. I might be able to have a dig through my pile of boards and cobble something together. > > configs/lschlv2_defconfig | 4 ++-- > configs/lsxhl_defconfig | 4 ++-- > drivers/ata/sata_mv.c | 10 +++++----- > include/configs/lsxl.h | 23 ++++++++++------------- > 4 files changed, 19 insertions(+), 22 deletions(-) > > -- > 2.11.0 >