commit | 7bdfe12634179c65d6db9f5ca9c0ec96ee45732d | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Jun 17 16:13:41 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 25 09:50:37 2025 -0600 |
tree | 87a1997ba60d2b3aa87432a30029f90efcae6798 | |
parent | 9b0765a8178d5c4c7a9525591a9de2ef703fae14 [diff] |
lmb: replace the lmb_alloc() and lmb_alloc_base() API's There currently are two API's for requesting memory from the LMB module, lmb_alloc() and lmb_alloc_base(). The function which does the actual allocation is the same. Use the earlier introduced API lmb_alloc_mem() for both types of allocation requests. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>