<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/Documentation/hwmon, branch linux-5.19.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-5.19.y</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-5.19.y'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2022-09-15T08:47:20+00:00</updated>
<entry>
<title>hwmon: (asus-ec-sensors) add definitions for ROG ZENITH II EXTREME</title>
<updated>2022-09-15T08:47:20+00:00</updated>
<author>
<name>Urs Schroffenegger</name>
<email>nabajour@lampshade.ch</email>
</author>
<published>2022-07-10T20:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=447fb910846cff8322ccacd3db9d37fa55e71c79'/>
<id>urn:sha1:447fb910846cff8322ccacd3db9d37fa55e71c79</id>
<content type='text'>
[ Upstream commit 9992b19d756ab8f0889fcaf3e71ff93852e74694 ]

Add definitions for ROG ZENITH II EXTREME and some unknown yet
temperature sensors in the second EC bank. Details are available at
[1, 2].

[1] https://github.com/zeule/asus-ec-sensors/pull/26
[2] https://github.com/zeule/asus-ec-sensors/issues/16

Signed-off-by: Urs Schroffenegger &lt;nabajour@lampshade.ch&gt;
Signed-off-by: Eugene Shalygin &lt;eugene.shalygin@gmail.com&gt;
Link: https://lore.kernel.org/r/20220710202639.1812058-2-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
Stable-dep-of: 88700d1396ba ("hwmon: (asus-ec-sensors) autoload module via DMI data")
Signed-off-by: Sasha Levin &lt;sashal@kernel.org&gt;
</content>
</entry>
<entry>
<title>hwmon: (asus-ec-sensors) add support for Maximus XI Hero</title>
<updated>2022-09-15T08:47:20+00:00</updated>
<author>
<name>Michael Carns</name>
<email>mike@carns.com</email>
</author>
<published>2022-06-27T22:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=667cada538dac67e833b8cf7b9f919fa28cd2603'/>
<id>urn:sha1:667cada538dac67e833b8cf7b9f919fa28cd2603</id>
<content type='text'>
[ Upstream commit 8f9eb10ff71d8e3beeee3f8d19050223600faf85 ]

Add definitions for ROG MAXIMUS XI HERO and ROG MAXIMUS XI HERO (WI-FI)
boards.

Signed-off-by: Michael Carns &lt;mike@carns.com&gt;
Signed-off-by: Eugene Shalygin &lt;eugene.shalygin@gmail.com&gt;
Link: https://lore.kernel.org/r/20220627225437.87462-1-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
Stable-dep-of: 88700d1396ba ("hwmon: (asus-ec-sensors) autoload module via DMI data")
Signed-off-by: Sasha Levin &lt;sashal@kernel.org&gt;
</content>
</entry>
<entry>
<title>hwmon: (asus-ec-sensors) add support for Strix Z690-a D4</title>
<updated>2022-09-15T08:47:19+00:00</updated>
<author>
<name>Shady Nawara</name>
<email>shady.nawara@outlook.com</email>
</author>
<published>2022-06-03T12:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=4091d4f487e49aaea985fbd8163940b5800c8dd7'/>
<id>urn:sha1:4091d4f487e49aaea985fbd8163940b5800c8dd7</id>
<content type='text'>
[ Upstream commit bae26b801f98bc902ab4a43c96947f3a0ce4f3a0 ]

adds T_Sensor and VRM Temp sensors for the Asus Strix z690-a D4 motherboard

Signed-off-by: Shady Nawara &lt;shady.nawara@outlook.com&gt;
Signed-off-by: Eugene Shalygin &lt;eugene.shalygin@gmail.com&gt;
Link: https://lore.kernel.org/r/20220603122758.1561064-1-eugene.shalygin@gmail.com
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
Stable-dep-of: 88700d1396ba ("hwmon: (asus-ec-sensors) autoload module via DMI data")
Signed-off-by: Sasha Levin &lt;sashal@kernel.org&gt;
</content>
</entry>
<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.rulkc.org/pub/scm/linux/kernel/git/stable/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.rulkc.org/pub/scm/linux/kernel/git/stable/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.rulkc.org/pub/scm/linux/kernel/git/stable/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.rulkc.org/pub/scm/linux/kernel/git/stable/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.rulkc.org/pub/scm/linux/kernel/git/stable/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.rulkc.org/pub/scm/linux/kernel/git/stable/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.rulkc.org/pub/scm/linux/kernel/git/stable/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>
</feed>
