<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/Documentation/hwmon, branch v6.13</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>hwmon: (tmp108) Add NXP p3t1085 support</title>
<updated>2024-11-12T21:54:55+00:00</updated>
<author>
<name>Frank Li</name>
<email>Frank.Li@nxp.com</email>
</author>
<published>2024-11-11T17:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=11d35624d7696a64724160199fc94587010d7cb2'/>
<id>11d35624d7696a64724160199fc94587010d7cb2</id>
<content type='text'>
Add compatible string 'nxp,p3t1085' since p3t1085's register layout is the
same as tmp108.

The p3t1085 supports I3C interface.

Update document tmp108.rst and Kconfig's help context.

Signed-off-by: Frank Li &lt;Frank.Li@nxp.com&gt;
Message-ID: &lt;20241111-p3t1085-v3-2-bff511550aad@nxp.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add compatible string 'nxp,p3t1085' since p3t1085's register layout is the
same as tmp108.

The p3t1085 supports I3C interface.

Update document tmp108.rst and Kconfig's help context.

Signed-off-by: Frank Li &lt;Frank.Li@nxp.com&gt;
Message-ID: &lt;20241111-p3t1085-v3-2-bff511550aad@nxp.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (sch5627, max31827) Fix typos in driver documentation</title>
<updated>2024-11-12T21:54:55+00:00</updated>
<author>
<name>Abhinav Saxena</name>
<email>xandfury@gmail.com</email>
</author>
<published>2024-11-08T21:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1f22c0725705d2100b0a63dd77130c30d90fd6ad'/>
<id>1f22c0725705d2100b0a63dd77130c30d90fd6ad</id>
<content type='text'>
Fix some typos in hwmon/sch5627 and hwmon/max31827 reported by
checkpatch.pl. These changes are purely documentation cleanup with no
functional modifications.

Signed-off-by: Abhinav Saxena &lt;xandfury@gmail.com&gt;
Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Reviewed-by: Bagas Sanjaya &lt;bagasdotme@gmail.com&gt;
Message-ID: &lt;20241108212201.144482-1-xandfury@gmail.com&gt;
[groeck: Updated subject]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some typos in hwmon/sch5627 and hwmon/max31827 reported by
checkpatch.pl. These changes are purely documentation cleanup with no
functional modifications.

Signed-off-by: Abhinav Saxena &lt;xandfury@gmail.com&gt;
Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Reviewed-by: Bagas Sanjaya &lt;bagasdotme@gmail.com&gt;
Message-ID: &lt;20241108212201.144482-1-xandfury@gmail.com&gt;
[groeck: Updated subject]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (f71882fg) Fix grammar in fan speed trip points explanation</title>
<updated>2024-11-12T21:54:55+00:00</updated>
<author>
<name>Abhinav Saxena</name>
<email>xandfury@gmail.com</email>
</author>
<published>2024-11-07T01:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=2e5bdf8aa2f49d06200fb6e645673c819135b614'/>
<id>2e5bdf8aa2f49d06200fb6e645673c819135b614</id>
<content type='text'>
Fix several grammatical issues in the fan speed trip points documentation:
- Replace awkward "which % the fan should run at at" construction with
 clearer "that specify the percentage at which"
- Fix incorrect "is chip depended" to "are chip dependent" for correct
 verb agreement and adjective form
- Improve readability by reorganizing first sentence and separating the
 complex explanation into simpler parts
- Add hyphen before "see" to improve readability
- Remove redundant "at" in temperature description

No functional changes, documentation only.

Signed-off-by: Abhinav Saxena &lt;xandfury@gmail.com&gt;
Message-ID: &lt;20241107013849.47833-1-xandfury@gmail.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix several grammatical issues in the fan speed trip points documentation:
- Replace awkward "which % the fan should run at at" construction with
 clearer "that specify the percentage at which"
- Fix incorrect "is chip depended" to "are chip dependent" for correct
 verb agreement and adjective form
- Improve readability by reorganizing first sentence and separating the
 complex explanation into simpler parts
- Add hyphen before "see" to improve readability
- Remove redundant "at" in temperature description

No functional changes, documentation only.

Signed-off-by: Abhinav Saxena &lt;xandfury@gmail.com&gt;
Message-ID: &lt;20241107013849.47833-1-xandfury@gmail.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (pmbus) add documentation for existing flags</title>
<updated>2024-11-10T22:48:07+00:00</updated>
<author>
<name>Jerome Brunet</name>
<email>jbrunet@baylibre.com</email>
</author>
<published>2024-11-05T17:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=544177f20be2eebc7dd2a55feaf186ac68acc22d'/>
<id>544177f20be2eebc7dd2a55feaf186ac68acc22d</id>
<content type='text'>
PMBUS_NO_WRITE_PROTECT and PMBUS_USE_COEFFICIENTS_CMD flags have been added
to pmbus, but the corresponding documentation was not updated.

