• I
    sunxi: mmc support · e24ea55c
    Ian Campbell 提交于
    On Mon, 2014-05-05 at 14:18 +0200, Stefan Roese wrote:
    > > +	case 1:
    > > +#if CONFIG_MMC1_PG
    
    > Are you sure that this is correct and shouldn't be:
    >
    > +#ifdef CONFIG_MMC1_PG
    >
    > ?
    
    It's "correct" in so far as it works (the boards.cfg config stuff
    #defines things to 1), but I think you are right that it isn't the
    preferred style. But...
    
    > A quick scan through this patch series shows that this define
    > is not set at all. Perhaps its outdated? Or is it used to support
    > some other sunxi SoC? Not sure, perhaps it should be removed for
    > now.
    
    ...I had thought that it was to support some other board which wasn't
    being upstreamed right now, so eventually useful and harmless for now,
    but I've just checked and it isn't actually used by any of the boards in
    u-boot-sunxi.git. So rather than fix it to use #ifdef lets drop it.
    Rather than resend the entire series, here is v5.1 of this patch.
    
    > Other than this please add my:
    >
    > Reviewed-by: Stefan Roese <sr@denx.de>
    
    Thanks!
    
    8<---------------------------------
    
    >From 20704e35a41664de5f516ed0e02981ac06085102 Mon Sep 17 00:00:00 2001
    From: Ian Campbell <ijc@hellion.org.uk>
    Date: Fri, 7 Mar 2014 04:29:39 +0000
    Subject: [PATCH v5.1 7/8] sunxi: mmc support
    
    This adds support for the MMC controller on the Allwinner A20 (sun7i)
    processor.
    Signed-off-by: NHenrik Nordstrom <henrik@henriknordstrom.net>
    Signed-off-by: NLuke Leighton <lkcl@lkcl.net>
    Signed-off-by: NOliver Schinagl <oliver@schinagl.nl>
    Signed-off-by: NWills Wang <wills.wang.open@gmail.com>
    Signed-off-by: NIan Campbell <ijc@hellion.org.uk>
    Reviewed-by: NMarek Vasut <marex@denx.de>
    Reviewed-by: NStefan Roese <sr@denx.de>
    Cc: Tom Cubie <Mr.hipboi@gmail.com>
    Cc: Aaron Maoye <leafy.myeh@allwinnertech.com>
    Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
    Reviewed-by: NTom Rini <trini@ti.com>
    e24ea55c
sunxi_mmc.c 13.0 KB