Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2012-04-02 Thread Graeme Smecher
Hi Marek, On 31/03/12 12:42 PM, Marek Vasut wrote: Dear Graeme Smecher, Hi Wolfgang, On 18/09/10 01:02 PM, Wolfgang Denk wrote: Dear Graeme Smecher, In message<1280955847-2999-1-git-send-email-graeme.smec...@mail.mcgill.ca> you wrote: This code differs in only trivial ways from the altera

Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2012-04-02 Thread Marek Vasut
Dear Graeme Smecher, > Hi Marek, > > On 31/03/12 12:42 PM, Marek Vasut wrote: > > Dear Graeme Smecher, > > > >> Hi Wolfgang, > >> > >> On 18/09/10 01:02 PM, Wolfgang Denk wrote: > >>> Dear Graeme Smecher, > >>> > >>> In > >>> message<1280955847-2999-1-git-send-email-graeme.smec...@mail.mcgill.

Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2012-03-31 Thread Marek Vasut
Dear Graeme Smecher, > Hi Wolfgang, > > On 18/09/10 01:02 PM, Wolfgang Denk wrote: > > Dear Graeme Smecher, > > > > In message<1280955847-2999-1-git-send-email-graeme.smec...@mail.mcgill.ca> you wrote: > >> This code differs in only trivial ways from the altera_spi driver. It > >> plays nice w

Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2010-09-20 Thread Graeme Smecher
Hi Wolfgang, On 18/09/10 01:02 PM, Wolfgang Denk wrote: > Dear Graeme Smecher, > > In message<1280955847-2999-1-git-send-email-graeme.smec...@mail.mcgill.ca> > you wrote: > >> This code differs in only trivial ways from the altera_spi driver. It plays >> nice with Thomas Chou's mmc_spi drive

Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2010-09-18 Thread Wolfgang Denk
Dear Graeme Smecher, In message <1280955847-2999-1-git-send-email-graeme.smec...@mail.mcgill.ca> you 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. Hm... if the core really differs in only

Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2010-08-17 Thread Graeme Smecher
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 Ch

Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2010-08-17 Thread Anatolij Gustschin
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

Re: [U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2010-08-17 Thread Graeme Smecher
Hi all, 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/documen

[U-Boot] [PATCH V2] Adds driver for Xilinx' xps_spi SPI controller.

2010-08-04 Thread Graeme Smecher
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 Smech