public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] i2c fixes for 2.6.32
@ 2009-10-04 21:09 Jean Delvare
  0 siblings, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2009-10-04 21:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux I2C, LKML

Hi Linus,

Please pull some more i2c subsystem updates for Linux 2.6.32 from:

git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus

There are fixes for bugs replicated across many drivers, cleanups
removing obsolete code from random i2c chip drivers, and minor
documentation cleanups.

 Documentation/hwmon/ltc4215                       |    7 +-
 Documentation/hwmon/ltc4245                       |    7 +-
 Documentation/i2c/instantiating-devices           |    2 +-
 Documentation/{i2c/chips => misc-devices}/eeprom  |    0
 Documentation/{i2c/chips => misc-devices}/max6875 |    6 +-
 Documentation/w1/masters/ds2482                   |    6 +-
 drivers/hwmon/ltc4215.c                           |   47 +-------
 drivers/hwmon/ltc4245.c                           |  131 +--------------------
 drivers/i2c/busses/i2c-amd756.c                   |    2 +-
 drivers/i2c/busses/i2c-amd8111.c                  |    4 +-
 drivers/i2c/busses/i2c-i801.c                     |    4 +-
 drivers/i2c/busses/i2c-isch.c                     |    2 +-
 drivers/i2c/busses/i2c-piix4.c                    |    4 +-
 drivers/i2c/busses/i2c-sis96x.c                   |    2 +-
 drivers/i2c/busses/i2c-viapro.c                   |    2 +-
 drivers/leds/leds-pca9532.c                       |    3 -
 drivers/macintosh/therm_adt746x.c                 |    4 +-
 drivers/macintosh/therm_pm72.c                    |    4 +-
 drivers/macintosh/windfarm_lm75_sensor.c          |    4 +-
 drivers/macintosh/windfarm_max6690_sensor.c       |    4 +-
 drivers/macintosh/windfarm_smu_sat.c              |    4 +-
 drivers/mfd/ab3100-core.c                         |    4 +-
 drivers/misc/eeprom/max6875.c                     |   29 +----
 drivers/staging/iio/light/tsl2561.c               |    4 -
 drivers/w1/masters/ds2482.c                       |   35 +-----
 25 files changed, 64 insertions(+), 257 deletions(-)
 rename Documentation/{i2c/chips => misc-devices}/eeprom (100%)
 rename Documentation/{i2c/chips => misc-devices}/max6875 (94%)

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

Jean Delvare (10):
      i2c: Move misc devices documentation
      max6875: Discard obsolete detect method
      ds2482: Discard obsolete detect method
      ltc4215/ltc4245: Discard obsolete detect methods
      leds: leds-pca9532 - Drop unused module parameters
      Staging: IIO: tsl2561: Drop unused module parameters
      mfd: AB3100 drop unused module parameters
      i2c: Minor documentation update
      i2c: Hide probe errors caused by ACPI resource conflicts
      macintosh: Don't assume i2c device probing always succeeds

Thanks,
-- 
Jean Delvare

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

* [GIT PULL] i2c fixes for 2.6.32
@ 2009-11-07 13:34 Jean Delvare
  0 siblings, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2009-11-07 13:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Linux I2C

Hi Linus,

Please pull some more i2c subsystem fixes for Linux 2.6.32 from:

git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus

 Documentation/i2c/busses/i2c-piix4 |    2 +-
 drivers/i2c/busses/Kconfig         |    2 +-
 drivers/i2c/busses/i2c-piix4.c     |    8 ++++----
 drivers/net/sfc/sfe4001.c          |    4 ++--
 include/linux/i2c.h                |   18 ++++++++++++++++++
 include/linux/pci_ids.h            |    2 +-
 6 files changed, 27 insertions(+), 9 deletions(-)

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

Crane Cai (1):
      i2c-piix4: Modify code name SB900 to Hudson-2

Jean Delvare (1):
      i2c: Add an interface to lock/unlock an I2C bus segment

Thanks,
-- 
Jean Delvare

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

* [GIT PULL] i2c fixes for 2.6.32
@ 2009-11-25 12:46 Jean Delvare
  0 siblings, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2009-11-25 12:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux I2C, LKML

Hi Linus,

Please pull the last i2c subsystem updates for Linux 2.6.32 from:

git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus

 MAINTAINERS                 |    3 +-
 drivers/i2c/chips/tsl2550.c |    3 ++
 drivers/i2c/i2c-core.c      |   11 ++++++
 drivers/misc/eeprom/at24.c  |   76 +++++++++++++++++++++++++-----------------
 4 files changed, 60 insertions(+), 33 deletions(-)

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

Jean Delvare (2):
      MAINTAINERS: Add missing i2c files
      i2c: Fix userspace_device list corruption

Michele Jr De Candia (1):
      i2c/tsl2550: Fix lux value in extended mode

Wolfram Sang (1):
      at24: Use timeout also for read

Thanks,
-- 
Jean Delvare

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

end of thread, other threads:[~2009-11-25 12:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 13:34 [GIT PULL] i2c fixes for 2.6.32 Jean Delvare
  -- strict thread matches above, loose matches on Subject: below --
2009-11-25 12:46 Jean Delvare
2009-10-04 21:09 Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox