nvmem: Move nvmem code in dev/nvmem
authorEmmanuel Vadot <manu@FreeBSD.org>
Tue, 26 Dec 2023 17:51:22 +0000 (18:51 +0100)
committerEmmanuel Vadot <manu@FreeBSD.org>
Wed, 10 Jan 2024 18:20:31 +0000 (19:20 +0100)
commite51b3d8e53cee7d6a36e34e1cd4d588593d71b40
treec9a7b6197d9ec4341dea1df7bbdb466ae6d1e0e7
parent1f469a9fc498c3d406ef7c4e347232678f49da0a
nvmem: Move nvmem code in dev/nvmem

We've removed kernel option EXT_RESOURCES almost two years ago.
While it was ok to have some code under a common 'extres' subdirectory
at first, we now have a lot of consumer of it and we made it mandatory
so no need to have it under a cryptic name.

Reviewed by: dab, imp
Sponsored by:   Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D43193
sys/arm/allwinner/aw_thermal.c
sys/conf/files
sys/dev/nvmem/nvmem.c [moved from sys/dev/extres/nvmem/nvmem.c with 100% similarity]
sys/dev/nvmem/nvmem.h [moved from sys/dev/extres/nvmem/nvmem.h with 95% similarity]
sys/dev/nvmem/nvmem_if.m [moved from sys/dev/extres/nvmem/nvmem_if.m with 100% similarity]