[PATCH v2] mmc: sdhci-msm: Add support for vendor capabilities registers

2015-03-21 Thread Georgi Djakov
Some versions of this controller do not advertise their 3.0v and 8bit bus-width support capabilities. It is required to explicitly set these capabilities for the specific controller versions. Signed-off-by: Georgi Djakov georgi.dja...@linaro.org --- Changes since v1: * Converted to separate

Re: [PATCH 33/35 linux-next] mmc: constify of_device_id array

2015-03-21 Thread Fabian Frederick
On 20 March 2015 at 09:56 Ulf Hansson ulf.hans...@linaro.org wrote: On 17 March 2015 at 10:49, Ulf Hansson ulf.hans...@linaro.org wrote: On 16 March 2015 at 20:59, Fabian Frederick f...@skynet.be wrote: of_device_id is always used as const. (See driver.of_match_table and open firmware

Re: [PATCH v2] mmc: sdhci-msm: Add support for vendor capabilities registers

2015-03-21 Thread Bjorn Andersson
On Sat, Mar 21, 2015 at 7:50 AM, Georgi Djakov georgi.dja...@linaro.org wrote: Some versions of this controller do not advertise their 3.0v and 8bit bus-width support capabilities. It is required to explicitly set these capabilities for the specific controller versions. [..] diff --git