Update the documentation before adding new flags

Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;
Message-ID: &lt;20241105-tps25990-v4-1-0e312ac70b62@baylibre.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PMBUS_NO_WRITE_PROTECT and PMBUS_USE_COEFFICIENTS_CMD flags have been added
to pmbus, but the corresponding documentation was not updated.

Update the documentation before adding new flags

Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;
Message-ID: &lt;20241105-tps25990-v4-1-0e312ac70b62@baylibre.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (ina226) Add support for SY24655</title>
<updated>2024-11-10T22:48:07+00:00</updated>
<author>
<name>Wenliang Yan</name>
<email>wenliang202407@163.com</email>
</author>
<published>2024-11-06T15:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=52172ad87a22ed6e687ca678da21d3c949bc89a1'/>
<id>52172ad87a22ed6e687ca678da21d3c949bc89a1</id>
<content type='text'>
SY24655: Support for current and voltage detection as well as
power calculation.

Signed-off-by: Wenliang Yan &lt;wenliang202407@163.com&gt;
Message-ID: &lt;20241106150547.2538-1-wenliang202407@163.com&gt;
[groeck: Changed order of compatible entries;
 dropped spurious extra return statement in is_visible();
 fixed code problems]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SY24655: Support for current and voltage detection as well as
power calculation.

Signed-off-by: Wenliang Yan &lt;wenliang202407@163.com&gt;
Message-ID: &lt;20241106150547.2538-1-wenliang202407@163.com&gt;
[groeck: Changed order of compatible entries;
 dropped spurious extra return statement in is_visible();
 fixed code problems]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (pmbus/ltc7841) add support for LTC7841 - docs</title>
<updated>2024-11-10T22:48:07+00:00</updated>
<author>
<name>Mariel Tinaco</name>
<email>Mariel.Tinaco@analog.com</email>
</author>
<published>2024-10-29T01:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=baf88c49a2b1cb0ca0d060486441b8ce876ec079'/>
<id>baf88c49a2b1cb0ca0d060486441b8ce876ec079</id>
<content type='text'>
Add LTC7841 to compatible devices of LTC2978

Signed-off-by: Mariel Tinaco &lt;Mariel.Tinaco@analog.com&gt;
Message-ID: &lt;20241029013734.293024-3-Mariel.Tinaco@analog.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add LTC7841 to compatible devices of LTC2978

Signed-off-by: Mariel Tinaco &lt;Mariel.Tinaco@analog.com&gt;
Message-ID: &lt;20241029013734.293024-3-Mariel.Tinaco@analog.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: Add driver for I2C chip Nuvoton NCT7363Y</title>
<updated>2024-11-10T22:48:07+00:00</updated>
<author>
<name>Ban Feng</name>
<email>kcfeng0@nuvoton.com</email>
</author>
<published>2024-10-22T05:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=46b94c485ed197bc681da242440c6e2315697c57'/>
<id>46b94c485ed197bc681da242440c6e2315697c57</id>
<content type='text'>
The NCT7363Y is a fan controller which provides up to 16
independent FAN input monitors. It can report each FAN input count
values. The NCT7363Y also provides up to 16 independent PWM
outputs. Each PWM can output specific PWM signal by manual mode to
control the FAN duty outside.

Signed-off-by: Ban Feng &lt;kcfeng0@nuvoton.com&gt;
Message-ID: &lt;20241022052905.4062682-3-kcfeng0@nuvoton.com&gt;
[groeck: Dropped unnecessary variable initialization, and , after { }]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The NCT7363Y is a fan controller which provides up to 16
independent FAN input monitors. It can report each FAN input count
values. The NCT7363Y also provides up to 16 independent PWM
outputs. Each PWM can output specific PWM signal by manual mode to
control the FAN duty outside.

Signed-off-by: Ban Feng &lt;kcfeng0@nuvoton.com&gt;
Message-ID: &lt;20241022052905.4062682-3-kcfeng0@nuvoton.com&gt;
[groeck: Dropped unnecessary variable initialization, and , after { }]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (isl28022) new driver for ISL28022 power monitor</title>
<updated>2024-11-10T22:48:07+00:00</updated>
<author>
<name>Yikai Tsai</name>
<email>yikai.tsai.wiwynn@gmail.com</email>
</author>
<published>2024-10-02T08:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=39671a14df4f26e091730d3b8fd3bb900005b83c'/>
<id>39671a14df4f26e091730d3b8fd3bb900005b83c</id>
<content type='text'>
Driver for Renesas ISL28022 power monitor with I2C interface.
The device monitors voltage, current via shunt resistor
and calculated power.

Signed-off-by: Carsten Spieß &lt;mail@carsten-spiess.de&gt;
Signed-off-by: Yikai Tsai &lt;yikai.tsai.wiwynn@gmail.com&gt;
Message-ID: &lt;20241002081133.13123-3-yikai.tsai.wiwynn@gmail.com&gt;
[groeck: Fixed alignment issues, dropped noise at end of probe]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Driver for Renesas ISL28022 power monitor with I2C interface.
The device monitors voltage, current via shunt resistor
and calculated power.

