linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCH] I2C and hwmon fixes for 2.6.18-rc1
@ 2006-07-12 23:23 Greg KH
  2006-07-24 19:21 ` Jean Delvare
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2006-07-12 23:23 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, lm-sensors, Jean Delvare

Here are some i2c and hwmon fixes for 2.6.18-rc1.  They fix quite a few
bugs and update the documentation.

They all have been in the -mm tree for a while.

Please pull from:
	git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
or from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
if it isn't synced up yet.

The full patch series will sent to the sensors mailing list, if anyone
wants to see them.

thanks,

greg k-h


 Documentation/feature-removal-schedule.txt |   11 ++++++++++
 Documentation/hwmon/abituguru              |   32 ++++++++++++++++++++++++++--
 Documentation/i2c/busses/i2c-sis96x        |    4 ++--
 MAINTAINERS                                |   14 +++++++++---
 drivers/hwmon/abituguru.c                  |   21 +++++++++++++++++-
 drivers/i2c/algos/i2c-algo-bit.c           |    4 +---
 drivers/i2c/algos/i2c-algo-ite.c           |    4 +---
 drivers/i2c/algos/i2c-algo-pca.c           |    6 +++--
 drivers/i2c/algos/i2c-algo-pcf.c           |    8 ++++---
 drivers/i2c/algos/i2c-algo-sibyte.c        |    4 +---
 drivers/i2c/busses/i2c-iop3xx.c            |   17 +++++++++------
 drivers/i2c/busses/i2c-iop3xx.h            |    2 +-
 drivers/i2c/busses/i2c-powermac.c          |    4 +---
 drivers/i2c/busses/scx200_acb.c            |   20 +++++++++++-------
 drivers/i2c/chips/pca9539.c                |   12 ++++++-----
 drivers/i2c/i2c-core.c                     |    4 ++--
 include/linux/i2c.h                        |    2 ++
 17 files changed, 118 insertions(+), 51 deletions(-)

---------------

Ben Gardner:
      pca9539: Honor the force parameter

Charles Spirakis:
      hwmon: New maintainer for w83791d

Hans de Goede:
      hwmon: Fix for first generation Abit uGuru chips
      hwmon: Documentation update for abituguru

Jean Delvare:
      scx200_acb: Fix the block transactions
      i2c-powermac: Fix master_xfer return value
      i2c-ite: Plan for removal
      i2c: New mailing list

Mark M. Hoffman:
      i2c: Fix 'ignore' module parameter handling in i2c-core
      i2c: Handle i2c_add_adapter failure in i2c algorithm drivers

Peter Milne:
      i2c-iop3xx: Avoid addressing self

Thomas Andrews:
      scx200_acb: Fix the state machine

Uwe Bugla:
      i2c-algo-bit: Wipe out dead code


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

* Re: [GIT PATCH] I2C and hwmon fixes for 2.6.18-rc1
  2006-07-12 23:23 [GIT PATCH] I2C and hwmon fixes for 2.6.18-rc1 Greg KH
@ 2006-07-24 19:21 ` Jean Delvare
  2006-07-24 19:38   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Jean Delvare @ 2006-07-24 19:21 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, lm-sensors

> Here are some i2c and hwmon fixes for 2.6.18-rc1.  They fix quite a few
> bugs and update the documentation.
> 
> They all have been in the -mm tree for a while.
> 
> Please pull from:
> 	git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
> or from:
> 	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
> if it isn't synced up yet.
> 
> The full patch series will sent to the sensors mailing list, if anyone
> wants to see them.

Which is quite unfortunate because we now have a new mailing list
dedicated to i2c [1], where the i2c patches would fit better. Is it
possible to send the i2c patches to the i2c list next time? And the
hwmon patches to the sensors list as before.

[1] http://lists.lm-sensors.org/mailman/listinfo/i2c

Thanks,
-- 
Jean Delvare

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

* Re: [GIT PATCH] I2C and hwmon fixes for 2.6.18-rc1
  2006-07-24 19:21 ` Jean Delvare
@ 2006-07-24 19:38   ` Greg KH
  2006-07-26 20:01     ` Jean Delvare
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2006-07-24 19:38 UTC (permalink / raw)
  To: Jean Delvare; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, lm-sensors

On Mon, Jul 24, 2006 at 09:21:46PM +0200, Jean Delvare wrote:
> > Here are some i2c and hwmon fixes for 2.6.18-rc1.  They fix quite a few
> > bugs and update the documentation.
> > 
> > They all have been in the -mm tree for a while.
> > 
> > Please pull from:
> > 	git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
> > or from:
> > 	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6.git/
> > if it isn't synced up yet.
> > 
> > The full patch series will sent to the sensors mailing list, if anyone
> > wants to see them.
> 
> Which is quite unfortunate because we now have a new mailing list
> dedicated to i2c [1], where the i2c patches would fit better. Is it
> possible to send the i2c patches to the i2c list next time? And the
> hwmon patches to the sensors list as before.

I can do that if you want me to split up the hwmon and i2c patches into
two different set of patches for Linus to pull from.  If you think it's
worth it, I will.

thanks,

greg k-h

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

* Re: [GIT PATCH] I2C and hwmon fixes for 2.6.18-rc1
  2006-07-24 19:38   ` Greg KH
@ 2006-07-26 20:01     ` Jean Delvare
  0 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2006-07-26 20:01 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, lm-sensors

Hi Greg,

> On Mon, Jul 24, 2006 at 09:21:46PM +0200, Jean Delvare wrote:
> > > Here are some i2c and hwmon fixes for 2.6.18-rc1.  They fix quite a few
> > > bugs and update the documentation.
> > > (...)
> > > The full patch series will sent to the sensors mailing list, if anyone
> > > wants to see them.
> > 
> > Which is quite unfortunate because we now have a new mailing list
> > dedicated to i2c [1], where the i2c patches would fit better. Is it
> > possible to send the i2c patches to the i2c list next time? And the
> > hwmon patches to the sensors list as before.
> 
> I can do that if you want me to split up the hwmon and i2c patches into
> two different set of patches for Linus to pull from.  If you think it's
> worth it, I will.

Yes, please. Else people will never get that i2c and hwmon are
different things (although they intersect.)

Thanks,
-- 
Jean Delvare

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

end of thread, other threads:[~2006-07-26 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-12 23:23 [GIT PATCH] I2C and hwmon fixes for 2.6.18-rc1 Greg KH
2006-07-24 19:21 ` Jean Delvare
2006-07-24 19:38   ` Greg KH
2006-07-26 20:01     ` Jean Delvare

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).