Re: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-02-08 Thread Kevin Hilman
Cyril Chemparathy writes: > On 01/28/2011 04:47 PM, Hilman, Kevin wrote: >> Hirosh Dabui writes: >> >>> This patch fix a bug in the register indexing for GPIOs numbers > 31 >>> to get the relevant hardware registers of tnetv107x to control the GPIOs. >>> > [...] >> >> Thanks, applied and queu

Re: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-01-28 Thread Cyril Chemparathy
On 01/28/2011 04:47 PM, Hilman, Kevin wrote: > Hirosh Dabui writes: > >> This patch fix a bug in the register indexing for GPIOs numbers > 31 >> to get the relevant hardware registers of tnetv107x to control the GPIOs. >> [...] > > Thanks, applied and queuing for 2.6.39. > Does this bug fix n

Re: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-01-28 Thread Kevin Hilman
Hirosh Dabui writes: > This patch fix a bug in the register indexing for GPIOs numbers > 31 > to get the relevant hardware registers of tnetv107x to control the GPIOs. > > In the structure tnetv107x_gpio_regs: > > struct tnetv107x_gpio_regs { > u32 idver; > u32 da

RE: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers >31

2011-01-25 Thread Jon Povey
Hirosh Dabui wrote: > On 01/26/2011 07:14 AM, Jon Povey wrote: >> davinci-linux-open-source-boun...@linux.davincidsp.com wrote: >> >>> The bug implied the use of macros to access the relevant hardware >>> register e.g. the driver code used the macro like this: >>> 'gpio_reg_clear_bit(®->data_out,

RE: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers >31

2011-01-25 Thread Jon Povey
davinci-linux-open-source-boun...@linux.davincidsp.com wrote: > The bug implied the use of macros to access the relevant hardware > register e.g. the driver code used the macro like this: > 'gpio_reg_clear_bit(®->data_out, gpio)' > > But it has to be used like this: > 'gpio_reg_clear_bit(reg->data

[PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-01-25 Thread Hirosh Dabui
This patch fix a bug in the register indexing for GPIOs numbers > 31 to get the relevant hardware registers of tnetv107x to control the GPIOs. In the structure tnetv107x_gpio_regs: struct tnetv107x_gpio_regs { u32 idver; u32 data_in[3]; u32 data_ou

Re: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-01-18 Thread Kevin Hilman
Hirosh Dabui writes: > Changelog: This isn't needed. Please repost one more time without this and include Cyril's ack please. Thanks, Kevin > This patch fix a bug in the register indexing for GPIOs numbers > 31 > to get the relevant hardware registers of tnetv107x to control the GPIOs. > >

RE: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-01-17 Thread Nori, Sekhar
On Fri, Jan 14, 2011 at 20:48:13, Hirosh Dabui wrote: > Changelog: > > This patch fix a bug in the register indexing for GPIOs numbers > 31 > to get the relevant hardware registers of tnetv107x to control the GPIOs. > > In the structure tnetv107x_gpio_regs: > > struct tnetv107x_gpio_regs { >

[PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-01-14 Thread Hirosh Dabui
Changelog: This patch fix a bug in the register indexing for GPIOs numbers > 31 to get the relevant hardware registers of tnetv107x to control the GPIOs. In the structure tnetv107x_gpio_regs: struct tnetv107x_gpio_regs { u32 idver; u32 data_in[3]; u32

Re: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-01-14 Thread Cyril Chemparathy
On 01/14/2011 08:13 AM, Nori, Sekhar wrote: > Hi Cyril, > > Just a reminder, this patch is waiting for your ack. Acked-by: Cyril Chemparathy [...] Regards - Cyril. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.

RE: [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2011-01-14 Thread Nori, Sekhar
Hi Cyril, Just a reminder, this patch is waiting for your ack. Hi Hirosh, All kernel patches need to be copied to linux-arm-ker...@lists.infradead.org. Can you please repost with that list in CC (may be after Cyril acks). Thanks, Sekhar On Thu, Dec 23, 2010 at 03:21:29, Hirosh Dabui wrote: > C

[PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2010-12-22 Thread Hirosh Dabui
Changelog: This patch fix a bug in the register indexing for GPIOs numbers > 31 to get the relevant hardware registers of tnetv107x to control the GPIOs. In the structure tnetv107x_gpio_regs: struct tnetv107x_gpio_regs { u32 idver; u32 data_in[3]; u32

[PATCH] [PATCH] davinci: tnetv107x: fix register indexing for GPIOs numbers > 31

2010-12-22 Thread Hirosh Dabui
Changelog: This patch fix a bug in the register indexing for GPIOs numbers > 31 to get the relevant hardware registers of tnetv107x to control the GPIOs. In the structure tnetv107x_gpio_regs: struct tnetv107x_gpio_regs { u32 idver; u32 data_in[3]; u32