Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1438770
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC] [PATCH v3 2/4] spi: spi-omap2-mcspi: Select SPI_SPLIT |
| Date | 2016-07-07 19:40 +0200 |
| Message-ID | <rSlrk-1Bj-5@gated-at.bofh.it> (permalink) |
| References | <rSl7X-1t6-3@gated-at.bofh.it> <rSl7Y-1t6-63@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 07/07/16 10:17, Franklin S Cooper Jr wrote: > The function spi_split will be used by spi-omap2-mcspi to handle a SoC s/spi_split/sg_split/ > workaround in the SPI driver. Therefore, select SPI_SPLIT so this function s/SPI_SPLIT/SG_SPLIT/ on line above and in $Subject. > is available to the driver. > > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> > --- > drivers/spi/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig > index 4b931ec..d6fb8d4 100644 > --- a/drivers/spi/Kconfig > +++ b/drivers/spi/Kconfig > @@ -411,6 +411,7 @@ config SPI_OMAP24XX > tristate "McSPI driver for OMAP" > depends on HAS_DMA > depends on ARCH_OMAP2PLUS || COMPILE_TEST > + select SG_SPLIT > help > SPI master controller for OMAP24XX and later Multichannel SPI > (McSPI) modules. > -- ~Randy
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC] [PATCH v3 2/4] spi: spi-omap2-mcspi: Select SPI_SPLIT Franklin S Cooper Jr <fcooper@ti.com> - 2016-07-07 19:20 +0200 Re: [RFC] [PATCH v3 2/4] spi: spi-omap2-mcspi: Select SPI_SPLIT Randy Dunlap <rdunlap@infradead.org> - 2016-07-07 19:40 +0200 Applied "spi: omap2-mcspi: Select SPI_SPLIT" to the spi tree Mark Brown <broonie@kernel.org> - 2016-07-08 11:00 +0200
csiph-web