Re: [PATCH v7] spi: New driver for Altera SPI

2011-02-07 Thread Thomas Chou
On 02/07/2011 04:23 AM, Peter Korsgaard wrote: >> "Thomas" == Thomas Chou writes: > > Hi, > > Thomas> +++ b/drivers/spi/Kconfig > Thomas> @@ -53,6 +53,13 @@ if SPI_MASTER > > Thomas> comment "SPI Master Controller Drivers" > > Thomas> +config SPI_ALTERA > Thomas> + tristate "A

Re: [PATCH v7] spi: New driver for Altera SPI

2011-02-06 Thread Peter Korsgaard
> "Thomas" == Thomas Chou writes: Hi, Thomas> +++ b/drivers/spi/Kconfig Thomas> @@ -53,6 +53,13 @@ if SPI_MASTER Thomas> comment "SPI Master Controller Drivers" Thomas> +config SPI_ALTERA Thomas> + tristate "Altera SPI Controller" Thomas> + default n 'n' is the default

[PATCH v7] spi: New driver for Altera SPI

2011-02-05 Thread Thomas Chou
This patch adds a new SPI driver to support the Altera SOPC Builder SPI component. It uses the bitbanging library. Signed-off-by: Thomas Chou --- v2 add devicetree support v3 remove platform header, as Grant suggested. no irq resource means polling. v4 minor cleanup, as Grant suggested. v5 add