24 Mar, 2006

2 commits

  • This patch refactors SENSOR_DEVICE_ATTR_2 macro, following pattern set by
    SENSOR_ATTR. First it creates a new macro SENSOR_ATTR_2() which expands
    to an initialization expression, then it uses that in SENSOR_DEVICE_ATTR_2,
    which declares and initializes a struct sensor_device_attribute_2.

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

    Jim Cromie
     
  • This patch refactors SENSOR_DEVICE_ATTR macro. First it creates a new
    macro SENSOR_ATTR() which expands to an initialization expression, then
    it uses that in SENSOR_DEVICE_ATTR, which declares and initializes a
    struct sensor_device_attribute.

    IOW, SENSOR_ATTR() imitates __ATTR() in include/linux/device.h.

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

    Jim Cromie
     

06 Sep, 2005

1 commit

  • I would like to announce support for W83792D chip. This driver was developed
    by Winbond Electronics Corp. I added sysfs attributes callbacks infrastructure
    plus various code fixes and codingstyle cleanups. I would like to thank Winbond
    for supporting free software.

    This patch is against 2.6.13rc3 plus hwmon-class and hwmon-split.
    Separate patch for documantation and hwmon class register will follow.

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

    R.Marek@sh.cvut.cz
     

22 Jun, 2005

1 commit

  • This patch renames the new linux/i2c-sysfs.h header file to
    linux/hwmon-sysfs.h. This names seems to be more appropriate since this
    file defines macros and structures not related to i2c but to hardware
    monitoring drivers. The patch also updates the five hardware monitoring
    driver which include that header file already.

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

    Jean Delvare