public inbox for linux-hwmon@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-18 15:14:48 to 2016-07-18 13:29:33 UTC [more...]

[PATCH v2 0/4] add support for Allwinner SoCs ADC
 2016-07-18 13:29 UTC  (14+ messages)
` [PATCH v2 1/4] hwmon: iio_hwmon: defer probe when no channel is found
  ` [v2,1/4] "
` [PATCH v2 2/4] iio: adc: add support for Allwinner SoCs ADC
` [PATCH v2 3/4] mfd: "
` [PATCH v2 4/4] hwmon: iio: add label for channels read by iio_hwmon

[RCF 0/3] hwmon: add driver for TI ADS1118
 2016-07-18 12:51 UTC  (8+ messages)
` [RCF 1/3] hwmon: Add ads1118 driver
` [RCF 2/3] hwmon: Document bindings for ads1118 adc driver
` [RCF 3/3] ARM: imx6q-evi: ads ads1118 support

[PATCH v7] hwmon: added kernel module for FTS BMC chip "Teutates"
 2016-07-18 11:51 UTC 

[PATCH v2 0/9] hwmon: New hwmon registration API
 2016-07-17  5:30 UTC  (10+ messages)
` [PATCH v2 1/9] hwmon: (core) Order include files alphabetically
` [PATCH v2 2/9] hwmon: (core) New hwmon registration API
` [PATCH v2 3/9] hwmon: (core) Add voltage attribute support to new API
` [PATCH v2 4/9] hwmon: (core) Add current "
` [PATCH v2 5/9] hwmon: (core) Add power "
` [PATCH v2 6/9] hwmon: (core) Add energy and humidity "
` [PATCH v2 7/9] hwmon: (core) Add fan "
` [PATCH v2 8/9] hwmon: (core) Document new kernel API
` [PATCH v2 9/9] hwmon: (core) Add basic pwm attribute support to new API

[PATCH v2 0/3] hwmon: xgene: Add support for X-Gene hwmon driver
 2016-07-16 19:28 UTC  (6+ messages)
` [PATCH v2 1/3] Documentation: dtb: xgene: Add hwmon dts binding documentation
` [PATCH v2 2/3] hwmon: xgene: Add hwmon driver
` [PATCH v2 3/3] arm64: dts: apm: Add X-Gene SoC hwmon to device tree

[PATCH v6] hwmon: added kernel module for FTS BMC chip "Teutates"
 2016-07-16 15:58 UTC  (2+ messages)

[PATCH v2] hwmon: sht3x: add humidity heater element control
 2016-07-16 15:41 UTC  (2+ messages)
` [v2] "

[PATCH] hwmon: adt7411: add rev5 workaround
 2016-07-15 13:50 UTC  (6+ messages)

[PATCH v3 1/3] hwmon: (tmp102) Improve handling of initial read delay
 2016-07-12 21:24 UTC  (5+ messages)
` [PATCH v3 2/3] hwmon: (tmp102) Rework chip configuration
` [PATCH v3 3/3] hwmon: (tmp102) Convert to use regmap, and drop local cache

[PATCH 1/3] dt/bindings: Add bindings for JC-42.4 compatible temperature sensors
 2016-07-11 14:48 UTC  (5+ messages)
` [PATCH 2/3] hwmon: (jc42) Add support for generic JC-42.4 devicetree binding
` [PATCH 3/3] ARM: dts: lpc4350-hitex-eval: Fix binding for SE97

How to set Current register in IIO driver from sysfs
 2016-07-11  9:10 UTC  (3+ messages)

[PATCH 0/5] hwmon: New hwmon registration API
 2016-07-11  1:31 UTC  (15+ messages)
` [PATCH 1/7] hwmon: (core) "
` [PATCH 2/7] hwmon: (core) Add voltage attribute support to new API
` [PATCH 3/7] hwmon: (core) Add current "
` [PATCH 4/7] hwmon: (core) Add power "
` [PATCH 5/7] hwmon: (core) Add energy and humidity "
` [PATCH 6/7] hwmon: (core) Add fan "
` [PATCH 7/7] hwmon: (core) Document new kernel API

[PATCH] hwmon: sht3x: set initial jiffies to last_update
 2016-07-09  0:22 UTC  (3+ messages)

[PATCH] hwmon: sht3x: add humidity heater element control
 2016-07-08 22:55 UTC  (3+ messages)

[PATCH v5] hwmon: added kernel module for FTS BMC chip "Teutates"
 2016-07-06 23:59 UTC  (2+ messages)

[PATCH v4] hwmon: added kernel module for FTS BMC chip "Teutates"
 2016-07-05 15:55 UTC  (2+ messages)

[PATCH v3] hwmon: added kernel module for FTS BMC chip "Teutates"
 2016-07-05 10:53 UTC  (2+ messages)

[PATCH 0/3] add support for Allwinner SoCs ADC
 2016-07-05  7:40 UTC  (24+ messages)
