]> git.baikalelectronics.ru Git - kernel.git/commit
devres: Add devm_of_iomap()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Jun 2018 03:21:26 +0000 (13:21 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 23 Jul 2018 05:22:39 +0000 (15:22 +1000)
commit623b49abc26e6c160943e183b245028f1f481b80
treee315e83e62b5eab99f716f9cf20dd6813dd5256c
parent1464d3106fa263aed8f1ff7592723030b3b2e0aa
devres: Add devm_of_iomap()

There are still quite a few cases where a device might want
to get to a different node of the device-tree, obtain the
resources and map them.

We have of_iomap() and of_io_request_and_map() but they both
have shortcomings, such as not returning the size of the
resource found (which can be useful) and not being "managed".

This adds a devm_of_iomap() that provides all of these and
should probably replace uses of the above in most drivers.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
include/linux/device.h
lib/devres.c