An error occurred fetching the project authors.
  1. 12 Nov, 2019 1 commit
  2. 09 Nov, 2019 1 commit
  3. 05 Oct, 2019 1 commit
  4. 02 Jul, 2019 1 commit
  5. 29 Jun, 2019 1 commit
  6. 30 May, 2019 1 commit
  7. 21 Feb, 2019 9 commits
  8. 19 Oct, 2018 2 commits
  9. 15 Oct, 2018 1 commit
    • Loic Pallardy's avatar
      remoteproc: modify vring allocation to rely on centralized carveout allocator · c6aed238
      Loic Pallardy authored
      Current version of rproc_alloc_vring function supports only dynamic vring
      allocation.
      
      This patch allows to allocate vrings based on memory region declatation.
      Vrings are now manage like memory carveouts, to communize memory management
      code in rproc_alloc_registered_carveouts().
      
      Allocated buffer is retrieved in rp_find_vq() thanks to
      rproc_find_carveout_by_name() functions for.
      
      This patch sets vrings names to vdev"x"vring"y" with x vdev index in
      resource table and y vring index in vdev. This will be updated when
      name will be associated to vdev in firmware resource table.
      Signed-off-by: default avatarLoic Pallardy <loic.pallardy@st.com>
      Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
      c6aed238
  10. 10 Oct, 2018 11 commits
  11. 31 Jul, 2018 2 commits
  12. 26 Jun, 2018 5 commits
  13. 25 Apr, 2018 1 commit
  14. 13 Feb, 2018 1 commit
  15. 12 Feb, 2018 2 commits