Re: [PATCH V2 1/3] mmc: sdhci-pltfm: Add DT properties to set various QUIRKS

2015-11-16 Thread Alan Cooper
On Fri, Nov 13, 2015 at 4:31 AM, Ulf Hansson wrote: > On 12 November 2015 at 20:44, Alan Cooper wrote: >> On Thu, Nov 12, 2015 at 4:35 AM, Ulf Hansson wrote: >>> On 6 November 2015 at 19:56, Al Cooper

Re: [PATCH V2 1/3] mmc: sdhci-pltfm: Add DT properties to set various QUIRKS

2015-11-13 Thread Ulf Hansson
On 12 November 2015 at 20:44, Alan Cooper wrote: > On Thu, Nov 12, 2015 at 4:35 AM, Ulf Hansson wrote: >> On 6 November 2015 at 19:56, Al Cooper wrote: >>> Add support for "broken-ddr50", "broken-64-bit-dma" >>> and

Re: [PATCH V2 1/3] mmc: sdhci-pltfm: Add DT properties to set various QUIRKS

2015-11-12 Thread Ulf Hansson
On 6 November 2015 at 19:56, Al Cooper wrote: > Add support for "broken-ddr50", "broken-64-bit-dma" > and "broken-timeout-value" device tree properties. > The properties will cause the corresponding quirks bits to be set. > This allows some of the platform specific QUIRKS

Re: [PATCH V2 1/3] mmc: sdhci-pltfm: Add DT properties to set various QUIRKS

2015-11-12 Thread Alan Cooper
On Thu, Nov 12, 2015 at 4:35 AM, Ulf Hansson wrote: > On 6 November 2015 at 19:56, Al Cooper wrote: >> Add support for "broken-ddr50", "broken-64-bit-dma" >> and "broken-timeout-value" device tree properties. >> The properties will cause the

[PATCH V2 1/3] mmc: sdhci-pltfm: Add DT properties to set various QUIRKS

2015-11-06 Thread Al Cooper
Add support for "broken-ddr50", "broken-64-bit-dma" and "broken-timeout-value" device tree properties. The properties will cause the corresponding quirks bits to be set. This allows some of the platform specific QUIRKS setting to be moved out of the driver and into the Device Tree node.