RE: [PATCHv3 1/3] gpio: sch: Consolidate similar algorithms

2014-10-23 Thread Chang, Rebecca Swee Fun
ernel > Mailing List; Denis Turischev > Subject: Re: [PATCHv3 1/3] gpio: sch: Consolidate similar algorithms > > On Thu, Oct 16, 2014 at 12:51 PM, Chang Rebecca Swee Fun > wrote: > > Consolidating similar algorithms into common functions to make GPIO > > SCH simpler an

RE: [PATCHv3 1/3] gpio: sch: Consolidate similar algorithms

2014-10-23 Thread Chang, Rebecca Swee Fun
; Denis Turischev Subject: Re: [PATCHv3 1/3] gpio: sch: Consolidate similar algorithms On Thu, Oct 16, 2014 at 12:51 PM, Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com wrote: Consolidating similar algorithms into common functions to make GPIO SCH simpler and manageable. Signed-off

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

2014-10-17 Thread Alexandre Courbot
On Thu, Oct 16, 2014 at 12:51 PM, 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 | 95 > ++-

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

2014-10-17 Thread Alexandre Courbot
On Thu, Oct 16, 2014 at 12:51 PM, Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com wrote: Consolidating similar algorithms into common functions to make GPIO SCH simpler and manageable. Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com --- drivers/gpio/gpio-sch.c

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

2014-10-16 Thread Mika Westerberg
On Thu, Oct 16, 2014 at 11:51:13AM +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 Reviewed-by: Mika Westerberg -- To unsubscribe from this list: send the line

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

2014-10-16 Thread Mika Westerberg
On Thu, Oct 16, 2014 at 11:51:13AM +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 rebecca.swee.fun.ch...@intel.com Reviewed-by: Mika Westerberg

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

2014-10-15 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 | 95 ++- 1 file changed, 53 insertions(+), 42 deletions(-) diff --git

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

2014-10-15 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 rebecca.swee.fun.ch...@intel.com --- drivers/gpio/gpio-sch.c | 95 ++- 1 file changed, 53 insertions(+), 42