From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Date: Mon, 14 Jan 2019 17:19:43 +0800 Subject: [U-Boot] [PATCH] mmc: hi6220_dw_mmc: add driver model support In-Reply-To: <20181217090231.24645-1-shawn.guo@linaro.org> References: <20181217090231.24645-1-shawn.guo@linaro.org> Message-ID: <20190114091942.GA21217@dragon> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Dec 17, 2018 at 05:02:31PM +0800, Shawn Guo wrote: > As requested by driver model migration plan, it adds driver model > support, i.e. CONFIG_DM_MMC, for hi6220_dw_mmc driver. > > Signed-off-by: Shawn Guo Hi Jaehoon, Any comment on this patch? Shawn