Re: [PATCH] gpio: samsung: Fix off-by-one bug in gpio addresses

2012-08-05 Thread Linus Walleij
On Fri, Jul 20, 2012 at 10:58 PM, Sean Paul wrote: > Move gpc4 to the end of the automatically processed gpio controllers so > we don't taint the automatic offset calculation. > > This bug caused all controllers coming after gpc4 to map to the > incorrect address. The result is <&gpd1 0 0 0 0> wo

RE: [PATCH] gpio: samsung: Fix off-by-one bug in gpio addresses

2012-07-31 Thread Kukjin Kim
Linus Walleij wrote: > > On Fri, Jul 20, 2012 at 10:58 PM, Sean Paul wrote: > > > Move gpc4 to the end of the automatically processed gpio controllers so > > we don't taint the automatic offset calculation. > > > > This bug caused all controllers coming after gpc4 to map to the > > incorrect add

Re: [PATCH] gpio: samsung: Fix off-by-one bug in gpio addresses

2012-07-30 Thread Thomas Abraham
s.wall...@stericsson.com; >> linux-kernel@vger.kernel.org; >> ol...@chromium.org; Sangsu Park; Thomas Abraham; Kukjin Kim >> Subject: Re: [PATCH] gpio: samsung: Fix off-by-one bug in gpio addresses >> >> Acked-by: Doug Anderson >> >> --- >> &

RE: [PATCH] gpio: samsung: Fix off-by-one bug in gpio addresses

2012-07-30 Thread 박상수
...@chromium.org; Sangsu Park; Thomas Abraham; Kukjin Kim > Subject: Re: [PATCH] gpio: samsung: Fix off-by-one bug in gpio addresses > > Acked-by: Doug Anderson > > --- > > On Fri, Jul 20, 2012 at 1:58 PM, Sean Paul wrote: > > > > Move gpc4 to the end of the

Re: [PATCH] gpio: samsung: Fix off-by-one bug in gpio addresses

2012-07-27 Thread Linus Walleij
On Fri, Jul 20, 2012 at 10:58 PM, Sean Paul wrote: > Move gpc4 to the end of the automatically processed gpio controllers so > we don't taint the automatic offset calculation. > > This bug caused all controllers coming after gpc4 to map to the > incorrect address. The result is <&gpd1 0 0 0 0> wo

Re: [PATCH] gpio: samsung: Fix off-by-one bug in gpio addresses

2012-07-20 Thread Doug Anderson
Acked-by: Doug Anderson --- On Fri, Jul 20, 2012 at 1:58 PM, Sean Paul wrote: > > Move gpc4 to the end of the automatically processed gpio controllers so > we don't taint the automatic offset calculation. > > This bug caused all controllers coming after gpc4 to map to the > incorrect address. T