Initial driver for Universal Flash Storage (UFS) Host Controllers.
authormglocker <mglocker@openbsd.org>
Sat, 4 Feb 2023 23:11:59 +0000 (23:11 +0000)
committermglocker <mglocker@openbsd.org>
Sat, 4 Feb 2023 23:11:59 +0000 (23:11 +0000)
commit2095c73744945b88b7836cfd196678a60cff8541
treeff86cf2a9e143418d357eaeda7622d4e5261ddd8
parentcda64c0f886397e4adeb75ba491959f8dc0e9f35
Initial driver for Universal Flash Storage (UFS) Host Controllers.

ok kettenis@
share/man/man4/Makefile
share/man/man4/ufshci.4 [new file with mode: 0644]
sys/arch/arm64/conf/GENERIC
sys/conf/files
sys/dev/acpi/files.acpi
sys/dev/acpi/ufshci_acpi.c [new file with mode: 0644]
sys/dev/ic/ufshci.c [new file with mode: 0644]
sys/dev/ic/ufshcireg.h [new file with mode: 0644]
sys/dev/ic/ufshcivar.h [new file with mode: 0644]