Re: [PATCH v5 4/6] spi: bcm2835: new driver implementing auxiliar spi1/spi2 on the bcm2835 soc

2015-09-08 Thread Eric Anholt
ker...@martin.sperl.org writes: > From: Martin Sperl > > Implements spi master driver for the 2 auxiliar spi devices > supported by the bcm2835 SOC. > > The driver does not implement native chip-selects but uses > framework provided aribtrary GPIO-chip-selects. > > Requires soc-bcm2835-aux enable

[PATCH v5 4/6] spi: bcm2835: new driver implementing auxiliar spi1/spi2 on the bcm2835 soc

2015-09-04 Thread kernel
From: Martin Sperl Implements spi master driver for the 2 auxiliar spi devices supported by the bcm2835 SOC. The driver does not implement native chip-selects but uses framework provided aribtrary GPIO-chip-selects. Requires soc-bcm2835-aux enable api to enable/disable HW blocks. Signed-off-by