From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soeren Moch Date: Fri, 1 Mar 2019 13:20:02 +0100 Subject: [U-Boot] [PATCH v2 11/23] apalis_imx6: migrate mmc and sata to using driver model In-Reply-To: <02a5efb8-bd29-c567-6110-f850939dd19f@web.de> References: <20190208171226.16169-1-marcel@ziswiler.com> <20190208171226.16169-12-marcel@ziswiler.com> <02a5efb8-bd29-c567-6110-f850939dd19f@web.de> 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 25.02.19 11:39, Soeren Moch wrote: > > On 08.02.19 18:12, Marcel Ziswiler wrote: >> From: Marcel Ziswiler >> >> Migrate MMC and SATA to using driver model. >> >> While at it also enable SCSI driver model. >> >> Signed-off-by: Marcel Ziswiler > [also reply to v2 of this series to avoid that this gets lost in patchwork] > > Hi Marcel, > > Thank you for providing this solution to keep SATA working on i.MX6 > under DM_SCSI. > I also want to use this on a tbs2910 board, there was a long list of > other boards needing this functionality [1]. > > Can you implement the UCLASS at a more general place, e.g. > drivers/ata/dwc_ahsata.c directly, instead of your board file? So this > functionality could easily be enabled for other boards. > > Thank you, > Soeren > > [1] https://lists.denx.de/pipermail/u-boot/2018-November/349368.html > > Since there was no feedback on this so far, I sent a proposal here: https://lists.denx.de/pipermail/u-boot/2019-March/360521.html Regards, Soeren