From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Smecher Date: Tue, 17 Aug 2010 10:34:55 -0700 Subject: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller. In-Reply-To: <20100817192538.1d12bc41@wker> References: <201008031359.36294.vapier@gentoo.org> <1280955847-2999-1-git-send-email-graeme.smecher@mail.mcgill.ca> <4C6AB85E.6030805@mail.mcgill.ca> <20100817192538.1d12bc41@wker> Message-ID: <4C6AC83F.8060205@mail.mcgill.ca> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Anatolij, On 17/08/10 10:25 AM, Anatolij Gustschin wrote: > Hi, > > On Tue, 17 Aug 2010 09:27:10 -0700 > Graeme Smecher wrote: > > >> On 04/08/10 02:04 PM, Graeme Smecher wrote: >> >>> This code differs in only trivial ways from the altera_spi driver. It plays >>> nice with Thomas Chou's mmc_spi driver, as well as with SPI flash. >>> >>> Documentation for the SPI core is available here: >>> >>> http://www.xilinx.com/support/documentation/ip_documentation/xps_spi.pdf >>> >>> Signed-off-by: Graeme Smecher >>> --- >>> drivers/spi/Makefile | 1 + >>> drivers/spi/xilinx_spi.c | 173 ++++++++++++++++++++++++++++++++++++++++++++++ >>> 2 files changed, 174 insertions(+), 0 deletions(-) >>> create mode 100644 drivers/spi/xilinx_spi.c >>> >>> >> Just a friendly reminder -- I'd be really happy to see this, and my >> other patch (July 29, "Add support for Winbond W25Q64 SPI flash"), >> integrated into the tree. Please let me know if there's anything I can >> do to grease the skids. >> > Thanks! But both, this and your other patch have been submitted when > the merge window for next v2010.09 release was closed. So the patches > probably won't be integrated before the next merge window opens, > since these are not bug fixes. Normally you do not have to resubmit > the patches when the next merge window opens again, maybe send a > reminder again. Some info about release cycle can be found here [1]. > > Best regards, > Anatolij > > [1] http://www.denx.de/wiki/U-Boot/ReleaseCycle > Ah, of course -- I should have guessed. I'll send along another prod next month if it's necessary. thanks, Graeme