* Andy Fleming wrote:
> On Tue, Nov 29, 2011 at 1:02 AM, Thierry Reding
> wrote:
> > * Andy Fleming wrote:
> > [...]
> >> Well, while this isn't the case in any systems I know of now, it is
> >> quite possible for there to be more than one *type* of SD/MMC
> >> controller on an SoC, and there's al
On Tue, Nov 29, 2011 at 1:02 AM, Thierry Reding
wrote:
> * Andy Fleming wrote:
> [...]
>> Well, while this isn't the case in any systems I know of now, it is
>> quite possible for there to be more than one *type* of SD/MMC
>> controller on an SoC, and there's always the possibility that an SoC
>>
* Andy Fleming wrote:
[...]
> Well, while this isn't the case in any systems I know of now, it is
> quite possible for there to be more than one *type* of SD/MMC
> controller on an SoC, and there's always the possibility that an SoC
> provides a non-controller-specific card-detect mechanism. The id
On Mon, Nov 28, 2011 at 11:47 AM, Thierry Reding
wrote:
>>
>> Also, to handle code like is in fsl_esdhc.c for fallback in case no
>> board-specific code is written, I'm thinking we should use a mechanism
>> similar to the ethernet drivers:
>>
>> if (board_eth_init != __def_eth_init) {
>>
* Andy Fleming wrote:
> On Thu, Nov 17, 2011 at 5:51 AM, Thierry Reding
> wrote:
> > Check for board-specific card detect each time an MMC/SD device is
> > initialized. If card detection is not implemented, this code behaves as
> > before and continues assuming a card is present. If no card is det
On Thu, Nov 17, 2011 at 5:51 AM, Thierry Reding
wrote:
> Check for board-specific card detect each time an MMC/SD device is
> initialized. If card detection is not implemented, this code behaves as
> before and continues assuming a card is present. If no card is detected,
> has_init is reset for t
* Thierry Reding wrote:
> Check for board-specific card detect each time an MMC/SD device is
> initialized. If card detection is not implemented, this code behaves as
> before and continues assuming a card is present. If no card is detected,
> has_init is reset for the MMC/SD device (to force initi
Check for board-specific card detect each time an MMC/SD device is
initialized. If card detection is not implemented, this code behaves as
before and continues assuming a card is present. If no card is detected,
has_init is reset for the MMC/SD device (to force initialization next
time) and an erro
8 matches
Mail list logo