Re: [PATCH] gpio: xra1403: select REGMAP_SPI

2017-05-30 Thread Linus Walleij
On Tue, May 30, 2017 at 1:13 PM, Arnd Bergmann wrote: > Without the regmap code, we get a link error: > > drivers/gpio/built-in.o: In function `xra1403_probe': > (.text+0x132e0): undefined reference to `__devm_regmap_init_spi' > > Fixes: 5704520d7880 ("gpio: xra1403: Add EXAR

Re: [PATCH] gpio: xra1403: select REGMAP_SPI

2017-05-30 Thread Linus Walleij
On Tue, May 30, 2017 at 1:13 PM, Arnd Bergmann wrote: > Without the regmap code, we get a link error: > > drivers/gpio/built-in.o: In function `xra1403_probe': > (.text+0x132e0): undefined reference to `__devm_regmap_init_spi' > > Fixes: 5704520d7880 ("gpio: xra1403: Add EXAR XRA1403 SPI GPIO

RE: [PATCH] gpio: xra1403: select REGMAP_SPI

2017-05-30 Thread Han, Nandor (GE Healthcare)
.org; > linux-kernel@vger.kernel.org > Subject: EXT: [PATCH] gpio: xra1403: select REGMAP_SPI > > Without the regmap code, we get a link error: > > drivers/gpio/built-in.o: In function `xra1403_probe': > (.text+0x132e0): undefined reference to `__devm_regmap_init_spi' > >

RE: [PATCH] gpio: xra1403: select REGMAP_SPI

2017-05-30 Thread Han, Nandor (GE Healthcare)
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: 30 May 2017 14:13 > To: Linus Walleij > Cc: Han, Nandor (GE Healthcare) ; Arnd Bergmann > ; linux-g...@vger.kernel.org; > linux-kernel@vger.kernel.org > Subject: EXT: [PATCH] gpio: xr

[PATCH] gpio: xra1403: select REGMAP_SPI

2017-05-30 Thread Arnd Bergmann
Without the regmap code, we get a link error: drivers/gpio/built-in.o: In function `xra1403_probe': (.text+0x132e0): undefined reference to `__devm_regmap_init_spi' Fixes: 5704520d7880 ("gpio: xra1403: Add EXAR XRA1403 SPI GPIO expander driver") Signed-off-by: Arnd Bergmann ---

[PATCH] gpio: xra1403: select REGMAP_SPI

2017-05-30 Thread Arnd Bergmann
Without the regmap code, we get a link error: drivers/gpio/built-in.o: In function `xra1403_probe': (.text+0x132e0): undefined reference to `__devm_regmap_init_spi' Fixes: 5704520d7880 ("gpio: xra1403: Add EXAR XRA1403 SPI GPIO expander driver") Signed-off-by: Arnd Bergmann ---