[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Patch][Pxa2xx] Mainstone mmc support
From: |
andrzej zaborowski |
Subject: |
Re: [Qemu-devel] [Patch][Pxa2xx] Mainstone mmc support |
Date: |
Sun, 9 Dec 2007 05:33:41 +0100 |
On 08/12/2007, Armin <address@hidden> wrote:
> Hello,
>
> Please consider this patch for inclusion.
>
> This adds MMC and the rest of the FPGA irq definitions for the Mainstone II
Why are both the write-protect and card-detect signals being connected
to one input? If one of the inputs doesn't exist then just pass NULL
for the parameter, and if they are supposed to be ORed or ANDed then
this needs to be done explicitely.
The way it is in the patch the input will randomly take the level of
one of the two signals.
Regards