]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[chvgpio] add GPIO driver for Intel Z8xxx SoC family
authorgonzo <gonzo@FreeBSD.org>
Thu, 22 Feb 2018 19:12:32 +0000 (19:12 +0000)
committergonzo <gonzo@FreeBSD.org>
Thu, 22 Feb 2018 19:12:32 +0000 (19:12 +0000)
commit1fc1663e02a2e4ae9a9568c4dc21b1ee0df82d44
tree6dea0be59e9a9c66bf3e0ba295787e136546519b
parent4a91d690c211b457f5e947b4a0a28709c1fa3802
[chvgpio] add GPIO driver for Intel Z8xxx SoC family

Add chvgpio(4) driver for Intel Z8xxx SoC family. This product
was formerly known as Cherry Trail but Linux and OpenBSD drivers
refer to it as Cherry View. This driver is derived from OpenBSD
one so the name is kept for alignment with another BSD system.

Submitted by: Tom Jones <tj@enoti.me>
Reviewed by: gonzo, wblock(man page)
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D13086
share/man/man4/Makefile
share/man/man4/chvgpio.4 [new file with mode: 0644]
sys/conf/files.amd64
sys/conf/files.i386
sys/dev/gpio/chvgpio.c [new file with mode: 0644]
sys/dev/gpio/chvgpio_reg.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/chvgpio/Makefile [new file with mode: 0644]