1. 24 1月, 2015 1 次提交
  2. 01 12月, 2014 1 次提交
  3. 24 9月, 2014 1 次提交
  4. 04 8月, 2014 4 次提交
    • K
      hwmon: Add pwm-fan driver · d82d5776
      Kamil Debski 提交于
      The pwm-fan driver enables control of fans connected to PWM lines.
      This driver uses the PWM framework, so it is compatible with all
      PWM devices that provide drivers through the PWM framework.
      Signed-off-by: NKamil Debski <k.debski@samsung.com>
      Reviewed-by: NVarka Bhadram <varkabhadram@gmail.com>
      Reviewed-by: NTobias Klauser <tklauser@distanz.ch>
      [Guenter Roeck: Last argument to devm_of_pwm_get is pointer, use NULL]
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      d82d5776
    • N
      hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and temperature · 24c1aa85
      Neelesh Gupta 提交于
      This patch adds basic kernel support for reading power values, fan
      speed rpm, voltage and temperature data on powernv platforms which
      will be exported to user space through sysfs interface.
      
      Test results:
      -------------
      [root@tul163p1 ~]# sensors
      ibmpowernv-isa-0000
      Adapter: ISA adapter
      fan1:        5465 RPM  (min =    0 RPM)
      fan2:        5152 RPM  (min =    0 RPM)
      fan3:        5521 RPM  (min =    0 RPM)
      fan4:        4891 RPM  (min =    0 RPM)
      fan5:           0 RPM  (min =    0 RPM)
      fan6:           0 RPM  (min =    0 RPM)
      fan7:        7480 RPM  (min =    0 RPM)
      fan8:        7944 RPM  (min =    0 RPM)
      temp1:        +39.0°C  (high =  +0.0°C)
      power1:      190.00 W
      
      [root@tul163p1 ~]# ls /sys/devices/platform/
      alarmtimer  ibmpowernv.0  power  rtc-generic  serial8250  uevent
      [root@tul163p1 ~]# ls /sys/devices/platform/ibmpowernv.0/hwmon/hwmon0/
      device	    fan2_min	fan4_min    fan6_min	fan8_min   power
      fan1_fault  fan3_fault	fan5_fault  fan7_fault	in1_fault  power1_input
      fan1_input  fan3_input	fan5_input  fan7_input	in2_fault  subsystem
      fan1_min    fan3_min	fan5_min    fan7_min	in3_fault  temp1_input
      fan2_fault  fan4_fault	fan6_fault  fan8_fault	in4_fault  temp1_max
      fan2_input  fan4_input	fan6_input  fan8_input	name	   uevent
      [root@tul163p1 ~]# ls /sys/class/hwmon/hwmon0/
      device	    fan2_min	fan4_min    fan6_min	fan8_min   power
      fan1_fault  fan3_fault	fan5_fault  fan7_fault	in1_fault  power1_input
      fan1_input  fan3_input	fan5_input  fan7_input	in2_fault  subsystem
      fan1_min    fan3_min	fan5_min    fan7_min	in3_fault  temp1_input
      fan2_fault  fan4_fault	fan6_fault  fan8_fault	in4_fault  temp1_max
      fan2_input  fan4_input	fan6_input  fan8_input	name	   uevent
      [root@tul163p1 ~]#
      Signed-off-by: NNeelesh Gupta <neelegup@linux.vnet.ibm.com>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      24c1aa85
    • H
      hwmon: Driver for TI TMP103 temperature sensor · d17a7dca
      Heiko Schocher 提交于
      Driver for the TI TMP103.
      
      The TI TMP103 is similar to the TMP102.  It differs from the TMP102
      by having only 8 bit registers.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      [linux@roeck-us.net: Select REGMAP_I2C in Kconfig]
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      d17a7dca
    • S
      hwmon: Add support for Lattice's POWR1220 power manager IC · f4ff4155
      Scott Kanowitz 提交于
      This patch adds support for Lattice's POWR1220 power manager IC. Read
      access to all the ADCs on the chip are supported through the hwmon
      sysfs files.
      Signed-off-by: NScott Kanowitz <skanowitz@echo360.com>
      [Guenter Roeck: Removed some extra ( )]
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      f4ff4155
  5. 12 6月, 2014 1 次提交
  6. 22 5月, 2014 1 次提交
  7. 09 4月, 2014 1 次提交
  8. 24 3月, 2014 1 次提交
  9. 04 3月, 2014 4 次提交
  10. 30 8月, 2013 1 次提交
  11. 28 6月, 2013 1 次提交
  12. 17 4月, 2013 1 次提交
  13. 08 4月, 2013 3 次提交
  14. 23 3月, 2013 1 次提交
    • J
      hwmon: Move the IIO client driver for hwmon out of staging · 51b53dc9
      Jonathan Cameron 提交于
      This driver uses channel maps, defined either through device tree
      or platform data, to create a hwmon driver which acts as a client
      for the underlying IIO device channels.  Thus a general purpose
      IIO adc driver can be used to provide hardware monitoring using a subset
      of its channels.
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      Acked-by: NGuenter Roeck <linux@roeck-us.net>
      
      --
       The only non move changes here concern the description and changes to the
       dependencies to IIO explicit and hwmon implicit.
      
       I'm proposing moving this into hwmon on the basis of placing drivers
       based on what they provide rather than what their underlying hardware
       is.
      
       drivers/hwmon/Kconfig           |   9 ++
       drivers/hwmon/Makefile          |   1 +
       drivers/hwmon/iio_hwmon.c       | 196 ++++++++++++++++++++++++++++++++++++++++
       drivers/staging/iio/Kconfig     |   8 --
       drivers/staging/iio/Makefile    |   2 -
       drivers/staging/iio/iio_hwmon.c | 196 ----------------------------------------
       6 files changed, 206 insertions(+), 206 deletions(-)
      51b53dc9
  15. 07 2月, 2013 2 次提交
  16. 06 12月, 2012 1 次提交
  17. 17 10月, 2012 1 次提交
  18. 24 9月, 2012 3 次提交
  19. 22 7月, 2012 2 次提交
  20. 22 5月, 2012 1 次提交
  21. 23 3月, 2012 1 次提交
  22. 25 10月, 2011 2 次提交
  23. 29 7月, 2011 1 次提交
  24. 28 7月, 2011 3 次提交
  25. 26 7月, 2011 1 次提交
    • H
      hwmon: New driver sch5636 · 0772a640
      Hans de Goede 提交于
      This patch adds a new driver for SMSC SCH5636 Super I/O chips.
      The chips include an embedded microcontroller for hardware monitoring
      solutions, allowing motherboard manufacturers to create their own
      custom hwmon solution based upon the SCH5636.
      
      Currently the sch5636 driver only supports the Fujitsu Theseus SCH5636
      based hwmon solution. The sch5636 driver runs a sanity check on
      loading to ensure it is dealing with a Fujitsu Theseus and not with
      another custom SCH5636 based hwmon solution.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      0772a640