BKOPS Support

2014-08-01 Thread Schollmeyer, David A
I have a card with BKOPS_SUPPORT set in its ext_csd and I see the following Message during boot: mmc0: BKOPS_EN bit is not set. >From the eMMC spec, it looks to me that the host should set this bit if the card reports BKOPS_SUPPORT: 7.4.60 BKOPS_EN [163] This field allows the host

Re: [PATCHv9 1/5] mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.

2014-08-01 Thread Heiko Stübner
Am Freitag, 1. August 2014, 13:26:43 schrieb Jaehoon Chung: > Hi, All. > > It seems too late that this patch-set is merged into linux-3.16. > Also there are some conflicts in device-tree. (I will remove the conflicts) > So if everybody is ok, I will rebase on linux-next after released > linux-3.16

Re: [RFC PATCH 1/1 v8]mmc: Support-FFU-for-eMMC-v5.0

2014-08-01 Thread Hsin-Hsiang Tseng
Hi, Avi, I have another question want to consult, In your patch, after download the required firmware file, and back to normal mode. you will /* check that the eMMC has received the payload */ by read NUMBER_OF_FW_SECTORS_CORRECTLY_PROGAMMED field and compare to the size of the required firmware f

[PATCH] mmc: MMC_NUM_PHY_PARTITION is not right.

2014-08-01 Thread yisun1
eMMC card can support up to 7 partitions, including 2 boot, 1 RPMB and 4 GPs. But MMC_NUM_PHY_PARTITION is defined to 6 so we should fix it to 7. Signed-off-by: yisun1 --- include/linux/mmc/card.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mmc/card.h b/i