Signed-off-by: Carsten Spieß &lt;mail@carsten-spiess.de&gt;
Signed-off-by: Yikai Tsai &lt;yikai.tsai.wiwynn@gmail.com&gt;
Message-ID: &lt;20241002081133.13123-3-yikai.tsai.wiwynn@gmail.com&gt;
[groeck: Fixed alignment issues, dropped noise at end of probe]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (sht4x): add heater support</title>
<updated>2024-11-10T22:48:07+00:00</updated>
<author>
<name>Antoni Pokusinski</name>
<email>apokusinski01@gmail.com</email>
</author>
<published>2024-09-30T20:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0eed6fc3d2b9eef8074dc799176e0c1e78a3cc3f'/>
<id>0eed6fc3d2b9eef8074dc799176e0c1e78a3cc3f</id>
<content type='text'>
Add support for manipulating the internal heater of sht4x devices.
Enabling the heater removes condensed water from the sensor surface
which disturbs the relative humidity measurements.

The heater can operate at three heating levels (20, 110 or 200
milliwatts). Also, two heating durations may be selected (0.1 or 1s).
Once the heating time elapses the heater is automatically switched off.

Changes since v3:
* struct sht4x_data: add heating_complete timestamp
* struct sht4x_data: add data_pending flag
* heater_enable_store: return -EINVAL if input != 1
* heater_enable_store: check for data-&gt;heating_complete and update it
* heater_enable_store: set data_pending flag after heating request
* sht4x_read_values: msleep if heating in progress
* sht4x_read_values: dont send measurement request if data_pending
* heater_enable attr: make it RW
* Documentation: update info about heater_enable attr

Changes since v2:
* heater_enable_store: remove unnecessary if
* Documentation: remove incorrect info about turning off the heater
* be more specific in the patch description

Changes since v1:
* explain the use case of the new attributes set
* heater_enable attr: make it write-only
* heater_enable_store: define cmd as u8 instead of u8*
* heater_enable_store: remove unreachable data path
* heater_enable_store: remove unnecessary lock
* heater_enable_store: call i2c_master_send only if status==true
* define attributes as DEVICE_ATTR_* instead of SENSOR_DEVICE_ATTR_*

Signed-off-by: Antoni Pokusinski &lt;apokusinski01@gmail.com&gt;
Message-ID: &lt;20240930205346.2147-1-apokusinski01@gmail.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for manipulating the internal heater of sht4x devices.
Enabling the heater removes condensed water from the sensor surface
which disturbs the relative humidity measurements.

The heater can operate at three heating levels (20, 110 or 200
milliwatts). Also, two heating durations may be selected (0.1 or 1s).
Once the heating time elapses the heater is automatically switched off.

Changes since v3:
* struct sht4x_data: add heating_complete timestamp
* struct sht4x_data: add data_pending flag
* heater_enable_store: return -EINVAL if input != 1
* heater_enable_store: check for data-&gt;heating_complete and update it
* heater_enable_store: set data_pending flag after heating request
* sht4x_read_values: msleep if heating in progress
* sht4x_read_values: dont send measurement request if data_pending
* heater_enable attr: make it RW
* Documentation: update info about heater_enable attr

Changes since v2:
* heater_enable_store: remove unnecessary if
* Documentation: remove incorrect info about turning off the heater
* be more specific in the patch description

Changes since v1:
* explain the use case of the new attributes set
* heater_enable attr: make it write-only
* heater_enable_store: define cmd as u8 instead of u8*
* heater_enable_store: remove unreachable data path
* heater_enable_store: remove unnecessary lock
* heater_enable_store: call i2c_master_send only if status==true
* define attributes as DEVICE_ATTR_* instead of SENSOR_DEVICE_ATTR_*

Signed-off-by: Antoni Pokusinski &lt;apokusinski01@gmail.com&gt;
Message-ID: &lt;20240930205346.2147-1-apokusinski01@gmail.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (max31827) Fix spelling errors reported by codespell</title>
<updated>2024-11-10T22:48:06+00:00</updated>
<author>
<name>Everest K.C.</name>
<email>everestkc@everestkc.com.np</email>
</author>
<published>2024-10-01T01:15:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=edeed7b6666cd02bd7e370b47573d95bc9b0f51c'/>
<id>edeed7b6666cd02bd7e370b47573d95bc9b0f51c</id>
<content type='text'>
Below mentioned spelling errors reported by codesepll
were fixed:
	respresents ==&gt; represents
	signifcant ==&gt; significant
	bandwitdh ==&gt; bandwidth

Signed-off-by: Everest K.C. &lt;everestkc@everestkc.com.np&gt;
Message-ID: &lt;20241001011521.80982-1-everestkc@everestkc.com.np&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Below mentioned spelling errors reported by codesepll
were fixed:
	respresents ==&gt; represents
	signifcant ==&gt; significant
	bandwitdh ==&gt; bandwidth

Signed-off-by: Everest K.C. &lt;everestkc@everestkc.com.np&gt;
Message-ID: &lt;20241001011521.80982-1-everestkc@everestkc.com.np&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
