[PATCH 1/2] [1/2] mmc: sdhci-cadence: Fix writing PHY delay

2017-02-16 Thread Piotr Sroka
Add polling for ACK to be sure that data are written to PHY register. Signed-off-by: Piotr Sroka --- drivers/mmc/host/sdhci-cadence.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-cadence.c b/drivers/mmc/host/sdhci-cadence.c index 4b0ecb9

RE: [PATCH 2/2] [2/2] mmc: sdhci-cadence: Update PHY delay configuration

2017-02-17 Thread Piotr Sroka
> -Original Message- > From: Ulf Hansson [mailto:ulf.hans...@linaro.org] > Sent: 16 February, 2017 4:10 PM > Subject: Re: [PATCH 2/2] [2/2] mmc: sdhci-cadence: Update PHY delay > configuration > > On 16 February 2017 at 14:06, Piotr Sroka wrote: > > DTS

[PATCH] mmc: sdhci-cadence: add parsing sdhci properties

2017-04-11 Thread Piotr Sroka
Add calling sdhci_get_of_property function to parse sdhci properties. Signed-off-by: Piotr Sroka --- drivers/mmc/host/sdhci-cadence.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mmc/host/sdhci-cadence.c b/drivers/mmc/host/sdhci-cadence.c index 7797e98..19d5698 100644

RE: [v2 PATCH 3/3] mmc: sdhci-cadence: Update PHY delay configuration

2017-03-13 Thread Piotr Sroka
Hi Masahiro > -Original Message- > From: Masahiro Yamada [mailto:yamada.masah...@socionext.com] > Sent: 09 March, 2017 3:37 AM > Subject: Re: [v2 PATCH 3/3] mmc: sdhci-cadence: Update PHY delay configuration > > Hi Piotr, > > 2017-03-07 20:00 GMT+09:00 Piotr

RE: [PATCH] mmc: core: fix changing bus witdh in hs400es mode

2017-03-02 Thread Piotr Sroka
Hi Shawn Thanks for the information. Best Regards Piotr Sroka > -Original Message- > From: Shawn Lin [mailto:shawn@rock-chips.com] > Sent: 03 March, 2017 4:43 AM > Subject: Re: [PATCH] mmc: core: fix changing bus witdh in hs400es mode > > Hi Poitr, > >

[v2] mmc: sdhci-cadence: add HS400 enhanced strobe support

2017-03-03 Thread Piotr Sroka
Add support for HS400ES mode to Cadence SDHCI driver. Signed-off-by: Piotr Sroka --- Changes in v2: - Modify enhanced strobe function to handle disabling enhanced strobe inside the function. Do no relay on that mmc_set_ios() is called immediately after host->ops->hs400_enhanced_

[v3] mmc: sdhci-cadence: add HS400 enhanced strobe support

2017-03-06 Thread Piotr Sroka
Add support for HS400ES mode to Cadence SDHCI driver. Signed-off-by: Piotr Sroka --- Changes in v2: - Modify enhanced strobe function to handle disabling enhanced strobe inside the function. Do no relay on that mmc_set_ios() is called immediately after host->ops->hs400_enhanced_

[v2 PATCH 1/3] mmc: sdhci-cadence: Fix writing PHY delay

2017-03-06 Thread Piotr Sroka
Add polling for ACK to be sure that data are written to PHY register. Signed-off-by: Piotr Sroka --- Changes for v2: - fix indent --- drivers/mmc/host/sdhci-cadence.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/sdhci-cadence.c b/drivers/mmc

[v2 PATCH 3/3] mmc: sdhci-cadence: Update PHY delay configuration

2017-03-06 Thread Piotr Sroka
PHY settings can be different for different platforms and SoCs. Fixed PHY input delays was replaced with SoC specific compatible data. DTS properties are used for configuration new PHY DLL delays. Signed-off-by: Piotr Sroka --- Changes for v2: - dts part was removed from this patch - most delays

[v2 PATCH 2/3] Documentation: bindings: add description of PHY delays for sdhci-cadence

2017-03-06 Thread Piotr Sroka
Add description of new DLL PHY delays. Signed-off-by: Piotr Sroka --- Changes for v2: - file was created in v2. It was a part of driver source file patch. - most delays were moved from dts file to data associated with an SoC specific compatible - description of delays was updated to be more

<    1   2