Re: [PATCH 1/4] xilinx_spi: Split into of driver and generic part.

2009-11-11 Thread Grant Likely
On Wed, Nov 11, 2009 at 7:38 AM, Richard Röjfors wrote: > This patch splits the xilinx_spi driver into a generic part and a > OF driver part. > > The reason for this is to later add in a platform driver as well. Hey Richard, Thanks for the quick response. A couple of important comments, and a b

[PATCH 1/4] xilinx_spi: Split into of driver and generic part.

2009-11-11 Thread Richard Röjfors
This patch splits the xilinx_spi driver into a generic part and a OF driver part. The reason for this is to later add in a platform driver as well. Signed-off-by: Richard Röjfors --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4b6f7cb..e60b264 100644 --- a/drivers/spi/Kconfig ++