All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support for
@ 2011-03-04 17:57 ` Guenter Roeck
  0 siblings, 0 replies; 36+ messages in thread
From: Guenter Roeck @ 2011-03-04 17:57 UTC (permalink / raw)
  To: Jean Delvare
  Cc: Ian Dobson, Andy Lutomirski, Randy Dunlap, binximeng, lmsensors,
	andrea.rizzolo, jeff.sadowski, lm-sensors, linux-doc,
	linux-kernel, Guenter Roeck

The following patch series adds support for NCT6775F and NCT6776F to the
w83627ehf driver. It also includes some cleanup and adds support for
the fourth temperature sensor on W83677HG-B.

No code changes since v4. Resubmitting and widening audience in the hope that
someone may find the time to review the changes prior to the next commit window.

v5:
- Update Kconfig to reference W83667HG, NCT6775F, and NCT6776F.

v4:
- Store rpm instead of raw fan speed readings
- For NCT6775F, increase fan divisor if the fan speed reads 0
  [ On NCT6775F, fan speed readings can return 0 instead of 0xff if the
    fan divisor value is too low ]
- Separate changes into more patches to simplify review

v3:
- Documentation: Remove references to datasheets which no longer exist
- Documentation: Add information about limits of SmartFan IV support.
- SmartFan III mode is not supported on NCT6776F, so remove related attributes
  and refuse to configure it.
- (additional patch) Improve support for chips with 16-bit fan count registers

v2:
- W83677HG-B does share the AUXTIN/VIN3 pin, so we can not skip this check.
- Cosmetic changes to fix a couple of checkpatch errors and to undo some
  unnecessary formatting changes in patch 5.
- Patch 1 introduced a bug in temp_to_reg which was fixed in a later patch.
  Modified code to not introduce the bug in the first place.
- Two dev_dbg messages were changed to dev_info for testing. Changed back
  to dev_dbg.

The patched driver can be downloaded as stand-alone driver from
	http://www.roeck-us.net/linux/drivers/w83627ehf/

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2011-04-06  0:47 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-04 17:57 [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support for Guenter Roeck
2011-03-04 17:57 ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Guenter Roeck
2011-03-04 17:57 ` [lm-sensors] [PATCH v5 01/11] hwmon: (w83627ehf) Unify temperature Guenter Roeck
2011-03-04 17:57   ` [PATCH v5 01/11] hwmon: (w83627ehf) Unify temperature register access, and use strict string conversions Guenter Roeck
2011-03-04 17:57 ` [lm-sensors] [PATCH v5 02/11] hwmon: (w83627ehf) Fixed most Guenter Roeck
2011-03-04 17:57   ` [PATCH v5 02/11] hwmon: (w83627ehf) Fixed most checkpatch warnings and errors Guenter Roeck
2011-03-04 17:57 ` [lm-sensors] [PATCH v5 03/11] hwmon: (w83627ehf) Optimize Guenter Roeck
2011-03-04 17:57   ` [PATCH v5 03/11] hwmon: (w83627ehf) Optimize multi-bank register access Guenter Roeck
2011-03-04 17:57 ` [lm-sensors] [PATCH v5 04/11] hwmon: (w83627ehf) Improve support Guenter Roeck
2011-03-04 17:57   ` [PATCH v5 04/11] hwmon: (w83627ehf) Improve support for W83667HG-B Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 05/11] hwmon: (w83627ehf) Remove references Guenter Roeck
2011-03-04 17:58   ` [PATCH v5 05/11] hwmon: (w83627ehf) Remove references to datasheets which no longer exist Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 06/11] hwmon: (w83627ehf) Convert register Guenter Roeck
2011-03-04 17:58   ` [PATCH v5 06/11] hwmon: (w83627ehf) Convert register arrays to 16 bit, and convert access to pointers Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 07/11] hwmon: (w83627ehf) Permit enabling Guenter Roeck
2011-03-04 17:58   ` [PATCH v5 07/11] hwmon: (w83627ehf) Permit enabling SmartFan IV mode if configured at startup Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 08/11] hwmon: (w83627ehf) Add support for Guenter Roeck
2011-03-04 17:58   ` [PATCH v5 08/11] hwmon: (w83627ehf) Add support for Nuvoton NCT6775F and NCT6776F Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 09/11] hwmon: (w83627ehf) Use 16 bit fan Guenter Roeck
2011-03-04 17:58   ` [PATCH v5 09/11] hwmon: (w83627ehf) Use 16 bit fan count registers if supported Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 10/11] hwmon: (w83627ehf) Store rpm instead Guenter Roeck
2011-03-04 17:58   ` [PATCH v5 10/11] hwmon: (w83627ehf) Store rpm instead of raw fan speed data Guenter Roeck
2011-03-04 17:58 ` [lm-sensors] [PATCH v5 11/11] hwmon: (w83627ehf) Update Kconfig for Guenter Roeck
2011-03-04 17:58   ` [PATCH v5 11/11] hwmon: (w83627ehf) Update Kconfig for W83677HG-B, NCT6775F and NCT6776F Guenter Roeck
2011-03-04 18:50 ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Andrew Lutomirski
2011-03-04 18:50   ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Andrew Lutomirski
2011-03-04 18:53   ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Andrew Lutomirski
2011-03-04 18:53     ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Andrew Lutomirski
2011-03-04 19:56     ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Guenter Roeck
2011-03-04 19:56       ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Guenter Roeck
2011-03-04 19:59   ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Guenter Roeck
2011-03-04 19:59     ` [PATCH v5 00/11] hwmon: (w83627ehf) Add support for NCT6775F and NCT6776F Guenter Roeck
2011-03-16  9:49 ` [lm-sensors] [PATCH v5 00/11] hwmon: (w83627ehf) Add support Michiel
2011-03-16 15:20 ` Guenter Roeck
2011-04-06  0:33 ` Michael D Powell
2011-04-06  0:47 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.