[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 amarendra...@samsung.com --- drivers/mmc/mmc.c | 118 ++ include/mmc.h | 16 2 files changed, 134 insertions(+) diff --git

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 amarendra...@samsung.com --- drivers/mmc/mmc.c | 118

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 s...@chromium.org wrote: Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar amarendra...@samsung.com wrote: This pathc adds APIs to open, close and to create

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 amarendra...@samsung.com wrote: This pathc adds APIs to open, close and to create boot partiton for eMMC. Signed-off-by: Amar amarendra...@samsung.com I think you should run checkpatch (or patman!) on your patches to get rid of little errors.

[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 amarendra...@samsung.com --- drivers/mmc/mmc.c | 118 + include/mmc.h | 16 +++ 2 files changed, 134 insertions(+), 0 deletions(-) diff