Re: [PATCH] mmc: dt: Add property for broken hs200 quirk

2014-12-29 Thread Bjorn Andersson
On Mon 22 Dec 02:04 PST 2014, Ulf Hansson wrote: > On 19 December 2014 at 21:01, Bjorn Andersson wrote: > > On Fri, Dec 19, 2014 at 3:38 AM, Ulf Hansson wrote: > >> On 12 December 2014 at 20:28, Bjorn Andersson > >> wrote: > >> > >> Some more explanation to why this needed would be good. > >> >

Re: [PATCH] mmc: dt: Add property for broken hs200 quirk

2014-12-22 Thread Ulf Hansson
On 19 December 2014 at 21:01, Bjorn Andersson wrote: > On Fri, Dec 19, 2014 at 3:38 AM, Ulf Hansson wrote: >> On 12 December 2014 at 20:28, Bjorn Andersson >> wrote: >> >> Some more explanation to why this needed would be good. >> > > Because (according to the git log) some of the memories that

Re: [PATCH] mmc: dt: Add property for broken hs200 quirk

2014-12-19 Thread Bjorn Andersson
On Fri, Dec 19, 2014 at 3:38 AM, Ulf Hansson wrote: > On 12 December 2014 at 20:28, Bjorn Andersson > wrote: > > Some more explanation to why this needed would be good. > Because (according to the git log) some of the memories that we mounted in Xperia Z1 does not support HS200 even though they

Re: [PATCH] mmc: dt: Add property for broken hs200 quirk

2014-12-19 Thread Ulf Hansson
On 12 December 2014 at 20:28, Bjorn Andersson wrote: Some more explanation to why this needed would be good. > Signed-off-by: Bjorn Andersson > --- > Documentation/devicetree/bindings/mmc/mmc.txt | 2 ++ This file lists the generic mmc DT bindings, but you want to add a specific binding for sd

[PATCH] mmc: dt: Add property for broken hs200 quirk

2014-12-12 Thread Bjorn Andersson
Signed-off-by: Bjorn Andersson --- Documentation/devicetree/bindings/mmc/mmc.txt | 2 ++ drivers/mmc/host/sdhci-pltfm.c| 3 +++ 2 files changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/mmc/mmc.txt b/Documentation/devicetree/bindings/mmc/mmc.txt index b5262