Re: [PATCH V2] spi: add driver for BCM2835

2013-03-12 Thread Chris Boot
On 12/03/13 03:38, Stephen Warren wrote: > From: Chris Boot > > The BCM2835 contains two forms of SPI master controller (one known > simply as SPI0, and the other known as the "Universal SPI Master", in > the auxilliary block) and one form of SPI slave controller. This patch > adds support for th

[PATCH V2] spi: add driver for BCM2835

2013-03-11 Thread Stephen Warren
From: Chris Boot The BCM2835 contains two forms of SPI master controller (one known simply as SPI0, and the other known as the "Universal SPI Master", in the auxilliary block) and one form of SPI slave controller. This patch adds support for the SPI0 controller. This driver is taken from Chris B