Re: [PATCHv4 1/3] gpio: sch: Consolidate similar algorithms

2014-12-04 Thread Alexandre Courbot
2014-11-26 13:47 GMT+09:00 Chang Rebecca Swee Fun : > Consolidating similar algorithms into common functions to make > GPIO SCH simpler and manageable. > > Signed-off-by: Chang Rebecca Swee Fun > --- > drivers/gpio/gpio-sch.c | 81 > --- > 1 file cha

Re: [PATCHv4 1/3] gpio: sch: Consolidate similar algorithms

2014-11-28 Thread Linus Walleij
On Fri, Nov 28, 2014 at 2:54 PM, Linus Walleij wrote: > 2014-11-26 5:47 GMT+01:00 Chang Rebecca Swee Fun > : > >> Consolidating similar algorithms into common functions to make >> GPIO SCH simpler and manageable. >> >> Signed-off-by: Chang Rebecca Swee Fun > > Patch already applied. If you change

Re: [PATCHv4 1/3] gpio: sch: Consolidate similar algorithms

2014-11-28 Thread Linus Walleij
2014-11-26 5:47 GMT+01:00 Chang Rebecca Swee Fun : > Consolidating similar algorithms into common functions to make > GPIO SCH simpler and manageable. > > Signed-off-by: Chang Rebecca Swee Fun Patch already applied. If you changed anything, send incremental patches on top of my devel branch or l

Re: [PATCHv4 1/3] gpio: sch: Consolidate similar algorithms

2014-11-28 Thread Mika Westerberg
On Wed, Nov 26, 2014 at 12:47:58PM +0800, Chang Rebecca Swee Fun wrote: > Consolidating similar algorithms into common functions to make > GPIO SCH simpler and manageable. > > Signed-off-by: Chang Rebecca Swee Fun > --- > drivers/gpio/gpio-sch.c | 81 > -

[PATCHv4 1/3] gpio: sch: Consolidate similar algorithms

2014-11-25 Thread Chang Rebecca Swee Fun
Consolidating similar algorithms into common functions to make GPIO SCH simpler and manageable. Signed-off-by: Chang Rebecca Swee Fun --- drivers/gpio/gpio-sch.c | 81 --- 1 file changed, 28 insertions(+), 53 deletions(-) diff --git a/drivers/gpio/g