04 Aug, 2014

2 commits


04 Jul, 2014

1 commit


22 May, 2014

1 commit


30 Jan, 2014

1 commit


08 Apr, 2013

1 commit


24 Sep, 2012

1 commit


19 Mar, 2012

3 commits

  • Cc: Corentin Labbe
    Signed-off-by: Guenter Roeck

    Guenter Roeck
     
  • This patch converts the drivers in drivers/hwmon/* to use the
    module_i2c_driver() macro which makes the code smaller and a bit simpler.

    Signed-off-by: Axel Lin
    Cc: Corentin Labbe
    Cc: Dirk Eibach
    Cc: "Mark M. Hoffman"
    Cc: Steve Glendinning
    Cc: Riku Voipio
    Cc: Guillaume Ligneul
    Cc: David George
    Cc: "Hans J. Koch"
    Cc: Marc Hulsman
    Cc: Rudolf Marek
    Signed-off-by: Guenter Roeck

    Axel Lin
     
  • fixed:
    ERROR: space prohibited after that open parenthesis '('
    +#define DIV_FROM_REG(val) ( 1 << (((val) >> 6) - 1))

    WARNING: simple_strtol is obsolete, use kstrtol instead
    + long val = simple_strtol(buf, NULL, 10);

    ERROR: do not use assignment in if condition
    + if ((err = sysfs_create_group(&client->dev.kobj, &adm1029_group)))

    Signed-off-by: Frans Meulenbroeks
    Signed-off-by: Guenter Roeck

    Frans Meulenbroeks
     

15 Dec, 2009

3 commits


10 Dec, 2009

2 commits

  • * 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging: (41 commits)
    hwmon: (adt7475) Add VID support for the ADT7476
    hwmon: (adt7475) Add an entry in MAINTAINERS
    hwmon: (adt7475) Add support for the ADT7476
    hwmon: (adt7475) Voltage attenuators can be bypassed
    hwmon: (adt7475) Print device information on probe
    hwmon: (adt7475) Handle alternative pin functions
    hwmon: (adt7475) Move sysfs files removal to a separate function
    hwmon: (adt7475) Add support for the ADT7490
    hwmon: (adt7475) Improve device detection
    hwmon: (adt7475) Add missing static marker
    hwmon: (adt7475) Rework voltage inputs handling
    hwmon: (adt7475) Implement pwm_use_point2_pwm_at_crit
    hwmon: (adt7475) New documentation
    hwmon: (adt7475) Add support for the ADT7473
    hwmon: (f71882fg) Add support for the f71889fg (version 2)
    hwmon: (f71882fg) Fix sysfs file removal
    hwmon: (f71882fg) Cleanup sysfs attr creation 2/2
    hwmon: (f71882fg) Cleanup sysfs attr creation 1/2
    hwmon: (thmc50) Stop using I2C_CLIENT_MODULE_PARM
    hwmon: Add Freescale MC13783 ADC driver
    ...

    Linus Torvalds
     
  • As kind is now hard-coded to -1, there is room for code clean-ups.

    Signed-off-by: Jean Delvare
    Acked-by: Corentin Labbe
    Cc: "Mark M. Hoffman"
    Cc: Juerg Haefliger
    Cc: Riku Voipio
    Acked-by: "Hans J. Koch"
    Cc: Rudolf Marek

    Jean Delvare
     

04 Dec, 2009

1 commit

  • That is "success", "unknown", "through", "performance", "[re|un]mapping"
    , "access", "default", "reasonable", "[con]currently", "temperature"
    , "channel", "[un]used", "application", "example","hierarchy", "therefore"
    , "[over|under]flow", "contiguous", "threshold", "enough" and others.

    Signed-off-by: André Goddard Rosa
    Signed-off-by: Jiri Kosina

    André Goddard Rosa
     

17 Oct, 2008

1 commit


17 Jul, 2008

1 commit


19 Feb, 2008

1 commit


10 Oct, 2007

1 commit


15 Feb, 2007

1 commit