sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
show more ...
dev/amd*: Remove unused devclass arguments to DRIVER_MODULE.
amd*: clean up empty lines in .c and .h files
amdgpio: small formatting cleanupMFC after: 2 weeks
amdgpio: fix reading status of input pinsAMD FCH GPIO controller uses different bits for setting the output leveland for reporting the input level.MFC after: 2 weeks
amdgpio: remove new line symbols from pin namesThat 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 w
amdgpio: remove new line symbols from pin namesThat 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
Distinguish _CID match and _HID match and make lower priority probewhen _CID match.Reviewed by: jhb, impDifferential Revision:https://reviews.freebsd.org/D16468
Add amdgpio, driver for GPIO controller on AMD-based x86_64 platformsSubmitted by: Rajesh Kumar <[email protected]>Differential Revision: https://reviews.freebsd.org/D16865