linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] i2c: davinci updates for 2.6.35
@ 2010-04-06 17:42 Kevin Hilman
       [not found] ` <1270575738-22388-1-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Kevin Hilman @ 2010-04-06 17:42 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Ben Dooks

This series of davinci I2C driver updates and fixes is targetted for
2.6.35.  It has been tested in davinci git on multiple davinci SoCs.

Ben, since these changes are isolated to the davinci driver only, if
you prefer I can merge them upstream along with my davinci changes for
2.6.35.  

This series is based on v2.6.34-rc3

Chaithrika U S (4):
  i2c: davinci: misc. cleanups: remove MOD_REG_BIT and IO_ADDRESS usage
  i2c: davinci: Add helper functions for power management
  i2c: davinci: Add suspend/resume support
  i2c: davinci: Add cpufreq support

Dirk Behme (1):
  i2c: davinci: Fix smbus Oops with AIC33 usage

Philby John (1):
  i2c: davinci: bus recovery procedure to clear the bus

 drivers/i2c/busses/i2c-davinci.c |  314 ++++++++++++++++++++++++++++++--------
 1 files changed, 251 insertions(+), 63 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/6] i2c: davinci updates for 2.6.35
       [not found] ` <1270575738-22388-1-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
@ 2010-04-20  0:06   ` Ben Dooks
       [not found]     ` <20100420000621.GK32401-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Ben Dooks @ 2010-04-20  0:06 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Ben Dooks

On Tue, Apr 06, 2010 at 10:42:12AM -0700, Kevin Hilman wrote:
> This series of davinci I2C driver updates and fixes is targetted for
> 2.6.35.  It has been tested in davinci git on multiple davinci SoCs.
> 
> Ben, since these changes are isolated to the davinci driver only, if
> you prefer I can merge them upstream along with my davinci changes for
> 2.6.35.  

I'll get them into -next when I rebase it. The first in the series
could be a -rc candidate as it looks like a useful bugfix?
 
> This series is based on v2.6.34-rc3
> 
> Chaithrika U S (4):
>   i2c: davinci: misc. cleanups: remove MOD_REG_BIT and IO_ADDRESS usage
>   i2c: davinci: Add helper functions for power management
>   i2c: davinci: Add suspend/resume support
>   i2c: davinci: Add cpufreq support
> 
> Dirk Behme (1):
>   i2c: davinci: Fix smbus Oops with AIC33 usage
> 
> Philby John (1):
>   i2c: davinci: bus recovery procedure to clear the bus
> 
>  drivers/i2c/busses/i2c-davinci.c |  314 ++++++++++++++++++++++++++++++--------
>  1 files changed, 251 insertions(+), 63 deletions(-)
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/)

  'a smiley only costs 4 bytes'

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/6] i2c: davinci updates for 2.6.35
       [not found]     ` <20100420000621.GK32401-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
@ 2010-04-20 13:55       ` Kevin Hilman
  2010-06-21 20:16       ` Kevin Hilman
  1 sibling, 0 replies; 8+ messages in thread
From: Kevin Hilman @ 2010-04-20 13:55 UTC (permalink / raw)
  To: Ben Dooks; +Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA

Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> writes:

> On Tue, Apr 06, 2010 at 10:42:12AM -0700, Kevin Hilman wrote:
>> This series of davinci I2C driver updates and fixes is targetted for
>> 2.6.35.  It has been tested in davinci git on multiple davinci SoCs.
>> 
>> Ben, since these changes are isolated to the davinci driver only, if
>> you prefer I can merge them upstream along with my davinci changes for
>> 2.6.35.  
>
> I'll get them into -next when I rebase it. The first in the series
> could be a -rc candidate as it looks like a useful bugfix?

Yeah, the first could be a bugfix, but at this point, I'd just prefer to
keep them all together and get them merged for 2.6.35.

Thanks,

Kevin

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/6] i2c: davinci updates for 2.6.35
       [not found]     ` <20100420000621.GK32401-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
  2010-04-20 13:55       ` Kevin Hilman
@ 2010-06-21 20:16       ` Kevin Hilman
       [not found]         ` <AANLkTikJ6XDywcBA5O0mC85jQEIWxZ9NOALIQOjcGCDJ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  1 sibling, 1 reply; 8+ messages in thread
From: Kevin Hilman @ 2010-06-21 20:16 UTC (permalink / raw)
  To: Ben Dooks; +Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA

On Mon, Apr 19, 2010 at 5:06 PM, Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> wrote:
> On Tue, Apr 06, 2010 at 10:42:12AM -0700, Kevin Hilman wrote:
>> This series of davinci I2C driver updates and fixes is targetted for
>> 2.6.35.  It has been tested in davinci git on multiple davinci SoCs.
>>
>> Ben, since these changes are isolated to the davinci driver only, if
>> you prefer I can merge them upstream along with my davinci changes for
>> 2.6.35.
>
> I'll get them into -next when I rebase it.

Ben, this series never made it in for 2.6.35.

I've now rebased this against v2.6.35-rc3 and it's available here:

   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git
davinci-i2c

Please pull for 2.6.36.  Thanks.

Kevin

>> This series is based on v2.6.34-rc3
>>
>> Chaithrika U S (4):
>>   i2c: davinci: misc. cleanups: remove MOD_REG_BIT and IO_ADDRESS usage
>>   i2c: davinci: Add helper functions for power management
>>   i2c: davinci: Add suspend/resume support
>>   i2c: davinci: Add cpufreq support
>>
>> Dirk Behme (1):
>>   i2c: davinci: Fix smbus Oops with AIC33 usage
>>
>> Philby John (1):
>>   i2c: davinci: bus recovery procedure to clear the bus
>>
>>  drivers/i2c/busses/i2c-davinci.c |  314 ++++++++++++++++++++++++++++++--------
>>  1 files changed, 251 insertions(+), 63 deletions(-)
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> --
> Ben (ben-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org, http://www.fluff.org/)
>
>  'a smiley only costs 4 bytes'
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 0/6] i2c: davinci updates for 2.6.35
@ 2010-07-14 15:34 Jack Daniel
       [not found] ` <AANLkTilL-nD_QVXPGqQbqJMmCNrQvPo_jrKfSrZyDqNb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Jack Daniel @ 2010-07-14 15:34 UTC (permalink / raw)
  To: Ben Dooks; +Cc: Kevin Hilman, linux-i2c-u79uwXL29TY76Z2rM5mHXA

