qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [PATCH v3 11/30] sdhci: Add i.MX specific subtype of SDHC


From: Peter Maydell
Subject: Re: [Qemu-arm] [PATCH v3 11/30] sdhci: Add i.MX specific subtype of SDHCI
Date: Thu, 23 Nov 2017 09:52:24 +0000

On 22 November 2017 at 20:43, Andrey Smirnov <address@hidden> wrote:
> On Tue, Nov 21, 2017 at 10:02 AM, Peter Maydell
> <address@hidden> wrote:
>> On 6 November 2017 at 15:47, Andrey Smirnov <address@hidden> wrote:
>>> +/* Controller does not provide transfer-complete interrupt when not busy */
>>> +#define SDHCI_QUIRK_NO_BUSY_IRQ    BIT(14)
>>
>> We only have one quirk, so why is it bit 14?
>>
>
> I took that code from Linux kernel, so I tried to keep it as is (same
> with unsigned long in quirks field).

That's fine, but if so we should have a comment that that's what we're
doing, so that subsequent additions by other contributors follow the
same convention.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]