22 Jun, 2005

9 commits

  • This patch removes the support for the W83697HF and W83627THF chips from
    the w83781d driver. These chips have no I2C/SMBus interface and are
    better supported by the Super-I/O-based w83627hf driver. Documentation
    was updated to reflect the support drop.

    Signed-off-by: Grant Coady
    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare
     
  • This is an i2c driver for the Philips PCA9539 (16 bit I/O port).
    It uses the new i2c-sysfs interfaces.
    The patch includes documentation.
    It depends on the patch that renames "i2c-sysfs.h" to "hwmon-sysfs.h"

    Signed-off-by: Ben Gardner
    Signed-off-by: Greg Kroah-Hartman

    bgardner@wabtec.com
     
  • This patch adds support for the MAX6875/MAX6874 chips.

    Signed-off-by: Ben Gardner
    Signed-off-by: Greg Kroah-Hartman

    BGardner@Wabtec.com
     
  • This patch adds adm9240 driver doc, with thanks to Rudolf Marek
    for review.

    Signed-off-by: Grant Coady
    Acked-by: Rudolf Marek
    Signed-off-by: Greg Kroah-Hartman

    Grant Coady
     
  • This patch adds information about available userspace utillities
    for system health monitoring drivers.

    Signed-off-by: Rudolf Marek
    Signed-off-by: Greg Kroah-Hartman

    R.Marek@sh.cvut.cz
     
  • This patch adds missing documentation for system health monitoring chips.
    I would like to thank all people, who helped me with this project.

    Signed-off-by: Rudolf Marek
    Signed-off-by: Greg Kroah-Hartman

    R.Marek@sh.cvut.cz
     
  • This patch just changes the extension of Documentation/i2c/chips/smsc47b397.txt
    to none - to conform with naming in i2c subsystem directory.

    Signed-off-by: Rudolf Marek
    Signed-off-by: Greg Kroah-Hartman

    R.Marek@sh.cvut.cz
     
  • The following patch updates all references to the sensors mailing list,
    so as to reflect the fact that the list recently moved to a new home and
    changed addresses. I'll work out a similar patch for Linux 2.4 soon.

    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare
     
  • Some months ago, you killed the address ranges mechanism from all
    sensors i2c chip drivers (both the module parameters and the in-code
    address lists). I think it was a very good move, as the ranges can
    easily be replaced by individual addresses, and this allowed for
    significant cleanups in the i2c core (let alone the impressive size
    shrink for all these drivers).

    Unfortunately you did not do the same for non-sensors i2c chip drivers.
    These need the address ranges even less, so we could get rid of the
    ranges here as well for another significant i2c core cleanup. Here comes
    a patch which does just that. Since the process is exactly the same as
    what you did for the other drivers set already, I did not split this one
    in parts.

    A documentation update is included.

    The change saves 308 bytes in the i2c core, and an average 1382 bytes
    for chip drivers which use I2C_CLIENT_INSMOD, 126 bytes for those which
    do not.

    This change is required if we want to merge the sensors and non-sensors
    i2c code (and we want to do this).

    Signed-off-by: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Index: gregkh-2.6/Documentation/i2c/writing-clients
    ===================================================================

    Jean Delvare
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds