From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Wed, 05 May 2010 08:09:06 +0800 Subject: [U-Boot] [PATCH v2] misc: add gpio based status led driver In-Reply-To: <20100504223051.ED318B086F8@gemini.denx.de> References: <1269665654-2609-1-git-send-email-thomas@wytron.com.tw> <1271810712-16238-1-git-send-email-thomas@wytron.com.tw> <20100424192355.04FCBCCF03F@gemini.denx.de> <4BD36BAE.2060903@wytron.com.tw> <20100424223245.29B4BEDD5FB@gemini.denx.de> <4BD377C9.6010809@wytron.com.tw> <20100425181430.6CF214C04D@gemini.denx.de> <4BD7B0B3.3010007@wytron.com.tw> <20100504223051.ED318B086F8@gemini.denx.de> Message-ID: <4BE0B722.1070605@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/05/2010 06:30 AM, Wolfgang Denk wrote: > Dear Thomas Chou, > > In message<4BD7B0B3.3010007@wytron.com.tw> you wrote: > >> I sent a patch to enable some peripherals on the nios2-generic board. >> >> 04/28 [PATCH v2] nios2: add epcs, gpio led and mmc_spi to nios2-generic >> >> This patch should be applied after the other outstanding patches. Please let me know if this is all right? >> > I don't understand how this is supposed to work? How can you enable a > feature that has not been added yet? Will this not cause build errors? > > I guess to make sure the code remains bisectable both should be done > in a single step? > > Best regards, > > Wolfgang Denk > > Hi Wolfgang and Scott, Please disregard the v2 patch on 04/28. I have resubmit the patch series in a way that they can be applied one-by-one without breaking others. I have tested the build on Altera dev boards using standard configuration. 04/30 [PATCH 0/6] add gpio_led and altera_spi drivers nios2: add gpio support misc: add gpio based status led driver nios2: add gpio support to nios2-generic board spi: add altera spi controller support spi_flash: support old STMicro parts with RES, v3 acked by Mike Frysinger. nios2: add spi flash support to nios2-generic board Best regards, Thomas