` [PATCH 1/3] mfd: "
` [PATCH 2/3] iio: adc: "
` [PATCH 3/3] hwmon: iio_hwmon: defer probe when no channel is found
  ` [3/3] "

[RFC PATCH] hwmon: (jc42) Add I2C_CLASS_HWMON to detection class
 2016-07-04 23:27 UTC  (4+ messages)

[PATCH v3] hwmon: added kernel module for FTS BMC chip "Teutates"
 2016-07-04 15:27 UTC 

[PATCH 1/6] hwmon: (lm90) Use devm_add_action for cleanup
 2016-06-30 13:51 UTC  (6+ messages)
` [PATCH 2/6] hwmon: (lm90) Use devm_hwmon_device_register_with_groups
` [PATCH 3/6] hwmon: (lm90) Simplify read functions
` [PATCH 4/6] hwmon: (lm90) Read limit registers only once
` [PATCH 5/6] hwmon: (lm90) Use bool for valid flag
` [PATCH 6/6] hwmon: (lm90) Drop unnecessary else statements

[PATCH v3 1/4] hwmon: (lm75) Handle cleanup with devm_add_action
 2016-06-30  6:45 UTC  (4+ messages)
` [PATCH v3 2/4] hwmon: (lm75) Drop lm75_read_value and lm75_write_value
` [PATCH v3 3/4] hwmon: (lm75) Add update_interval attribute
` [PATCH v3 4/4] hwmon: (lm75) Convert to use regmap

[PATCH v2 1/4] hwmon: (lm75) Handle cleanup with devm_add_action
 2016-06-30  5:38 UTC  (5+ messages)
` [PATCH v2 2/4] hwmon: (lm75) Drop lm75_read_value and lm75_write_value
` [PATCH v2 3/4] hwmon: (lm75) Add update_interval attribute
` [PATCH v2 4/4] hwmon: (lm75) Convert to use regmap

[PATCH] hwmon: (jc42) Add support for Microchip MCP9808 temperature sensor
 2016-06-28  1:50 UTC  (2+ messages)

MCP9808 iio or hwmon
 2016-06-27 20:40 UTC  (8+ messages)

[PATCH] hwmon: (ina3221) Fix negative limits
 2016-06-27 14:49 UTC  (2+ messages)

[PATCH v2 1/5] hwmon: (tmp102) Use devm_add_action to register cleanup function
 2016-06-26 14:17 UTC  (11+ messages)
` [PATCH v2 2/5] hwmon: (tmp102) Drop FSF address
` [PATCH v2 3/5] hwmon: (tmp102) Improve handling of initial read delay
` [PATCH v2 4/5] hwmon: (tmp102) Rework chip configuration
` [PATCH v2 5/5] hwmon: (tmp102) Convert to use regmap, and drop local cache

[PATCH] hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown"
 2016-06-25  2:16 UTC  (2+ messages)

[PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register cleanup function
 2016-06-25  1:24 UTC  (15+ messages)
` [PATCH 2/5] hwmon: (tmp102) Drop FSF address
` [PATCH 3/5] hwmon: (tmp102) Improve handling of initial read delay
` [PATCH 4/5] hwmon: (tmp102) Rework chip configuration
` [PATCH 5/5] hwmon: (tmp102) Convert to use regmap, and drop local cache

[GIT PULL] hwmon fixes for v4.7-rc5
 2016-06-24 20:23 UTC 

[PATCH v5 0/1] Add support for INA3221 Triple Current/Voltage Monitors
 2016-06-24 20:19 UTC  (9+ messages)
` [PATCH v5 1/1] hwmon: "

[PATCH 1/4] hwmon: (lm75) Handle cleanup with devm_add_action
 2016-06-24  0:50 UTC  (4+ messages)
` [PATCH 2/4] hwmon: (lm75) Drop lm75_read_value and lm75_write_value
` [PATCH 3/4] hwmon: (lm75) Add update_interval attribute
` [PATCH 4/4] hwmon: (lm75) Convert to use regmap

[PATCH 0/3] Add support for X-Gene hwmon driver
 2016-06-23 16:42 UTC  (7+ messages)
` [PATCH 1/3] Documentation: dtb: xgene: Add hwmon dts binding documentation

[PATCH 0/6] dell-smm-hwmon fixes
 2016-06-23 13:51 UTC  (22+ messages)
` [PATCH 1/6] hwmon: (dell-smm) Fail in ioctl I8K_BIOS_VERSION when bios version is not a number
` [PATCH 2/6] hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by default
` [PATCH 3/6] hwmon: (dell-smm) Disallow fan_type() calls on broken machines
` [PATCH 4/6] hwmon: (dell-smm) Cache fan_type() calls and change fan detection
` [PATCH 5/6] hwmon: (dell-smm) Detect fan with index=2

[Experimental PATCH] dell-smm-hwmon: Add support for disabling automatic BIOS fan control
 2016-06-22  6:53 UTC  (6+ messages)

[GIT PULL] hwmon fixes for v4.7-rc4
 2016-06-20  4:47 UTC 


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