<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/Documentation/hwmon, branch v5.19</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v5.19</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v5.19'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2022-05-22T18:32:31+00:00</updated>
<entry>
<title>hwmon: Make chip parameter for with_info API mandatory</title>
<updated>2022-05-22T18:32:31+00:00</updated>
<author>
<name>Guenter Roeck</name>
<email>linux@roeck-us.net</email>
</author>
<published>2022-05-11T13:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ddaefa209c4ac791c1262e97c9b2d0440c8ef1d5'/>
<id>urn:sha1:ddaefa209c4ac791c1262e97c9b2d0440c8ef1d5</id>
<content type='text'>
Various attempts were made recently to "convert" the old
hwmon_device_register() API to devm_hwmon_device_register_with_info()
by just changing the function name without actually converting the
driver. Prevent this from happening by making the 'chip' parameter of
devm_hwmon_device_register_with_info() mandatory.

Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (asus-ec-sensors) add ROG STRIX X570-E GAMING WIFI II</title>
<updated>2022-05-22T18:32:31+00:00</updated>
<author>
<name>Debabrata Banerjee</name>
<email>dbavatar@gmail.com</email>
</author>
<published>2022-05-05T07:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9ccafe466c3242a17ae7d2ea1b02986bb94fd587'/>
<id>urn:sha1:9ccafe466c3242a17ae7d2ea1b02986bb94fd587</id>
<content type='text'>
Adds support for the ROG STRIX X570-E GAMING WIFI II board and
simplifies formatting for the list of supported models.

Signed-off-by: Debabrata Banerjee &lt;dbavatar@gmail.com&gt;
Signed-off-by: Eugene Shalygin &lt;eugene.shalygin@gmail.com&gt;
Link: https://lore.kernel.org/r/20220505073351.123753-1-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: add driver for the Microchip LAN966x SoC</title>
<updated>2022-05-22T18:32:30+00:00</updated>
<author>
<name>Michael Walle</name>
<email>michael@walle.cc</email>
</author>
<published>2022-04-01T21:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c8f55be4a1c7b4f64ecac1369e55f366b7f03bd2'/>
<id>urn:sha1:c8f55be4a1c7b4f64ecac1369e55f366b7f03bd2</id>
<content type='text'>
Add support for the temperatur sensor and the fan controller on the
Microchip LAN966x SoC. Apparently, an Analog Bits PVT sensor is used
which can measure temperature and process voltages. But only a forumlae
for the temperature sensor is known. Additionally, the SoC support a fan
tacho input as well as a PWM signal to control the fan.

Signed-off-by: Michael Walle &lt;michael@walle.cc&gt;
Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
Link: https://lore.kernel.org/r/20220401214032.3738095-5-michael@walle.cc
[groeck: Added missing reference in Documentation/hwmon/index.rst]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (pmbus) Add support for Infineon Digital Multi-phase xdp152 family controllers</title>
<updated>2022-05-22T18:32:20+00:00</updated>
<author>
<name>Greg.Schwendimann@infineon.com</name>
<email>Greg.Schwendimann@infineon.com</email>
</author>
<published>2022-04-27T18:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9054416afcb443933c16f9e8c4531086e62eb689'/>
<id>urn:sha1:9054416afcb443933c16f9e8c4531086e62eb689</id>
<content type='text'>
Add support for devices XDPE152C4, XDPE12584.

Signed-off-by: Greg Schwendimann &lt;Greg.Schwendimann@infineon.com&gt;
Link: https://lore.kernel.org/r/5e6d50e9b28140158f339b0de343eea4@infineon.com
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (asus-ec-sensors) add doc entry for PRIME X470-PRO</title>
<updated>2022-05-20T17:57:06+00:00</updated>
<author>
<name>Eugene Shalygin</name>
<email>eugene.shalygin@gmail.com</email>
</author>
<published>2022-04-27T18:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=edd969aa9a268b0c70d2787f258a2b4e271a5fe0'/>
<id>urn:sha1:edd969aa9a268b0c70d2787f258a2b4e271a5fe0</id>
<content type='text'>
Add PRIME X470-PRO to the list of supported boards.

