]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: add devm_ioremap()
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sat, 20 May 2023 00:53:21 +0000 (00:53 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 8 Jun 2023 18:07:28 +0000 (18:07 +0000)
commit4cbd427788ec625f17c1ecdfccbb7b06c1c908d9
tree10c03d6d40d8402dcb4152e65c35c9110a071b34
parent17bde9cbc6fc3ac219aa11243c0b75025786f628
LinuxKPI: add devm_ioremap()

Given we do not seem to support ioremap() do not support the "devm"
version either and simply return NULL, which means we do not have
to keep track of the memory to be freed on device free later.

Sponsored by: The FreeBSD Foundation
MFC after: 10 days
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D40173
sys/compat/linuxkpi/common/include/linux/io.h