On Fri, Dec 16, 2011 at 7:15 AM, Chris Ball <cjb@xxxxxxxxxx> wrote: > Hi Eric and Jason, > > On Thu, Dec 01 2011, Chris Ball wrote: >> Hi Eric, Jason, >> >> Please could you ACK this patch if you agree with it, and I'll take it >> and the rest of the series via the MMC tree? Thanks. > > Ping? > > Thanks, > > - Chris. > NACK. >>> +/* Offset defined in arch/arm/mach-mmp/include/mach/regs-apmu.h are for MMP2 >>> + * PXA168 has different offset */ >>> +#undef APMU_SDH2 >>> +#undef APMU_SDH3 >>> + >>> +#define APMU_SDH2 APMU_REG(0xe0) >>> +#define APMU_SDH3 APMU_REG(0xe4) >>> + Please don't use #undef at here. If the register setting is different, I prefer to use two different clk operations. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html