From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 15 Mar 2014 00:10:15 +0100 Subject: [U-Boot] [PATCH 1/3] mmc: Remove ops from struct mmc and put in mmc_ops In-Reply-To: References: <1394619867-14491-1-git-send-email-panto@antoniou-consulting.com> <1394619867-14491-2-git-send-email-panto@antoniou-consulting.com> Message-ID: <201403150010.15458.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, March 14, 2014 at 09:53:51 PM, Simon Glass wrote: > Hi, > > On 12 March 2014 04:24, Pantelis Antoniou wrote: > > Remove the in-structure ops and put them in mmc_ops with > > a constant pointer to it. > > > > This makes the mmc structure smaller as well as conserving > > code space (in theory). > > You might be able to run buildman (and use -S) to check this. > > These changes look good to me, and will make it easier to move to > driver model I suspect. Full ack on the driver model part. Best regards, Marek Vasut