From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rini, Tom Date: Wed, 7 Sep 2011 01:39:10 +0000 Subject: [U-Boot] [PATCH 9/9] OMAP3: Remove legacy mmc driver In-Reply-To: <201108300919.29541.marek.vasut@gmail.com> References: <1314051236-21740-1-git-send-email-trini@ti.com> <1314051236-21740-10-git-send-email-trini@ti.com> , <201108300919.29541.marek.vasut@gmail.com> Message-ID: <1911723D83ADF14B95CEDBD57023CE55A132@DLEE01.ent.ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I just want to address this point real quick. Take a look at the board conversion patches, it's not a big deal to hook in to this, it's just a matter of calling the init function, on top of any "normal" hook up work you had to do. -- Tom ________________________________________ From: Marek Vasut [marek.vasut at gmail.com] Sent: Tuesday, August 30, 2011 12:19 AM To: u-boot at lists.denx.de Cc: Premi, Sanjeev; Rini, Tom Subject: Re: [U-Boot] [PATCH 9/9] OMAP3: Remove legacy mmc driver On Tuesday, August 30, 2011 06:59:24 AM Premi, Sanjeev wrote: > > -----Original Message----- > > From: u-boot-bounces at lists.denx.de > > [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Rini, Tom > > Sent: Tuesday, August 23, 2011 3:44 AM > > To: u-boot at lists.denx.de > > Subject: [U-Boot] [PATCH 9/9] OMAP3: Remove legacy mmc driver > > > > Now that all platforms have been migrated to the new MMC > > driver, remove > > the old one. > > > > Signed-off-by: Tom Rini > > --- > > > > drivers/mmc/Makefile | 1 - > > drivers/mmc/omap3_mmc.c | 570 > > > > ----------------------------------------------- > > > > drivers/mmc/omap3_mmc.h | 233 ------------------- > > 3 files changed, 0 insertions(+), 804 deletions(-) > > delete mode 100644 drivers/mmc/omap3_mmc.c > > delete mode 100644 drivers/mmc/omap3_mmc.h > > Similar patch was posted earlier in the month: > http://marc.info/?l=u-boot&m=131220851719468&w=2 > > You may still want to keep the "legacy" mmc driver. Should help > the new boards during early development. How? Really, protecting legacy stuff won't help anyone ... and if those people want it, they can pull it from git history. Cheers > > ~sanjeev > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot