]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add amdgpio, driver for GPIO controller on AMD-based x86_64 platforms
authorgonzo <gonzo@FreeBSD.org>
Sun, 21 Oct 2018 04:52:37 +0000 (04:52 +0000)
committergonzo <gonzo@FreeBSD.org>
Sun, 21 Oct 2018 04:52:37 +0000 (04:52 +0000)
commit7b8cfcfcd6bbf138434b54048dd7a68f48adc397
tree28e25ef2af9760c29747f8a9820b074770d17b2a
parentd89c6062a0e61445f877b44080332e180c3a305b
Add amdgpio, driver for GPIO controller on AMD-based x86_64 platforms

Submitted by: Rajesh Kumar <rajbsd@gmail.com>
Differential Revision: https://reviews.freebsd.org/D16865
sys/conf/files.amd64
sys/dev/amdgpio/amdgpio.c [new file with mode: 0644]
sys/dev/amdgpio/amdgpio.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/amdgpio/Makefile [new file with mode: 0644]