diff mbox

spi: Kconfig: Remove old comments now that SPI slave is supported

Message ID 1505881037-16661-1-git-send-email-festevam@gmail.com (mailing list archive)
State Accepted
Commit da394712324e9a0c91ae05cc24396af6d99f3ad6
Headers show

Commit Message

Fabio Estevam Sept. 20, 2017, 4:17 a.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>

Since commit 6c364062bfed ("spi: core: Add support for registering SPI
slave controllers") SPI slave is also supported, so remove the old
comments that say SPI slave is unsupported.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 drivers/spi/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

Comments

Geert Uytterhoeven Sept. 20, 2017, 6:49 a.m. UTC | #1
On Wed, Sep 20, 2017 at 6:17 AM, Fabio Estevam <festevam@gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Since commit 6c364062bfed ("spi: core: Add support for registering SPI
> slave controllers") SPI slave is also supported, so remove the old
> comments that say SPI slave is unsupported.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Thanks for spotting! It's not easy to grep for these, as the term "SPI slave"
is used in the context of SPI master support, too.

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index a75f2a2..948a74b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -1,10 +1,6 @@ 
 #
 # SPI driver configuration
 #
-# NOTE:  the reason this doesn't show SPI slave support is mostly that
-# nobody's needed a slave side API yet.  The master-role API is not
-# fully appropriate there, so it'd need some thought to do well.
-#
 menuconfig SPI
 	bool "SPI support"
 	depends on HAS_IOMEM