From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Tue, 22 Sep 2015 19:30:05 +0530 Subject: [U-Boot] [PATCH 3/5] drivers: mmc: omap_hsmmc: convert driver to adopt device driver model In-Reply-To: <20150922135018.GK26600@bill-the-cat> References: <1442326310-4901-1-git-send-email-mugunthanvnm@ti.com> <1442326310-4901-4-git-send-email-mugunthanvnm@ti.com> <20150922135018.GK26600@bill-the-cat> Message-ID: <56015EE5.3080704@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 22 September 2015 07:20 PM, Tom Rini wrote: > On Tue, Sep 15, 2015 at 07:41:48PM +0530, Mugunthan V N wrote: > >> adopt omap_hsmmc driver to device driver model >> >> Signed-off-by: Mugunthan V N > [snip] >> +static const struct udevice_id omap_hsmmc_ids[] = { >> + { .compatible = "ti,omap4-hsmmc" }, > > I think we can safely include ti,omap3-hsmmc and ti,am33xx-hsmmc here as > well. > Will include this and submit a v2 with the other comments in the series. Regards Mugunthan V N