From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 3 Mar 2014 11:04:40 +0100 Subject: [U-Boot] [RFC] mmc: Remove ops from struct mmc and put in mmc_ops In-Reply-To: <1393437144-27563-1-git-send-email-panto@antoniou-consulting.com> References: <1393437144-27563-1-git-send-email-panto@antoniou-consulting.com> Message-ID: <201403031104.41013.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 Wednesday, February 26, 2014 at 06:52:24 PM, 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). > > All in-tree drivers are converted as well; this is done in a > single patch in order to not break git bisect. > > Signed-off-by: Pantelis Antoniou f_min, voltages ... are also slot-specific , so you want to pull them out as well I think. Best regards, Marek Vasut