From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 12 Mar 2014 12:32:30 +0100 Subject: [U-Boot] [PATCH 0/3] mmc: Cleanup time for mmc_struct In-Reply-To: <1394619867-14491-1-git-send-email-panto@antoniou-consulting.com> References: <1394619867-14491-1-git-send-email-panto@antoniou-consulting.com> Message-ID: <201403121232.30927.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, March 12, 2014 at 11:24:24 AM, Pantelis Antoniou wrote: > Struct mmc has picked up a lot of cruft over the years. > > It is time for it to be split in 3 parts; the original mmc struct > containing the state, the mmc_config struct containing the board > setup configuration and the mmc_ops struct contains the method > pointers. > > Using the new config structures the mmc device creation now gets > much more easier by using the new mmc_create() call Is this a V2? I don't see a changelog or anything ... Best regards, Marek Vasut