
Dear Kumar Gala,
In message 1229210430-4522-2-git-send-email-galak@kernel.crashing.org you wrote:
Add a library that helps in translating between virtual and physical addresses. This library can be useful as a simple means to implement map_physmem() and virt_to_phys() for platforms that need functionality beyond the simple 1:1 mapping.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
- Folded in Becky's phys_size_t changes
include/addr_map.h | 29 +++++++++++++++++ lib_generic/Makefile | 1 + lib_generic/addr_map.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 111 insertions(+), 0 deletions(-) create mode 100644 include/addr_map.h create mode 100644 lib_generic/addr_map.c
Applied, thanks.
As discussed, I'll be leaving patches 3/4 and 4/4 of this series for Andy to pick them up.
Best regards,
Wolfgang Denk