Re: [PATCHv5 1/2] gpio: sch: Consolidate similar algorithms

2015-01-15 Thread Alexandre Courbot
On Thu, Jan 15, 2015 at 6:49 PM, Linus Walleij wrote: > On Mon, Dec 8, 2014 at 10:38 AM, 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

Re: [PATCHv5 1/2] gpio: sch: Consolidate similar algorithms

2015-01-15 Thread Linus Walleij
On Mon, Dec 8, 2014 at 10:38 AM, 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 > Reviewed-by: Alexandre Courbot I have removed this

Re: [PATCHv5 1/2] gpio: sch: Consolidate similar algorithms

2015-01-15 Thread Linus Walleij
On Mon, Dec 8, 2014 at 10:38 AM, 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 Reviewed-by: Mika Westerberg

Re: [PATCHv5 1/2] gpio: sch: Consolidate similar algorithms

2015-01-15 Thread Alexandre Courbot
On Thu, Jan 15, 2015 at 6:49 PM, Linus Walleij linus.wall...@linaro.org wrote: On Mon, Dec 8, 2014 at 10:38 AM, 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

Re: [PATCHv5 1/2] gpio: sch: Consolidate similar algorithms

2015-01-11 Thread Linus Walleij
On Mon, Dec 8, 2014 at 10:38 AM, 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 > Reviewed-by: Alexandre Courbot Patch applied. Yours,

Re: [PATCHv5 1/2] gpio: sch: Consolidate similar algorithms

2015-01-11 Thread Linus Walleij
On Mon, Dec 8, 2014 at 10:38 AM, 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 Reviewed-by: Mika Westerberg

[PATCHv5 1/2] gpio: sch: Consolidate similar algorithms

2014-12-08 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 Reviewed-by: Mika Westerberg Reviewed-by: Alexandre Courbot --- drivers/gpio/gpio-sch.c | 81 + 1 file changed,

[PATCHv5 1/2] gpio: sch: Consolidate similar algorithms

2014-12-08 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 Reviewed-by: Mika Westerberg mika.westerb...@linux.intel.com Reviewed-by: Alexandre Courbot acour...@nvidia.com ---