]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge the QorIQ GPIO drivers between arm and powerpc
authorJustin Hibbits <jhibbits@FreeBSD.org>
Mon, 5 Apr 2021 15:35:15 +0000 (10:35 -0500)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Mon, 5 Apr 2021 15:35:15 +0000 (10:35 -0500)
commit16e549ebe2ab5dbc43b78856ee9932f14867be20
tree2306974525628ea7c71a06ce384fa663fa8a5ddc
parent5a898b2b78ce04d608bbaaa0813424b11f921ae7
Merge the QorIQ GPIO drivers between arm and powerpc

Summary:
They're nearly identical, so don't use two copies.  Merge the newer
driver into the older one, and move it to a common location.

Add the Semihalf and associated copyrights in addition to mine, since
it's a non-trivial amount of code merged.

Reviewed By: mw
Differential Revision: https://reviews.freebsd.org/D29520
sys/arm64/conf/GENERIC
sys/arm64/qoriq/ls1046_gpio.c [deleted file]
sys/conf/files.arm64
sys/conf/files.powerpc
sys/dev/gpio/qoriq_gpio.c [moved from sys/powerpc/mpc85xx/qoriq_gpio.c with 68% similarity]