From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 23 Apr 2017 20:11:24 -0600 Subject: [U-Boot] [PATCH v6 02/18] dm: mmc: Set up the MMC device when controller is probed In-Reply-To: <20170405222345.32288-3-sjg@chromium.org> References: <20170405222345.32288-1-sjg@chromium.org> <20170405222345.32288-3-sjg@chromium.org> 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 Hi, On 5 April 2017 at 16:23, Simon Glass wrote: > When an MMC controller is set up we should probe the device to find out > what it is. This includes finding its capacity and reading its partition > table. > > Signed-off-by: Simon Glass > Reviewed-by: Jaehoon Chung > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None > Changes in v3: None > > drivers/mmc/mmc-uclass.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+) I think I have a better way of doing this, so I'm withdrawing this patch. I'll send a series with my ideas. Regards, Simon