Re: [PATCH 2/2] pinctrl: sirf: switch driver to use gpiolib irqchip helpers

2014-04-10 Thread Linus Walleij
On Thu, Apr 10, 2014 at 11:30 AM, Barry Song wrote: >> with this: >> # cat /proc/interrupts >>CPU0 >> 16:944 irq_sirfsoc 0 sirfsoc_timer0 >> ... >> 105: 0 sirf-gpio-irq 13 extcon-gpio >> ... >> >> i will do a debug to find why. any idea from you? > > hi linus,

Re: [PATCH 2/2] pinctrl: sirf: switch driver to use gpiolib irqchip helpers

2014-04-10 Thread Barry Song
2014-04-10 11:48 GMT+08:00 Barry Song : > 2014-04-08 20:27 GMT+08:00 Linus Walleij : >> This switches the Sirf pinctrl driver over to using the gpiolib >> irqchip helpers simplifying some of the code. >> >> Signed-off-by: Linus Walleij >> --- >> This really needs testing on real hardware before I

Re: [PATCH 2/2] pinctrl: sirf: switch driver to use gpiolib irqchip helpers

2014-04-09 Thread Barry Song
2014-04-08 20:27 GMT+08:00 Linus Walleij : > This switches the Sirf pinctrl driver over to using the gpiolib > irqchip helpers simplifying some of the code. > > Signed-off-by: Linus Walleij > --- > This really needs testing on real hardware before I dare to > merge it, but the driver seems simple