On Tue, Nov 09, 2010 at 05:47:02PM +0900, Simon Horman wrote: > This moves some constants from sh_mmcif.c to sh_mmcif.h > so that they can be used in sh_mmcif_boot_init(). > > It also alters the definition of SOFT_RST_OFF from (0 << 31) to > ~SOFT_RST_ON (= ~(1 << 31)). The former seems bogus. The latter is > consistent with the code in sh_mmcif_boot_init(). > > Cc: Yusuke Goda <yusuke.goda.sx@xxxxxxxxxxx> > Cc: Magnus Damm <magnus.damm@xxxxxxxxx> > Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> > --- > drivers/mmc/host/sh_mmcif.c | 23 ----------------------- > include/linux/mmc/sh_mmcif.h | 39 ++++++++++++++++++++++++++++++++++----- > 2 files changed, 34 insertions(+), 28 deletions(-) > As this doesn't appear to introduce any bugfixes or functionality changes I've queued it with the .38 changes. Its on its own topic branch for now, but let me know if you have a dependency on this in future patches aimed at the merge window and I'll make sure it ends up merged wherever its needed. -- 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