public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Add BOOT_PARTITION_ENABLE definition to MMC EXT_CSD PART_CONFIG
@ 2013-04-19 12:41 Neil Armstrong
  2013-04-25 21:42 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Neil Armstrong @ 2013-04-19 12:41 UTC (permalink / raw)
  To: linux-mmc
  Cc: Chris Ball, Namjae Jeon, Linus Walleij, Seungwon Jeon,
	Subhash Jadavani, linux-kernel

Add bit mask for the BOOT_PARTITION_ENABLE values.

Signed-off-by: Neil Armstrong <narmstrong@neotion.com>
---
 include/linux/mmc/mmc.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h
index 50bcde3..eb5b361 100644
--- a/include/linux/mmc/mmc.h
+++ b/include/linux/mmc/mmc.h
@@ -347,6 +347,7 @@ struct _mmc_csd {
 #define EXT_CSD_PART_CONFIG_ACC_BOOT0    (0x1)
 #define EXT_CSD_PART_CONFIG_ACC_RPMB    (0x3)
 #define EXT_CSD_PART_CONFIG_ACC_GP0    (0x4)
+#define EXT_CSD_PART_CONFIG_EN_MASK    (0x38)
 
 #define EXT_CSD_PART_SUPPORT_PART_EN    (0x1)
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/3] Add BOOT_PARTITION_ENABLE definition to MMC EXT_CSD PART_CONFIG
  2013-04-19 12:41 [PATCH 1/3] Add BOOT_PARTITION_ENABLE definition to MMC EXT_CSD PART_CONFIG Neil Armstrong
@ 2013-04-25 21:42 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2013-04-25 21:42 UTC (permalink / raw)
  To: narmstrong
  Cc: linux-mmc@vger.kernel.org, Chris Ball, Namjae Jeon, Seungwon Jeon,
	Subhash Jadavani, linux-kernel@vger.kernel.org, Loic PALLARDY

On Fri, Apr 19, 2013 at 2:41 PM, Neil Armstrong <narmstrong@neotion.com> wrote:

> Add bit mask for the BOOT_PARTITION_ENABLE values.
>
> Signed-off-by: Neil Armstrong <narmstrong@neotion.com>

Loic (CC) pushed these boot partition changes so make sure he gets
to review them...

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-25 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 12:41 [PATCH 1/3] Add BOOT_PARTITION_ENABLE definition to MMC EXT_CSD PART_CONFIG Neil Armstrong
2013-04-25 21:42 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox