Re: [PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-03-19 Thread Ulf Hansson
On 4 March 2016 at 10:41, Ulf Hansson wrote: > On 3 March 2016 at 16:28, Ulf Hansson wrote: >> On 16 February 2016 at 05:06, Magnus Damm wrote: >>> From: Magnus Damm >>> >>> This patch adds

Re: [PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-03-19 Thread Ulf Hansson
On 4 March 2016 at 10:41, Ulf Hansson wrote: > On 3 March 2016 at 16:28, Ulf Hansson wrote: >> On 16 February 2016 at 05:06, Magnus Damm wrote: >>> From: Magnus Damm >>> >>> This patch adds comments to describe the various ways card detection >>> may be implemented and when polling is needed.

Re: [PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-03-04 Thread Ulf Hansson
On 3 March 2016 at 16:28, Ulf Hansson wrote: > On 16 February 2016 at 05:06, Magnus Damm wrote: >> From: Magnus Damm >> >> This patch adds comments to describe the various ways card detection >> may be implemented and

Re: [PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-03-04 Thread Ulf Hansson
On 3 March 2016 at 16:28, Ulf Hansson wrote: > On 16 February 2016 at 05:06, Magnus Damm wrote: >> From: Magnus Damm >> >> This patch adds comments to describe the various ways card detection >> may be implemented and when polling is needed. Also a fix is included >> to prevent the MMC SPI

Re: [PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-03-03 Thread Ulf Hansson
On 16 February 2016 at 05:06, Magnus Damm wrote: > From: Magnus Damm > > This patch adds comments to describe the various ways card detection > may be implemented and when polling is needed. Also a fix is included > to prevent the MMC SPI driver

Re: [PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-03-03 Thread Ulf Hansson
On 16 February 2016 at 05:06, Magnus Damm wrote: > From: Magnus Damm > > This patch adds comments to describe the various ways card detection > may be implemented and when polling is needed. Also a fix is included > to prevent the MMC SPI driver from polling when a CD GPIO that supports >

Re: [PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-02-26 Thread Magnus Damm
On Tue, Feb 16, 2016 at 1:06 PM, Magnus Damm wrote: > From: Magnus Damm > > This patch adds comments to describe the various ways card detection > may be implemented and when polling is needed. Also a fix is included > to prevent the MMC SPI

Re: [PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-02-26 Thread Magnus Damm
On Tue, Feb 16, 2016 at 1:06 PM, Magnus Damm wrote: > From: Magnus Damm > > This patch adds comments to describe the various ways card detection > may be implemented and when polling is needed. Also a fix is included > to prevent the MMC SPI driver from polling when a CD GPIO that supports >

[PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-02-15 Thread Magnus Damm
From: Magnus Damm This patch adds comments to describe the various ways card detection may be implemented and when polling is needed. Also a fix is included to prevent the MMC SPI driver from polling when a CD GPIO that supports interrupts is specified using the gpios

[PATCH] mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case

2016-02-15 Thread Magnus Damm
From: Magnus Damm This patch adds comments to describe the various ways card detection may be implemented and when polling is needed. Also a fix is included to prevent the MMC SPI driver from polling when a CD GPIO that supports interrupts is specified using the gpios DT property (case 1).