Signed-off-by: Eugene Shalygin &lt;eugene.shalygin@gmail.com&gt;
Link: https://lore.kernel.org/r/20220427180237.1475954-1-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (asus-ec-sensors) implement locking via the ACPI global lock</title>
<updated>2022-05-20T17:57:06+00:00</updated>
<author>
<name>Eugene Shalygin</name>
<email>eugene.shalygin@gmail.com</email>
</author>
<published>2022-04-27T14:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=de8fbac5e59e239b00cdac611784b1bc1ff53d14'/>
<id>urn:sha1:de8fbac5e59e239b00cdac611784b1bc1ff53d14</id>
<content type='text'>
For some board models ASUS uses the global ACPI lock to guard access to
the hardware, so do we.

Signed-off-by: Eugene Shalygin &lt;eugene.shalygin@gmail.com&gt;
Link: https://lore.kernel.org/r/20220427143001.1443605-3-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (pmbus/max16601) Add MAX16602 support</title>
<updated>2022-05-20T17:57:05+00:00</updated>
<author>
<name>Atif Ofluoglu</name>
<email>mailto:atif.ofluoglu@maximintegrated.com</email>
</author>
<published>2022-04-15T13:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e5c498ccc90c87155d1f6980cac050d48b8a84b4'/>
<id>urn:sha1:e5c498ccc90c87155d1f6980cac050d48b8a84b4</id>
<content type='text'>
Adding another MAX16602 chip support to MAX16601 driver
Tested with MAX16602 works as expected.

Signed-off-by: Atif Ofluoglu &lt;atif.ofluoglu@maximintegrated.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (aquacomputer_d5next) Add support for Aquacomputer Farbwerk</title>
<updated>2022-05-20T17:57:05+00:00</updated>
<author>
<name>Jack Doan</name>
<email>me@jackdoan.com</email>
</author>
<published>2022-04-24T05:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=229b159c505a7ee5da86f952db1e644b213ccb61'/>
<id>urn:sha1:229b159c505a7ee5da86f952db1e644b213ccb61</id>
<content type='text'>
Extend aquacomputer_d5next driver to expose hardware
temperature sensors of the Aquacomputer Farbwerk RGB controller, which
communicates through a proprietary USB HID protocol.

Four temperature sensors are available. Additionally, serial number and
firmware version are exposed through debugfs.

Also, add Jack Doan to MAINTAINERS for this driver.

Signed-off-by: Jack Doan &lt;me@jackdoan.com&gt;
Signed-off-by: Aleksa Savic &lt;savicaleksa83@gmail.com&gt;
Link: https://lore.kernel.org/r/YmTcrq8Gzel0zYYD@jackdesk
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (dell-smm) Update Documentation regarding firmware bugs</title>
<updated>2022-05-20T17:57:05+00:00</updated>
<author>
<name>Armin Wolf</name>
<email>W_Armin@gmx.de</email>
</author>
<published>2022-04-24T15:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c8e5e37a609da0779d601835972a62ebac057e2e'/>
<id>urn:sha1:c8e5e37a609da0779d601835972a62ebac057e2e</id>
<content type='text'>
When adding the Inspiron 3505 to the fan type blacklist,
the Documentation was not updated to mention the firmware
bug on this machine.
Fix that.

Fixes: 6ba463edccb9 (hwmon: (dell-smm) Add Inspiron 3505 to fan type blacklist)
Signed-off-by: Armin Wolf &lt;W_Armin@gmx.de&gt;
Link: https://lore.kernel.org/r/20220424154824.9396-1-W_Armin@gmx.de
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (dell-smm) Add cooling device support</title>
<updated>2022-05-17T12:53:00+00:00</updated>
<author>
<name>Armin Wolf</name>
<email>W_Armin@gmx.de</email>
</author>
<published>2022-04-10T16:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e0d3f7cb26063898a14fee2fea7d38fc8ceeb89a'/>
<id>urn:sha1:e0d3f7cb26063898a14fee2fea7d38fc8ceeb89a</id>
<content type='text'>
Until now, only the temperature sensors where exported thru
the thermal subsystem. Export the fans as "dell-smm-fan[1-3]" too
to make them available as cooling devices.
Also update Documentation and fix a minor issue with the alphabetic
ordering of the includes.

Signed-off-by: Armin Wolf &lt;W_Armin@gmx.de&gt;
Link: https://lore.kernel.org/r/20220410163935.7840-1-W_Armin@gmx.de
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
</feed>
