From mboxrd@z Thu Jan 1 00:00:00 1970 From: plagnioj@jcrosoft.com (Jean-Christophe PLAGNIOL-VILLARD) Date: Fri, 10 Sep 2010 11:23:06 +0200 Subject: [PATCH] AT91: at91sam9261ek board: remove warnings related to use of SPI or SD/MMC In-Reply-To: <1284113629-13768-2-git-send-email-nicolas.ferre@atmel.com> References: <1284113629-13768-1-git-send-email-nicolas.ferre@atmel.com> <1284113629-13768-2-git-send-email-nicolas.ferre@atmel.com> Message-ID: <20100910092306.GM9112@game.jcrosoft.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > +/* > + * MCI (SD/MMC) > + * spi0 and mmc/sd share the same PIO pins: cannot be used at the same time > + */ > +static struct at91_mmc_data __initdata ek_mmc_data = { > + .wire4 = 1, > +// .det_pin = ... not connected > +// .wp_pin = ... not connected > +// .vcc_pin = ... not connected can we remove this 3 comments Best Regards, J. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756819Ab0IJJYD (ORCPT ); Fri, 10 Sep 2010 05:24:03 -0400 Received: from 29.mail-out.ovh.net ([87.98.216.213]:46951 "HELO 29.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756378Ab0IJJYB (ORCPT ); Fri, 10 Sep 2010 05:24:01 -0400 Date: Fri, 10 Sep 2010 11:23:06 +0200 From: Jean-Christophe PLAGNIOL-VILLARD To: Nicolas Ferre Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, avictor.za@gmail.com Subject: Re: [PATCH] AT91: at91sam9261ek board: remove warnings related to use of SPI or SD/MMC Message-ID: <20100910092306.GM9112@game.jcrosoft.org> References: <1284113629-13768-1-git-send-email-nicolas.ferre@atmel.com> <1284113629-13768-2-git-send-email-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1284113629-13768-2-git-send-email-nicolas.ferre@atmel.com> X-PGP-Key: http://uboot.jcrosoft.org/plagnioj.asc X-PGP-key-fingerprint: 6309 2BBA 16C8 3A07 1772 CC24 DEFC FFA3 279C CE7C User-Agent: Mutt/1.5.20 (2009-06-14) X-Ovh-Tracer-Id: 17955007290126740332 X-Ovh-Remote: 213.251.161.87 (ns32433.ovh.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.5/N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > +/* > + * MCI (SD/MMC) > + * spi0 and mmc/sd share the same PIO pins: cannot be used at the same time > + */ > +static struct at91_mmc_data __initdata ek_mmc_data = { > + .wire4 = 1, > +// .det_pin = ... not connected > +// .wp_pin = ... not connected > +// .vcc_pin = ... not connected can we remove this 3 comments Best Regards, J.