linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-02 08:38:14 to 2016-12-09 15:07:01 UTC [more...]

[PATCH 01/17] hwmon: (adm9240) Fix overflows seen when writing into limit attributes
 2016-12-09 15:07 UTC  (32+ messages)
` [PATCH 02/17] hwmon: (ds620) Fix overflows seen when writing temperature limits
` [PATCH 03/17] hwmon: (lm93) Fix overflows seen when writing into limit attributes
` [PATCH 04/17] hwmon: (smsc47m192) "
` [PATCH 05/17] hwmon: (adm1025) Fix overflows seen when writing voltage limits
` [PATCH 06/17] hwmon: (adm1026) Fix overflows seen when writing into limit attributes
` [PATCH 07/17] hwmon: (adt7462) "
` [PATCH 08/17] hwmon: (adt7470) "
` [PATCH 09/17] hwmon: (nct7802) "
` [PATCH 10/17] hwmon: (lm87) Fix overflow seen when writing voltage "
` [PATCH 11/17] hwmon: (lm85) Fix overflows "
` [PATCH 12/17] hwmon: (dme1737) Fix overflows seen when writing into "
` [PATCH 13/17] hwmon: (emc2103) Fix overflows seen when temperature "
` [PATCH 14/17] hwmon: (emcw201) Fix overflows seen when writing into "
` [PATCH 15/17] hwmln: (g762) Fix overflows and crash seen when writing "
` [PATCH 16/17] hwmon: (gl518sm) Fix overflows seen when writing into "
` [PATCH 17/17] hwmon: (gl520sm) "

[PATCH 04/20] hwmon/coretemp: Convert to hotplug state machine
 2016-12-09 11:53 UTC  (12+ messages)
  ` [04/20] "
` [PATCH 05/20] hwmon/via-cputemp: Remove pointless CPU check on each CPU
  ` [05/20] "
` [PATCH 06/20] hwmon/via-cputemp: Convert to hotplug state machine
  ` [PATCH 06/20 v2] "

[PATCH v2] hwmon: (adt7462) Fix overflows seen when writing into limit attributes
 2016-12-09  9:29 UTC  (2+ messages)

[PATCH v2] hwmon: (adm1026) Fix overflows seen when writing into limit attributes
 2016-12-09  9:19 UTC  (2+ messages)

[PATCH v2] hwmon: (adm9240) Fix overflows seen when writing into limit attributes
 2016-12-09  9:17 UTC  (2+ messages)

[PATCH v2] hwmon: adt7411: add min, max and alarm attributes
 2016-12-02 15:23 UTC  (2+ messages)

[PATCH 0/3] Texas Instruments TMP108 temperature sensor driver
 2016-12-02  5:45 UTC  (17+ messages)
` [PATCH v2 0/2] "
  ` [PATCH 1/2] hwmon: Add "
  ` [PATCH 2/2] devicetree: hwmon: Add documentation for TMP108 driver
  ` [PATCH v3 0/2] Texas Instruments TMP108 temperature sensor driver
    ` [PATCH v3 1/2] hwmon: Add "
    ` [PATCH v3 2/2] devicetree: hwmon: Add documentation for TMP108 driver

[PATCH] hwmon: (dme1737) Convert to use devm_hwmon_device_register_with_groups
 2016-11-29 11:23 UTC  (4+ messages)

[PATCH v2] hwmon: (dme1737) Convert to use devm_hwmon_device_register_with_groups
 2016-11-29 11:18 UTC 

[PATCH 1/3] hwmon: Add Texas Instruments TMP108 temperature sensor driver
 2016-11-28 23:33 UTC  (14+ messages)
` [PATCH 2/3] hwmon: tmp108: Use devm variants of registration interfaces
` [PATCH 3/3] hwmon: tmp108: Update driver to use hwmon_chip_info

[PATCH 0/3] Texas Instruments TMP108 temperature sensor driver
 2016-11-27  5:12 UTC 

[PATCH] hwmon: (core) Simplify sysfs attribute name allocation
 2016-11-25 18:22 UTC 

[PATCH] hwmon: (lm90) Mention support for TI TMP451 in Kconfig description
 2016-11-24 15:40 UTC  (2+ messages)

Configure Hardware before read sensor
 2016-11-24 15:33 UTC  (2+ messages)

acpi-als taking over from hwmon for light sensor support?
 2016-11-24  2:18 UTC  (5+ messages)

[patch 0/6] hwmon/coretemp: Hotplug fixes, cleanups and state machine conversion
 2016-11-23 15:28 UTC  (8+ messages)
` [patch 2/6] hwmon/coretemp: Simplify sibling management
` [patch 1/6] hwmon/coretemp: Fixup target cpu for package when cpu is offlined
` [patch 3/6] hwmon/coretemp: Avoid redundant lookups
` [patch 4/6] [PREEMPT-RT] hwmon/coretemp: Convert to hotplug state machine
` [patch 5/6] hwmon/coretemp: Use proper error codes in cpu online callback
` [patch 6/6] hwmon/coretemp: Simplify package management

hwmon: (adt7470) fix checking of num_temp_sensors
 2016-11-23 13:26 UTC  (3+ messages)

Concerns re: sensor count in adt7470_read_temperatures()
 2016-11-23 13:14 UTC  (2+ messages)

IEEE-754 Float to int
 2016-11-22 20:33 UTC  (2+ messages)

[RFC PATCH 2/2] hwmon: adt7411: add min, max and alarm attributes
 2016-11-21 20:35 UTC  (6+ messages)
` [RFC,2/2] "

