Re: [PATCH] spi: omap2-mcspi: Add support for GPIO chipselects

2015-04-13 Thread Michael Welling
I noticed a response to my message on the mailing lists that did not appear in my mailbox. Not sure where it went. Sorry about the over 80 characters in the commit log. As for the question about the uninitialized GPIOs, it is taken care in the core SPI driver. The cs_gpio struct member is initi

Re: [PATCH] spi: omap2-mcspi: Add support for GPIO chipselects

2015-04-09 Thread Mark Brown
On Wed, Apr 08, 2015 at 04:36:01PM -0500, Michael Welling wrote: > This patch allows for GPIOs specified in the devicetree to be used as SPI > chipselects > on TI OMAP2 SoCs. Please keep your commit messages under 80 columns. > + if (gpio_is_valid(spi->cs_gpio)) { > + if (gpio_re