From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1Pi6-0004Sl-EM for qemu-devel@nongnu.org; Sun, 09 Dec 2007 12:12:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1Pi1-0004S4-Iy for qemu-devel@nongnu.org; Sun, 09 Dec 2007 12:12:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1Pi1-0004S0-Fp for qemu-devel@nongnu.org; Sun, 09 Dec 2007 12:12:53 -0500 Received: from gateway-1237.mvista.com ([63.81.120.158]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1Pi0-0005rr-TS for qemu-devel@nongnu.org; Sun, 09 Dec 2007 12:12:53 -0500 Received: from pahoa.hi.kama-aina.net (unknown [10.235.20.2]) by hermes.mvista.com (Postfix) with ESMTP id 96A741EB0A for ; Sun, 9 Dec 2007 09:12:45 -0800 (PST) Message-ID: <475C220D.60605@kama-aina.net> Date: Sun, 09 Dec 2007 07:12:45 -1000 From: Armin MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Patch][Pxa2xx] Mainstone mmc support References: <475B078E.7060809@kama-aina.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Andrzej, andrzej zaborowski wrote: > On 08/12/2007, Armin 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, > > The write protect does not exist so I will change it to a "NULL" thanks, - Armin