pinctrl: mcp23s08: drop comment about missing irq support

The driver supports using mcp23xxx as interrupt controller, so
let's drop all comments stating otherwise.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Sebastian Reichel
2017-05-15 11:24:37 +02:00
committed by Linus Walleij
parent ce9bd0a0ff
commit d8f4494e70
2 changed files with 2 additions and 20 deletions

View File

@@ -1,6 +1,3 @@
/* FIXME driver should be able to handle IRQs... */
struct mcp23s08_platform_data {
/* For mcp23s08, up to 4 slaves (numbered 0..3) can share one SPI
* chipselect, each providing 1 gpio_chip instance with 8 gpios.