public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition
Date: Fri, 29 Mar 2013 11:02:40 +0900	[thread overview]
Message-ID: <5154F640.8020708@samsung.com> (raw)
In-Reply-To: <CAPbRUm=C2MC7304NUqXYuyDP+ifY7hFom0Dn0z57--4DRgiJUg@mail.gmail.com>

Dear Amarendra Reddy,

On 28/03/13 18:10, Amarendra Reddy wrote:
> Dear Minkyu,
> 
> I have plans to send a new patch to 'make this code conditional'.
> But it will be a new patch. 

I always said to you.
Please DO NOT top posting... please.

> 
> I am planning to take up this activity after the V7 patchset is merged into mainline.

It's OK.

> All patches of V7 patchset have been ACKED. 
> On top, DWMMC patchset is long pending, and any changes will further cause delay.
> Please provide your comments.

please check my comments, patch 8 and 10.

>   
> Thanks & Regards
> Amarendra Reddy
> 
> On 28 March 2013 13:48, Minkyu Kang <mk7.kang at samsung.com <mailto:mk7.kang@samsung.com>> wrote:
> 
>     On 07/03/13 18:26, Amarendra Reddy wrote:
>     > Dear Wolfgang,
>     > Thank you for the comments.
>     > Ok, I will make this code conditional.
> 
>     please don't top posting.
> 
>     > I will prepare a new patch and post the same.
> 
>     Do you have a plan to resend?
> 
>     >
>     > Thanks & Regards
>     > Amarendra
>     >
>     > On 6 March 2013 02:13, Wolfgang Denk <wd at denx.de <mailto:wd@denx.de>> wrote:
>     >
>     >> Dear Amar,
>     >>
>     >> In message <1362489090-7745-8-git-send-email-amarendra.xt at samsung.com <mailto:1362489090-7745-8-git-send-email-amarendra.xt@samsung.com>>
>     >> you wrote:
>     >>> This patch adds APIs to access(open / close) and to resize boot partiton
>     >> of EMMC.
>     >>
>     >> Can you please make this code conditional, so only boards that want
>     >> this feature (and actually use EMMC) suffer from the increased memory
>     >> footprint?
>     >>
>     >> Thanks.
>     >>
>     >> Viele Gr??e,
>     >>
>     >> Wolfgang Denk
>     >>
>     >> --
>     >> DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
>     >> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
>     >> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de <mailto:wd@denx.de>
>     >> The price of success is hard work, dedication to the job at hand, and
>     >> the determination that whether we win or lose, we  have  applied  the
>     >> best of ourselves to the task at hand.               - Vince Lombardi
>     >> _______________________________________________
>     >> U-Boot mailing list
>     >> U-Boot at lists.denx.de <mailto:U-Boot@lists.denx.de>
>     >> http://lists.denx.de/mailman/listinfo/u-boot
>     >>
>     >
>     >
>     >
>     > _______________________________________________
>     > U-Boot mailing list
>     > U-Boot at lists.denx.de <mailto:U-Boot@lists.denx.de>
>     > http://lists.denx.de/mailman/listinfo/u-boot
>     >
> 
>     Thanks,
>     Minkyu Kang.
> 
> 

Thanks,
Minkyu Kang.

  reply	other threads:[~2013-03-29  2:02 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-05 13:11 [U-Boot] [PATCH V7 00/10] EXYNOS5: Enable DWMMC, add FDT support for DWMMC and enable EMMC boot Amar
2013-03-05 13:11 ` [U-Boot] [PATCH V7 01/10] FDT: Add compatible string for DWMMC Amar
2013-03-11 16:34   ` Simon Glass
2013-03-12  6:16     ` Amarendra Reddy
2013-03-05 13:11 ` [U-Boot] [PATCH V7 02/10] EXYNOS5: FDT: Add DWMMC device node data Amar
2013-03-05 13:11 ` [U-Boot] [PATCH V7 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues Amar
2013-03-05 13:11 ` [U-Boot] [PATCH V7 04/10] EXYNOS5: DWMMC: Added FDT support for DWMMC Amar
2013-03-05 13:11 ` [U-Boot] [PATCH V7 05/10] EXYNOS5: DWMMC: Initialise the local variable to avoid unwanted results Amar
2013-03-05 13:11 ` [U-Boot] [PATCH V7 06/10] SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT Amar
2013-03-05 13:11 ` [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition Amar
2013-03-05 20:43   ` Wolfgang Denk
2013-03-07  9:26     ` Amarendra Reddy
2013-03-28  8:18       ` Minkyu Kang
2013-03-28  9:10         ` Amarendra Reddy
2013-03-29  2:02           ` Minkyu Kang [this message]
2013-03-05 13:11 ` [U-Boot] [PATCH V7 08/10] SMDK5250: Enable EMMC booting Amar
2013-03-28  8:23   ` Minkyu Kang
2013-04-01 11:21     ` Amarendra Reddy
2013-03-05 13:11 ` [U-Boot] [PATCH V7 09/10] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition Amar
2013-03-05 20:42   ` Wolfgang Denk
2013-03-07  9:25     ` Amarendra Reddy
2013-03-05 13:11 ` [U-Boot] [PATCH V7 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C Amar
2013-03-06 10:21   ` Hung-ying Tyan
2013-03-28  8:29   ` Minkyu Kang
2013-04-01 11:37     ` Amarendra Reddy
2013-04-01 11:46       ` Minkyu Kang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5154F640.8020708@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox