<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/amdgpio, branch releng/14.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F14.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:54:36Z</updated>
<entry>
<title>sys: Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-16T17:54:36Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=685dc743dc3b5645e34836464128e1c0558b404b'/>
<id>urn:sha1:685dc743dc3b5645e34836464128e1c0558b404b</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
</content>
</entry>
<entry>
<title>sys: Remove $FreeBSD$: two-line .h pattern</title>
<updated>2023-08-16T17:54:11Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95ee2897e98f5d444f26ed2334cc7c439f9c16c6'/>
<id>urn:sha1:95ee2897e98f5d444f26ed2334cc7c439f9c16c6</id>
<content type='text'>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
<updated>2023-05-12T16:44:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-05-10T15:40:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d846d260e2b9a3d4d0a701462568268cbfe7a5b'/>
<id>urn:sha1:4d846d260e2b9a3d4d0a701462568268cbfe7a5b</id>
<content type='text'>
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with:		pfg
MFC After:		3 days
Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>dev/amd*: Remove unused devclass arguments to DRIVER_MODULE.</title>
<updated>2022-05-09T19:22:00Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2022-05-09T19:22:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=83a273efcee27f01b642e807a00feccb095a84ff'/>
<id>urn:sha1:83a273efcee27f01b642e807a00feccb095a84ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>amd*: clean up empty lines in .c and .h files</title>
<updated>2020-09-01T21:39:19Z</updated>
<author>
<name>Mateusz Guzik</name>
<email>mjg@FreeBSD.org</email>
</author>
<published>2020-09-01T21:39:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e492d18c3c8660f2a8afb673395e00baec0b6488'/>
<id>urn:sha1:e492d18c3c8660f2a8afb673395e00baec0b6488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>amdgpio: small formatting cleanup</title>
<updated>2019-05-24T06:07:33Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2019-05-24T06:07:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed3f0b8a211046ad4e8ef7a087949b5b11d79471'/>
<id>urn:sha1:ed3f0b8a211046ad4e8ef7a087949b5b11d79471</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>amdgpio: fix reading status of input pins</title>
<updated>2019-05-24T06:06:42Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2019-05-24T06:06:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cada7eafaca087a66230dee628dd48d26691ccf5'/>
<id>urn:sha1:cada7eafaca087a66230dee628dd48d26691ccf5</id>
<content type='text'>
AMD FCH GPIO controller uses different bits for setting the output level
and for reporting the input level.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>amdgpio: remove new line symbols from pin names</title>
<updated>2019-05-24T06:02:51Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2019-05-24T06:02:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfdb42f880bdab0cbc35389d714b73bf9b10de91'/>
<id>urn:sha1:cfdb42f880bdab0cbc35389d714b73bf9b10de91</id>
<content type='text'>
That made, for example, gpioc -l output quite hard to read and parse.

Also, fix formatting of a nearby statement with too long lines.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Distinguish _CID match and _HID match and make lower priority probe</title>
<updated>2018-10-26T00:05:46Z</updated>
<author>
<name>Takanori Watanabe</name>
<email>takawata@FreeBSD.org</email>
</author>
<published>2018-10-26T00:05:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5efca36fbda65afe7726d685dcc43a707ef76447'/>
<id>urn:sha1:5efca36fbda65afe7726d685dcc43a707ef76447</id>
<content type='text'>
when _CID match.

Reviewed by: jhb, imp
Differential Revision:https://reviews.freebsd.org/D16468
</content>
</entry>
<entry>
<title>Add amdgpio, driver for GPIO controller on AMD-based x86_64 platforms</title>
<updated>2018-10-21T04:52:37Z</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2018-10-21T04:52:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ce574de3b680e0a08b4c58c2a949f26963828af'/>
<id>urn:sha1:8ce574de3b680e0a08b4c58c2a949f26963828af</id>
<content type='text'>
Submitted by:	Rajesh Kumar &lt;rajbsd@gmail.com&gt;
Differential Revision:	https://reviews.freebsd.org/D16865
</content>
</entry>
</feed>
