[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANz0V+5ybs6K7bGxHnXbyPCnBDZzw-O1X6zBfbmG16XvofJUTA@mail.gmail.com>
Date: Thu, 6 Oct 2011 01:14:07 -0400
From: "Andrei E. Warkentin" <andrey.warkentin@...il.com>
To: NamJae Jeon <linkinjeon@...il.com>
Cc: Andrei Warkentin <awarkentin@...are.com>,
linux-kernel@...r.kernel.org,
adrian hunter <adrian.hunter@...el.com>,
linus walleij <linus.walleij@...aro.org>,
james p freyensee <james_p_freyensee@...ux.intel.com>,
sebras@...il.com, Ulf Hansson <Ulf.Hansson@...ricsson.com>,
stefan xk nilsson <stefan.xk.nilsson@...ricsson.com>,
per forlin <per.forlin@...ricsson.com>,
johan rudholm <johan.rudholm@...ricsson.com>, cjb@...top.org,
linux-mmc@...r.kernel.org
Subject: Re: [PATCH v11] mmc : general purpose partition support.
HI NamJae,
2011/10/5 NamJae Jeon <linkinjeon@...il.com>:
>
> How about changing patch like this ?
>
> if (ext_csd[EXT_CSD_BOOT_MULT] && mmc_boot_partition_access(card->host)) {
> for (idx = 0; idx < MMC_NUM_BOOT_PARTITION; idx++) {
> part_size = ext_csd[EXT_CSD_BOOT_MULT] << 17;
> mmc_part_add(card, part_size,
> EXT_CSD_PART_CONFIG_ACC_BOOT0 + idx,
> "boot%d", idx, true);
> }
> }
>
> I want to hear the opinion from andrei and
> adrian(mmc_boot_partition_access patch's author)
> Thanks.
I like this.
A
Powered by blists - more mailing lists