All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 to
@ 2010-09-16  1:52 Guenter Roeck
  2010-09-16 12:18 ` [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 Jean Delvare
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Guenter Roeck @ 2010-09-16  1:52 UTC (permalink / raw)
  To: lm-sensors

This patchset cleans up the lm90 driver and adds support for
Maxim MAX6695/6696 temperature sensors.

In detail,
- Add support for tempX_emergency_alarm ABI attribute
- Introduce device feature bits to reduce runtime overhead
- Introduce function to delete sysfs files
- Simplify calculations in set_temp11()
- Introduce 3rd set of upper temperature limits (named 'emergency' limits)
- Add max6659 support for those limits, and add support for max6659 address 0x4e
- Add max6695/96 support

The patchset depends on the previously submitted lm90 driver cleanup patch.

v2 changes:
- Split patch into multiple parts
- Add support for max6659 address 0x4e and extra features
- Improved max6695/96 device detection code
- max6695/96 does not support extended external limits, so don't try to
  read them for the 3rd sensor
- Other changes to address review feedback
  - Updated Documentation/hwmon/lm90 and drivers/hwmon/Kconfig.
  - Fixed alert_alarms comment
  - remote offset register not supported on max6658 (fixed comment)
  - rewrote set_temp11()
  - Added tempX_emergency_alarm attribute
  - Some code alignment fixes

v3 changes:
- Express bit masks using shift values instead of hex constants
- Replaced tabs after #define with space
- Negated LM90_HAVE_REM_LIMIT_EXT test
- Reordered patches 5 and 6 (introduce max6659 first, then its extra features)
- Clarified that only max6696 permits multiple I2C addresses
- Use max6696 instead of max6695 in chips enum to avoid mixup with max6659
- Fixed register index for temp3_crit_hyst
- Moved lm90_select_remote_channel() to avoid forward declaration of
  lm90_read_reg()
- Added comment indicating that lm90_select_remote_channel() must be called with
  update lock held
- Added tempX_emergency_hyst attribute

Patches unchanged in v3 are listed as v2 patches and are resubmitted for clarity.

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

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

* Re: [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696
  2010-09-16  1:52 [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 to Guenter Roeck
@ 2010-09-16 12:18 ` Jean Delvare
  2010-09-16 12:51 ` Guenter Roeck
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2010-09-16 12:18 UTC (permalink / raw)
  To: lm-sensors

On Wed, 15 Sep 2010 18:52:23 -0700, Guenter Roeck wrote:
> This patchset cleans up the lm90 driver and adds support for
> Maxim MAX6695/6696 temperature sensors.

Series applied, thanks!

Please make sure wiki/Devices and sensors-detect are up-to-date.

-- 
Jean Delvare

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

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

* Re: [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696
  2010-09-16  1:52 [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 to Guenter Roeck
  2010-09-16 12:18 ` [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 Jean Delvare
@ 2010-09-16 12:51 ` Guenter Roeck
  2010-09-16 13:11 ` Guenter Roeck
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2010-09-16 12:51 UTC (permalink / raw)
  To: lm-sensors

On Thu, Sep 16, 2010 at 08:18:49AM -0400, Jean Delvare wrote:
> On Wed, 15 Sep 2010 18:52:23 -0700, Guenter Roeck wrote:
> > This patchset cleans up the lm90 driver and adds support for
> > Maxim MAX6695/6696 temperature sensors.
> 
> Series applied, thanks!
> 
> Please make sure wiki/Devices and sensors-detect are up-to-date.
> 
Will do.

Guenter

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

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

* Re: [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696
  2010-09-16  1:52 [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 to Guenter Roeck
  2010-09-16 12:18 ` [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 Jean Delvare
  2010-09-16 12:51 ` Guenter Roeck
@ 2010-09-16 13:11 ` Guenter Roeck
  2010-09-16 13:32 ` Jean Delvare
  2010-09-16 13:48 ` Guenter Roeck
  4 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2010-09-16 13:11 UTC (permalink / raw)
  To: lm-sensors

On Thu, Sep 16, 2010 at 08:18:49AM -0400, Jean Delvare wrote:
> On Wed, 15 Sep 2010 18:52:23 -0700, Guenter Roeck wrote:
> > This patchset cleans up the lm90 driver and adds support for
> > Maxim MAX6695/6696 temperature sensors.
> 
> Series applied, thanks!
> 
> Please make sure wiki/Devices and sensors-detect are up-to-date.
> 
Is the patch going to make it into 2.6.36, or will it be 2.6.37 ?

Guenter

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

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

* Re: [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696
  2010-09-16  1:52 [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 to Guenter Roeck
                   ` (2 preceding siblings ...)
  2010-09-16 13:11 ` Guenter Roeck
@ 2010-09-16 13:32 ` Jean Delvare
  2010-09-16 13:48 ` Guenter Roeck
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2010-09-16 13:32 UTC (permalink / raw)
  To: lm-sensors

On Thu, 16 Sep 2010 06:11:35 -0700, Guenter Roeck wrote:
> On Thu, Sep 16, 2010 at 08:18:49AM -0400, Jean Delvare wrote:
> > On Wed, 15 Sep 2010 18:52:23 -0700, Guenter Roeck wrote:
> > > This patchset cleans up the lm90 driver and adds support for
> > > Maxim MAX6695/6696 temperature sensors.
> > 
> > Series applied, thanks!
> > 
> > Please make sure wiki/Devices and sensors-detect are up-to-date.
> > 
> Is the patch going to make it into 2.6.36, or will it be 2.6.37 ?

2.6.37. The merge window for 2.6.36 closed like 4 weeks ago, and none
of these patches is fixing any bug.

-- 
Jean Delvare

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

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

* Re: [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696
  2010-09-16  1:52 [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 to Guenter Roeck
                   ` (3 preceding siblings ...)
  2010-09-16 13:32 ` Jean Delvare
@ 2010-09-16 13:48 ` Guenter Roeck
  4 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2010-09-16 13:48 UTC (permalink / raw)
  To: lm-sensors

On Thu, Sep 16, 2010 at 09:32:03AM -0400, Jean Delvare wrote:
> On Thu, 16 Sep 2010 06:11:35 -0700, Guenter Roeck wrote:
> > On Thu, Sep 16, 2010 at 08:18:49AM -0400, Jean Delvare wrote:
> > > On Wed, 15 Sep 2010 18:52:23 -0700, Guenter Roeck wrote:
> > > > This patchset cleans up the lm90 driver and adds support for
> > > > Maxim MAX6695/6696 temperature sensors.
> > > 
> > > Series applied, thanks!
> > > 
> > > Please make sure wiki/Devices and sensors-detect are up-to-date.
> > > 
> > Is the patch going to make it into 2.6.36, or will it be 2.6.37 ?
> 
> 2.6.37. The merge window for 2.6.36 closed like 4 weeks ago, and none
> of these patches is fixing any bug.
> 
Ok, makes sense. Wasn't sure how the rules are for additions to existing drivers.

Guenter

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

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

end of thread, other threads:[~2010-09-16 13:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-16  1:52 [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 to Guenter Roeck
2010-09-16 12:18 ` [lm-sensors] [PATCH v3 0/7] hwmon: Add support for MAX6695/6696 Jean Delvare
2010-09-16 12:51 ` Guenter Roeck
2010-09-16 13:11 ` Guenter Roeck
2010-09-16 13:32 ` Jean Delvare
2010-09-16 13:48 ` 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.