Re: [PATCH] SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errors

2012-05-19 Thread Grant Likely
On Tue, 15 May 2012 10:02:01 +0200, Linus Walleij wrote: > On Tue, May 15, 2012 at 4:21 AM, Barry Song wrote: > > > From: Barry Song > > > > Fix the compiling errors: > > drivers/spi/spi-sirf.c: In function 'spi_sirfsoc_probe': > > drivers/spi/spi-sirf.c:563: error: implicit declaration of fun

Re: [PATCH] SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errors

2012-05-15 Thread Linus Walleij
On Tue, May 15, 2012 at 4:21 AM, Barry Song wrote: > From: Barry Song > > Fix the compiling errors: > drivers/spi/spi-sirf.c: In function 'spi_sirfsoc_probe': > drivers/spi/spi-sirf.c:563: error: implicit declaration of function > 'pinmux_get' > drivers/spi/spi-sirf.c:563: warning: assignment m

[PATCH] SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errors

2012-05-14 Thread Barry Song
From: Barry Song Fix the compiling errors: drivers/spi/spi-sirf.c: In function 'spi_sirfsoc_probe': drivers/spi/spi-sirf.c:563: error: implicit declaration of function 'pinmux_get' drivers/spi/spi-sirf.c:563: warning: assignment makes pointer from integer without a cast drivers/spi/spi-sirf.c:56