Re: [PATCH 1/7] mmc: lock: Use the kernel "KEYS" subsystem to get a card's password

2013-08-14 Thread Brian Norris
Al Cooper writes: > From: Al Cooper > > Use the kernel "KEYS" subsystem to get a password for a card based on > the card's CID. This code was based on a patch set submitted by > Anderson Briglia in 2006. > > refs #SWLINUX-2545 You'll want to drop these tags, as they don't have any use in Linus

[PATCH] mmc: omap_hsmmc: get capabilities from DT

2013-08-14 Thread Daniel Mack
When used in DT mode, the omap hsmmc driver has to take capabilites given in DT by calling mmc_of_parse(). Signed-off-by: Daniel Mack --- drivers/mmc/host/omap_hsmmc.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/o

[PATCHv4 3/3] mmc: dw_mmc: Use phandle to get SDR timing values from sys-mgr

2013-08-14 Thread dinguyen
From: Dinh Nguyen Update the driver to get the system manager node from a phandle. Also, the driver can get the correct clock value from the common clock API, thus the "altr,dw-mshc-ciu-div" binding is not needed at all. Signed-off-by: Dinh Nguyen Cc: Jaehoon Chung Cc: Seungwon Jeon Cc: Rob H

[PATCHv4 2/3] ARM: socfpga: dts: Add support for SD/MMC

2013-08-14 Thread dinguyen
From: Dinh Nguyen Add bindings for SD/MMC for SOCFPGA. Signed-off-by: Dinh Nguyen Cc: Jaehoon Chung Cc: Seungwon Jeon Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicet...@vger.kernel.org Cc: linux-mmc@vger.kernel.org CC: linux-arm-ker...@list

Re: [PATCH] mmc: dw_mmc-exynos: Common bindings for dw-mshc timing

2013-08-14 Thread Stephen Warren
On 08/13/2013 11:29 PM, Olof Johansson wrote: > On Mon, Aug 12, 2013 at 05:15:01PM -0600, Stephen Warren wrote: >> On 08/08/2013 04:55 PM, dingu...@altera.com wrote: >>> From: Dinh Nguyen >>> >>> Remove the "samsung" in "samsung,dw-mshc-ciu-div", >>> "samsung,dw-mshc-sdr-timing", >>> and "samsung

RE: [PATCH v2 1/1] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2013-08-14 Thread Prabu Thangamuthu
Hi Jaehoon Chung, >On 08/14/2013 09:51 AM, Jaehoon Chung wrote: > Hi Prabu, > > If IP version is the lower than 2.70a, 64bit address mode didn't support. > How do you control on this case? > (If CONFIG_MMC_DW_IDMAC_64BIT_ADDRESS is enabled and dw-mmc ip > version is lower than 2.70a..) It's a val

Re: [PATCH 1/2] mmc: dw_mmc: exynos: Add a new compatible string for exynos5420

2013-08-14 Thread Yuvaraj Kumar
Chris, Can you pick this to your tree? On Thu, Jun 20, 2013 at 6:20 PM, Jaehoon Chung wrote: > Looks good to me. > > Acked-by: Jaehoon Chung > > Best Regards, > Jaehoon Chung > > On 05/24/2013 07:04 PM, Yuvaraj Kumar C D wrote: >> The Exynos5420 has a DWMMC controller which is different from pri