[PATCH 1/4] hwmon: (adm9240) Fix overflows seen when writing into limit attributes
 2016-11-20 22:33 UTC  (4+ messages)
` [PATCH 2/4] hwmon: (ds620) Fix overflows seen when writing temperature limits
` [PATCH 3/4] hwmon: (lm93) Fix overflows seen when writing into limit attributes
` [PATCH 4/4] hwmon: (smsc47m192) "

[PATCH 1/7] hwmon: (core) Clarify when read and write callbacks are mandatory
 2016-11-20 17:36 UTC  (7+ messages)
` [PATCH 2/7] hwmon: (core) Add support for string attributes to new API
` [PATCH 3/7] hwmon: (core) Clarify use of chip attributes
` [PATCH 4/7] hwmon: (core) Deprecate hwmon_device_register()
` [PATCH 5/7] hwmon: (core) Make is_visible callback truly mandatory
` [PATCH 6/7] hwmon: (core) Explain why at least two attribute groups are allocated
` [PATCH 7/7] hwmon: (core) Rename groups parameter in API to extra_groups

[RFC PATCH 1/2] hwmon: adt7411: update to new hwmon registration API
 2016-11-19 17:31 UTC  (4+ messages)
` [RFC,1/2] "

[PATCH v4 1/3] hwmon: (mcp3021) add devicetree support
 2016-11-19 17:21 UTC  (2+ messages)
` [v4,1/3] "

[PATCH v3 1/3] hwmon: (mcp3021) add devicetree support
 2016-11-19 16:29 UTC  (5+ messages)
` [PATCH v3 3/3] hwmon: (mcp3021) replace S_IRUGO with 0444
  ` [v3,3/3] "

[PATCH v2 2/3] hwmon: (mcp3021) add devicetree bindings documentation
 2016-11-19 16:28 UTC  (2+ messages)
` [v2,2/3] "

[PATCH v2] hwmon: (amc6821) sign extension temperature
 2016-11-19 16:25 UTC  (2+ messages)
` [v2] "

[PATCH] hwmon: (amc6821) sign extension temperature
 2016-11-18 23:13 UTC  (6+ messages)

[PATCH v2 1/3] hwmon: ltc2990: refactor value conversion
 2016-11-18 15:36 UTC  (20+ messages)
` [PATCH v2 2/3] hwmon: ltc2990: add devicetree binding
` [PATCH v2 3/3] hwmon: ltc2990: support all measurement modes

[PATCH] hwmon: ltc2990: support all measurement modes
 2016-11-16 14:45 UTC  (2+ messages)

ina2xx: New DT properties
 2016-11-16 10:50 UTC  (4+ messages)

[PATCH v3] lm87: Allow channel data to be set from dts file
 2016-11-15  4:32 UTC  (2+ messages)

Changing PWM on Winbond W83627DHG-P
 2016-11-13 21:08 UTC  (2+ messages)

[PATCH] lm87: Allow LM87_REG_CHANNEL_MODE to be set via DT
 2016-11-11  0:31 UTC  (3+ messages)

[PATCH v4] Documentation: dtb: lm87: Add hwmon binding documentation
 2016-11-09 18:26 UTC  (2+ messages)

[PATCH] hwmon: (scpi) Fix module autoload
 2016-11-09 14:51 UTC  (2+ messages)

[PATCH v2 1/3] hwmon: (mcp3021) rework for DT support
 2016-11-09 11:53 UTC  (2+ messages)

[PATCH v2 2/2] hwmon: new driver for ST stts751 thermal sensor
 2016-11-09  7:09 UTC  (14+ messages)

[GIT PULL] hwmon fixes for v4.9-rc5
 2016-11-06 15:53 UTC 

[PATCH v4 0/6] Advantech iManager EC driver set
 2016-11-05  8:29 UTC  (7+ messages)
` [PATCH v4 1/6] Add Advantech iManager MFD core driver
` [PATCH v4 2/6] Add Advantech iManager GPIO driver
` [PATCH v4 5/6] Add Advantech iManager Backlight driver
` [PATCH v4 6/6] Add Advantech iManager Watchdog driver

Grant Benefit
 2016-11-02 23:51 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).