Re: [PATCH v2 08/14] mmc: mmci: add 8bit bus support in variant data

2014-05-23 Thread Linus Walleij
On Thu, May 15, 2014 at 11:37 AM, wrote: > From: Srinivas Kandagatla > > This patch adds 8bit bus enable to variant structure giving more flexibility > to the driver to support more SOCs which have different clock register layout. > > Without this patch other new SOCs like Qcom will have to add

[PATCH v2 08/14] mmc: mmci: add 8bit bus support in variant data

2014-05-15 Thread srinivas . kandagatla
From: Srinivas Kandagatla This patch adds 8bit bus enable to variant structure giving more flexibility to the driver to support more SOCs which have different clock register layout. Without this patch other new SOCs like Qcom will have to add more code to special case them. Signed-off-by: Srini