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
> "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
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