[PATCH 0/7] mmc: sdhci/imx: a few clean up and fixes

2014-09-03 Thread Dong Aisheng
A few clean up and fixes.

Dong Aisheng (7):
  mmc: sdhci-esdhc-imx: remove duplicated lines
  mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt
issue
  mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fix
  mmc: sdhci: do not enable card detect interrupt for gpio cd type
  mmc: sdhci: do not enable card cd wakeup for gpio case
  mmc: sdhci-esdhc-imx: add imx6sx support
  mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdl

 drivers/mmc/host/sdhci-esdhc-imx.c |   44 ---
 drivers/mmc/host/sdhci.c   |8 +-
 2 files changed, 41 insertions(+), 11 deletions(-)

-- 
1.7.8

--
To unsubscribe from this list: send the line unsubscribe linux-mmc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/7] mmc: sdhci/imx: a few clean up and fixes

2014-09-03 Thread Fabio Estevam
Hi Dong,

On Wed, Sep 3, 2014 at 9:04 AM, Dong Aisheng b29...@freescale.com wrote:
 A few clean up and fixes.

Usually it is a good idea to separate cleanup from fixes. Do any of
the fixes should go to 3.17-rc or stable?

Regards,

Fabio Estevam
--
To unsubscribe from this list: send the line unsubscribe linux-mmc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/7] mmc: sdhci/imx: a few clean up and fixes

2014-09-03 Thread Dong Aisheng
On Wed, Sep 03, 2014 at 09:34:28AM -0300, Fabio Estevam wrote:
 Hi Dong,
 
 On Wed, Sep 3, 2014 at 9:04 AM, Dong Aisheng b29...@freescale.com wrote:
  A few clean up and fixes.
 
 Usually it is a good idea to separate cleanup from fixes. Do any of
 the fixes should go to 3.17-rc or stable?
 

Thanks for reminder.
Most are tiny fixes and clean up.
If to be strictly, Patch 3 mmc: sdhci-esdhc-imx: add ADMA Length Mismatch 
errata fix
could go to stable although the issue is very very hard to reproduce as stated
in errata.

Regards
Dong Aisheng

 Regards,
 
 Fabio Estevam
--
To unsubscribe from this list: send the line unsubscribe linux-mmc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/7] mmc: sdhci/imx: a few clean up and fixes

2014-09-03 Thread Shawn Guo
On Wed, Sep 03, 2014 at 08:04:56PM +0800, Dong Aisheng wrote:
 A few clean up and fixes.
 
 Dong Aisheng (7):
   mmc: sdhci-esdhc-imx: remove duplicated lines
   mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt
 issue
   mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fix
   mmc: sdhci: do not enable card detect interrupt for gpio cd type
   mmc: sdhci: do not enable card cd wakeup for gpio case
   mmc: sdhci-esdhc-imx: add imx6sx support
   mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdl

For all 7,

Reviewed-by: Shawn Guo shawn@linaro.org
--
To unsubscribe from this list: send the line unsubscribe linux-mmc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html