From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 13 Jan 2016 11:29:59 -0700 Subject: [U-Boot] [PATCH 1/3] block: pass block dev not num to read/write/erase() In-Reply-To: <20151218002741.GA11783@bill-the-cat> References: <1449513530-14504-1-git-send-email-swarren@wwwdotorg.org> <20151218002741.GA11783@bill-the-cat> Message-ID: <569697A7.1050305@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/17/2015 05:27 PM, Tom Rini wrote: > On Mon, Dec 07, 2015 at 11:38:48AM -0700, Stephen Warren wrote: > >> From: Stephen Warren >> >> This will allow the implementation to make use of data in the block_dev >> structure beyond the base device number. This will be useful so that eMMC >> block devices can encompass the HW partition ID rather than treating this >> out-of-band. Equally, the existence of the priv field is crying out for >> this patch to exist. >> >> Signed-off-by: Stephen Warren > > Reviewed-by: Tom Rini Tom, I assume you were just waiting for the merge window to open before applying this?