Re: [PATCH] mmc-utils: small fixes of output

2013-06-27 Thread Chris Ball
Hi, On Wed, May 15 2013, Mario Schuknecht wrote: > Improve "extcsd read" output of the registers. > Right-shift by 3 of EXT_CSD_BOOT_CFG_EN bits. > Expand the EXT_CSD_BOOT_CFG_ACC bit mask to 0x7. > Add case 3 RPMB partition. > > Signed-off-by: Mario Schuknecht Thanks, pushed to mmc-utils. - Ch

Re: [PATCH] mmc-utils: small fixes of output

2013-05-15 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung On 05/15/2013 03:28 PM, Mario Schuknecht wrote: > Improve "extcsd read" output of the registers. > Right-shift by 3 of EXT_CSD_BOOT_CFG_EN bits. > Expand the EXT_CSD_BOOT_CFG_ACC bit mask to 0x7. > Add case 3 RPMB partition. > > Signed-off-by: Mario Sch

[PATCH] mmc-utils: small fixes of output

2013-05-14 Thread Mario Schuknecht
Improve "extcsd read" output of the registers. Right-shift by 3 of EXT_CSD_BOOT_CFG_EN bits. Expand the EXT_CSD_BOOT_CFG_ACC bit mask to 0x7. Add case 3 RPMB partition. Signed-off-by: Mario Schuknecht --- mmc.h |2 +- mmc_cmds.c |7 +-- 2 files changed, 6 insertions(+), 3 deleti