Files
kernel_arpi/include/linux
Johannes Berg ca2e334232 lib: add iomem emulation (logic_iomem)
Add IO memory emulation that uses callbacks for read/write to
the allocated regions. The callbacks can be registered by the
users using logic_iomem_alloc().

To use, an architecture must 'select LOGIC_IOMEM' in Kconfig
and then include <asm-generic/logic_io.h> into asm/io.h to get
the __raw_read*/__raw_write* functions.

Optionally, an architecture may 'select LOGIC_IOMEM_FALLBACK'
in which case non-emulated regions will 'fall back' to the
various real_* functions that must then be provided.

Cc: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2021-06-17 21:44:51 +02:00
..
2021-05-18 17:24:52 +01:00
2021-05-06 19:24:11 -07:00
2021-05-08 21:49:48 -06:00
2021-05-24 12:45:26 -04:00
2021-05-24 12:45:26 -04:00
2021-05-06 19:24:11 -07:00
2021-05-07 00:26:34 -07:00
2021-04-30 11:20:40 -07:00
2021-05-14 19:41:32 -07:00
2021-04-21 10:24:41 -05:00
2021-05-06 19:24:11 -07:00
2021-04-26 22:55:12 +01:00
2021-05-07 00:26:35 -07:00