On Mon, Apr 19, 2010 at 5:06 PM, Ben Dooks <ben-li...-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> wrote:
> On Tue, Apr 06, 2010 at 10:42:12AM -0700, Kevin Hilman wrote:
>> This series of davinci I2C driver updates and fixes is targetted for
>> 2.6.35.  It has been tested in davinci git on multiple davinci SoCs.
>>
>> Ben, since these changes are isolated to the davinci driver only, if
>> you prefer I can merge them upstream along with my davinci changes for
>> 2.6.35.
>
> I'll get them into -next when I rebase it.

>Ben, this series never made it in for 2.6.35.

>I've now rebased this against v2.6.35-rc3 and it's available here:

>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git
>davinci-i2c

>Please pull for 2.6.36.  Thanks.

>Kevin

Would like to know when this bug fix "i2c: davinci: Fix smbus Oops
with AIC33 usage" will be included? I can't find it in the 2.6.35-rc5
of Linus tree.

Cheers,
Jack

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/6] i2c: davinci updates for 2.6.35
       [not found] ` <AANLkTilL-nD_QVXPGqQbqJMmCNrQvPo_jrKfSrZyDqNb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-08-03  7:28   ` Jack Daniel
  0 siblings, 0 replies; 8+ messages in thread
From: Jack Daniel @ 2010-08-03  7:28 UTC (permalink / raw)
  To: Ben Dooks; +Cc: Kevin Hilman, linux-i2c-u79uwXL29TY76Z2rM5mHXA

Hi Ben,

On Wed, Jul 14, 2010 at 9:04 PM, Jack Daniel <wanders.thirst-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On Mon, Apr 19, 2010 at 5:06 PM, Ben Dooks <ben-li...-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> wrote:
>> On Tue, Apr 06, 2010 at 10:42:12AM -0700, Kevin Hilman wrote:
>>> This series of davinci I2C driver updates and fixes is targetted for
>>> 2.6.35.  It has been tested in davinci git on multiple davinci SoCs.
>>>
>>> Ben, since these changes are isolated to the davinci driver only, if
>>> you prefer I can merge them upstream along with my davinci changes for
>>> 2.6.35.
>>
>> I'll get them into -next when I rebase it.
>
>>Ben, this series never made it in for 2.6.35.
>
>>I've now rebased this against v2.6.35-rc3 and it's available here:
>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git
>>davinci-i2c
>
>>Please pull for 2.6.36.  Thanks.
>
>>Kevin
>
> Would like to know when this bug fix "i2c: davinci: Fix smbus Oops
> with AIC33 usage" will be included? I can't find it in the 2.6.35-rc5
> of Linus tree.

This has not made it to 2.6.35, pray tell what might be the reason for
its non-inclusion? Your tree is still at 2.6.34-rc5, are you not
taking any more patches? You did not reply to my previous mail,
perhaps you did not like the fact that I use a forwarded mail ? This
was because I did not subscribe to the i2c mailing list and had to
copy the message. I know of no other way.

