Re: [U-Boot] [PATCH 7/9] MMC: APIs to support creation of boot partition

2012-12-28 Thread Wolfgang Denk
Dear Amar, In message <1356709972-26549-8-git-send-email-amarendra...@samsung.com> you wrote: > This patch adds APIs to open, close and to create boot partiton for EMMC. > > Signed-off-by: Amar > --- > drivers/mmc/mmc.c | 118 > ++ > include

[U-Boot] [PATCH 7/9] MMC: APIs to support creation of boot partition

2012-12-28 Thread Amar
This patch adds APIs to open, close and to create boot partiton for EMMC. Signed-off-by: Amar --- drivers/mmc/mmc.c | 118 ++ include/mmc.h | 16 2 files changed, 134 insertions(+) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc

Re: [U-Boot] [PATCH 7/9] MMC: APIs to support creation of boot partition

2012-12-20 Thread Amarendra Reddy
Hi Simon, Ok. I will ensure to get rid of these little errors. Thanks & Regards Amarendra Reddy On 20 December 2012 08:01, Simon Glass wrote: > Hi Amar, > > On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > > > This pathc adds APIs to open, close and to create boot partiton for eMMC. > > > > Sig

Re: [U-Boot] [PATCH 7/9] MMC: APIs to support creation of boot partition

2012-12-19 Thread Simon Glass
Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar wrote: > This pathc adds APIs to open, close and to create boot partiton for eMMC. > > Signed-off-by: Amar > I think you should run checkpatch (or patman!) on your patches to get rid of little errors. Or maybe you need to upgrade your checkpatch.

[U-Boot] [PATCH 7/9] MMC: APIs to support creation of boot partition

2012-12-17 Thread Amar
This pathc adds APIs to open, close and to create boot partiton for eMMC. Signed-off-by: Amar --- drivers/mmc/mmc.c | 118 + include/mmc.h | 16 +++ 2 files changed, 134 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c b