Re: [PATCH v2] mmc: sdhci: add quirk for ACMD23 broken

2014-12-17 Thread Scott Branden
Hi Chris, We'll finish off cleaning up our driver that uses this patch for review then. Thanks, Scott On 14-12-17 11:48 AM, Chris Ball wrote: Hi Scott, sorry for the delay, On Fri, Dec 05 2014, Scott Branden wrote: Add quirk to handle broken auto-CMD23. Some controllers do not respond

Re: [PATCH v2] mmc: sdhci: add quirk for ACMD23 broken

2014-12-17 Thread Chris Ball
Hi Scott, sorry for the delay, On Fri, Dec 05 2014, Scott Branden wrote: > Add quirk to handle broken auto-CMD23. > Some controllers do not respond after the first auto-CMD23 is issued. > > This allows CMD23 to still work (mandatory for the faster UHS-I mode) > rather than disabling CMD23

Re: [PATCH v2] mmc: sdhci: add quirk for ACMD23 broken

2014-12-17 Thread Scott Branden
Hi Chris, I have not received any feedback on this patch for the SDHCI controller. Anything I can do to help get this accepted into the codebase? Thanks, Scott On 14-12-04 04:16 PM, Scott Branden wrote: Add quirk to handle broken auto-CMD23. Some controllers do not respond after the first

Re: [PATCH v2] mmc: sdhci: add quirk for ACMD23 broken

2014-12-17 Thread Scott Branden
Hi Chris, I have not received any feedback on this patch for the SDHCI controller. Anything I can do to help get this accepted into the codebase? Thanks, Scott On 14-12-04 04:16 PM, Scott Branden wrote: Add quirk to handle broken auto-CMD23. Some controllers do not respond after the first

Re: [PATCH v2] mmc: sdhci: add quirk for ACMD23 broken

2014-12-17 Thread Chris Ball
Hi Scott, sorry for the delay, On Fri, Dec 05 2014, Scott Branden wrote: Add quirk to handle broken auto-CMD23. Some controllers do not respond after the first auto-CMD23 is issued. This allows CMD23 to still work (mandatory for the faster UHS-I mode) rather than disabling CMD23 entirely via

Re: [PATCH v2] mmc: sdhci: add quirk for ACMD23 broken

2014-12-17 Thread Scott Branden
Hi Chris, We'll finish off cleaning up our driver that uses this patch for review then. Thanks, Scott On 14-12-17 11:48 AM, Chris Ball wrote: Hi Scott, sorry for the delay, On Fri, Dec 05 2014, Scott Branden wrote: Add quirk to handle broken auto-CMD23. Some controllers do not respond

[PATCH v2] mmc: sdhci: add quirk for ACMD23 broken

2014-12-04 Thread Scott Branden
Add quirk to handle broken auto-CMD23. Some controllers do not respond after the first auto-CMD23 is issued. This allows CMD23 to still work (mandatory for the faster UHS-I mode) rather than disabling CMD23 entirely via SDHCI_QUIRK2_HOST_NO_CMD23. Signed-off by: Corneliu Doban Signed-off-by:

[PATCH v2] mmc: sdhci: add quirk for ACMD23 broken

2014-12-04 Thread Scott Branden
Add quirk to handle broken auto-CMD23. Some controllers do not respond after the first auto-CMD23 is issued. This allows CMD23 to still work (mandatory for the faster UHS-I mode) rather than disabling CMD23 entirely via SDHCI_QUIRK2_HOST_NO_CMD23. Signed-off by: Corneliu Doban