Thanks and regards,
Jack.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/6] i2c: davinci updates for 2.6.35
       [not found]         ` <AANLkTikJ6XDywcBA5O0mC85jQEIWxZ9NOALIQOjcGCDJ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-08-10 15:56           ` Kevin Hilman
       [not found]             ` <AANLkTinNXxzCoH+b3=xA92sW8GCqqO4iY+_yVwBFLMqG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Kevin Hilman @ 2010-08-10 15:56 UTC (permalink / raw)
  To: Ben Dooks
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Ben,

On Mon, Jun 21, 2010 at 1:16 PM, Kevin Hilman
<khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org> wrote:
> On Mon, Apr 19, 2010 at 5:06 PM, Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> wrote:
>> On Tue, Apr 06, 2010 at 10:42:12AM -0700, Kevin Hilman wrote:
>>> This series of davinci I2C driver updates and fixes is targetted for
>>> 2.6.35.  It has been tested in davinci git on multiple davinci SoCs.
>>>
>>> Ben, since these changes are isolated to the davinci driver only, if
>>> you prefer I can merge them upstream along with my davinci changes for
>>> 2.6.35.
>>
>> I'll get them into -next when I rebase it.
>
> Ben, this series never made it in for 2.6.35.
>
> I've now rebased this against v2.6.35-rc3 and it's available here:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git
> davinci-i2c
>
> Please pull for 2.6.36.  Thanks.

OK, it's now been two merge windows that these have been
ignored/forgotten.  Can you let me know what is the plan for these?

If you're too busy, I'd be happy to merge them via davinci git with
your ack if that helps take some load off you.  Either way, it would
be nice to know what to do.

If you want to pull, the branch has been rebased against v2.6.35 and
is available here:

 git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git
davinci-i2c

Thanks,

Kevin

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/6] i2c: davinci updates for 2.6.35
       [not found]             ` <AANLkTinNXxzCoH+b3=xA92sW8GCqqO4iY+_yVwBFLMqG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2010-08-10 23:44               ` Ben Dooks
  0 siblings, 0 replies; 8+ messages in thread
From: Ben Dooks @ 2010-08-10 23:44 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Ben Dooks, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Tue, Aug 10, 2010 at 08:56:27AM -0700, Kevin Hilman wrote:
> Ben,
> 
> On Mon, Jun 21, 2010 at 1:16 PM, Kevin Hilman
> <khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org> wrote:
> > On Mon, Apr 19, 2010 at 5:06 PM, Ben Dooks <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org> wrote:
> >> On Tue, Apr 06, 2010 at 10:42:12AM -0700, Kevin Hilman wrote:
> >>> This series of davinci I2C driver updates and fixes is targetted for
> >>> 2.6.35.  It has been tested in davinci git on multiple davinci SoCs.
> >>>
> >>> Ben, since these changes are isolated to the davinci driver only, if
> >>> you prefer I can merge them upstream along with my davinci changes for
> >>> 2.6.35.
> >>
> >> I'll get them into -next when I rebase it.
> >
> > Ben, this series never made it in for 2.6.35.
> >
> > I've now rebased this against v2.6.35-rc3 and it's available here:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git
> > davinci-i2c
> >
> > Please pull for 2.6.36.  Thanks.
> 
> OK, it's now been two merge windows that these have been
> ignored/forgotten.  Can you let me know what is the plan for these?

pulled into current i2c-next, will send in the next day or so.

-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-08-10 23:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-14 15:34 [PATCH 0/6] i2c: davinci updates for 2.6.35 Jack Daniel
     [not found] ` <AANLkTilL-nD_QVXPGqQbqJMmCNrQvPo_jrKfSrZyDqNb-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-08-03  7:28   ` Jack Daniel
  -- strict thread matches above, loose matches on Subject: below --
2010-04-06 17:42 Kevin Hilman
     [not found] ` <1270575738-22388-1-git-send-email-khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2010-04-20  0:06   ` Ben Dooks
     [not found]     ` <20100420000621.GK32401-elnMNo+KYs3pIgCt6eIbzw@public.gmane.org>
2010-04-20 13:55       ` Kevin Hilman
2010-06-21 20:16       ` Kevin Hilman
     [not found]         ` <AANLkTikJ6XDywcBA5O0mC85jQEIWxZ9NOALIQOjcGCDJ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-08-10 15:56           ` Kevin Hilman
     [not found]             ` <AANLkTinNXxzCoH+b3=xA92sW8GCqqO4iY+_yVwBFLMqG-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-08-10 23:44               ` Ben Dooks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).