<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/platform/x86/hdaps.c, branch linux-4.16.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.16.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.16.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2017-09-14T09:59:30Z</updated>
<entry>
<title>dmi: Mark all struct dmi_system_id instances const</title>
<updated>2017-09-14T09:59:30Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2017-09-14T09:59:30Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6faadbbb7f9da70ce484f98f72223c20125a1009'/>
<id>urn:sha1:6faadbbb7f9da70ce484f98f72223c20125a1009</id>
<content type='text'>
... and __initconst if applicable.

Based on similar work for an older kernel in the Grsecurity patch.

[JD: fix toshiba-wmi build]
[JD: add htcpen]
[JD: move __initconst where checkscript wants it]

Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;
</content>
</entry>
<entry>
<title>platform: x86: drop owner assignment from platform_drivers</title>
<updated>2014-10-20T14:21:27Z</updated>
<author>
<name>Wolfram Sang</name>
<email>wsa@the-dreams.de</email>
</author>
<published>2014-10-20T14:21:27Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3493f4144bfd2f11923670b45a8290c8c6499c92'/>
<id>urn:sha1:3493f4144bfd2f11923670b45a8290c8c6499c92</id>
<content type='text'>
A platform_driver does not need to set an owner, it will be populated by the
driver core.

Signed-off-by: Wolfram Sang &lt;wsa@the-dreams.de&gt;
</content>
</entry>
<entry>
<title>platform / x86 / PM: Fix unused function warnings for CONFIG_PM_SLEEP</title>
<updated>2012-08-10T12:29:43Z</updated>
<author>
<name>Rafael J. Wysocki</name>
<email>rjw@sisk.pl</email>
</author>
<published>2012-08-09T21:00:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3567a4e2c52ce2f6fe74fc85690335ec7c96608e'/>
<id>urn:sha1:3567a4e2c52ce2f6fe74fc85690335ec7c96608e</id>
<content type='text'>
According to compiler warnings, quite some suspend/resume functions
in platform x86 drivers are not used for CONFIG_PM_SLEEP unset, so
add #ifdefs to prevent them from being built in that case.

Signed-off-by: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;
</content>
</entry>
<entry>
<title>hdaps: Use struct dev_pm_ops for power management</title>
<updated>2012-07-03T16:34:27Z</updated>
<author>
<name>Rafael J. Wysocki</name>
<email>rjw@sisk.pl</email>
</author>
<published>2012-06-30T21:50:47Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e25d5c11eeeec610af2e0ff51e60d7cdadefe0f2'/>
<id>urn:sha1:e25d5c11eeeec610af2e0ff51e60d7cdadefe0f2</id>
<content type='text'>
Make the HDAPS driver define its PM callbacks through
a struct dev_pm_ops object rather than by using legacy PM hooks
in struct platform_driver.

Signed-off-by: Rafael J. Wysocki &lt;rjw@sisk.pl&gt;
</content>
</entry>
<entry>
<title>hdaps: Jesper Juhl: Fix outdated email address</title>
<updated>2012-05-31T18:23:40Z</updated>
<author>
<name>Jesper Juhl</name>
<email>jj@chaosbits.net</email>
</author>
<published>2012-04-29T00:01:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e4332e8e69e31cf6e6b1e17a1be25f5b8dde977e'/>
<id>urn:sha1:e4332e8e69e31cf6e6b1e17a1be25f5b8dde977e</id>
<content type='text'>
I haven't had a working gmail address for many years - update to my
actual working address.

Signed-off-by: Jesper Juhl &lt;jj@chaosbits.net&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>hdaps: trivial fix for -Wuninitialized</title>
<updated>2012-03-20T16:02:25Z</updated>
<author>
<name>Danny Kukawka</name>
<email>danny.kukawka@bisect.de</email>
</author>
<published>2012-01-30T22:00:11Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a938406b768936f6275b18360ecb44624a80deb1'/>
<id>urn:sha1:a938406b768936f6275b18360ecb44624a80deb1</id>
<content type='text'>
Trivial fix for some -Wuninitialized compiler warnings.

Signed-off-by: Danny Kukawka &lt;danny.kukawka@bisect.de&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>hdaps: Shut up gcc uninitialized variable warnings</title>
<updated>2012-03-20T16:02:04Z</updated>
<author>
<name>Borislav Petkov</name>
<email>bp@alien8.de</email>
</author>
<published>2011-11-24T14:01:31Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b94e88bcb35b321b55ff4517c10eeec16079d46f'/>
<id>urn:sha1:b94e88bcb35b321b55ff4517c10eeec16079d46f</id>
<content type='text'>
Turn off the following triggered with gcc 4.6.1 on Debian testing:

drivers/platform/x86/hdaps.c: In function ‘hdaps_temp2_show’:
drivers/platform/x86/hdaps.c:398:16: warning: ‘temp’ may be used uninitialized in this function [-Wuninitialized]
drivers/platform/x86/hdaps.c: In function ‘hdaps_temp1_show’:
drivers/platform/x86/hdaps.c:385:16: warning: ‘temp’ may be used uninitialized in this function [-Wuninitialized]

Cc: Frank Seidel &lt;frank@f-seidel.de&gt;
Cc: Matthew Garrett &lt;mjg@redhat.com&gt;
Cc: platform-driver-x86@vger.kernel.org
Signed-off-by: Borislav Petkov &lt;bp@alien8.de&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>hdaps: Convert printks to pr_&lt;level&gt;</title>
<updated>2011-05-27T16:35:48Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2011-03-29T22:21:40Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=611f5763fd0e38f896aa38346d4bc3f5c388b608'/>
<id>urn:sha1:611f5763fd0e38f896aa38346d4bc3f5c388b608</id>
<content type='text'>
Added pr_fmt, converted printks and removed
hard coded prefixes.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
<entry>
<title>Move hdaps driver to platform/x86</title>
<updated>2010-10-21T14:10:43Z</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2010-10-05T10:08:57Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=bd9fc3a72345807683a009c1e19dc0d517f0f4e7'/>
<id>urn:sha1:bd9fc3a72345807683a009c1e19dc0d517f0f4e7</id>
<content type='text'>
The hdaps driver isn't a hardware monitoring driver, so it shouldn't
live under driver/hwmon. drivers/platform/x86 seems much more
appropriate, as the driver is only useful on x86 laptops.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Cc: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
Cc: Matthew Garrett &lt;mjg@redhat.com&gt;
Cc: Frank Seidel &lt;frank@f-seidel.de&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
</entry>
</feed>
