Re: [PATCH v2 09/14] mmc: mmci: add edge support to data and command out 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 edge support for data and command out 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 li

[PATCH v2 09/14] mmc: mmci: add edge support to data and command out in variant data.

2014-05-15 Thread srinivas . kandagatla
From: Srinivas Kandagatla This patch adds edge support for data and command out 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