linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/5] Atomic pool for arm64
@ 2014-06-17  1:39 Laura Abbott
  2014-06-17  1:39 ` [PATCHv3 1/5] lib/genalloc.c: Add power aligned algorithm Laura Abbott
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Laura Abbott @ 2014-06-17  1:39 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This is a series to add a pool for atomic allocations for arm64. It was
previously suggested to try and share more code with arm. I did some
refactoring to have arm use genalloc and pull out some of the remapping
code. The end result is a negative diffstat overall for arm dma-mapping.c.

There still might be some room for more refactoring of atomic functions into
common dma-mapping.c and integration with dma-coherent.c but there should
be less overlap now.

Reviews and testing welcome.

Thanks,
Laura

v3: Now a patch series due to refactoring of arm code. arm and arm64 now both
use genalloc for atomic pool management. genalloc extensions added.
DMA remapping code factored out as well.

v2: Various bug fixes pointed out by David and Ritesh (CMA dependency, swapping
coherent, noncoherent). I'm still not sure how to address the devicetree
suggestion by Will [1][2]. I added the devicetree mailing list this time around
to get more input on this.

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-April/249180.html
[2] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-April/249528.html


Laura Abbott (5):
  lib/genalloc.c: Add power aligned algorithm
  lib/genalloc.c: Add genpool range check function
  common: dma-mapping: Introduce common remapping functions
  arm: use genalloc for the atomic pool
  arm64: Add atomic pool for non-coherent and CMA allocaitons.

 arch/arm/Kconfig                         |   1 +
 arch/arm/mm/dma-mapping.c                | 200 ++++++++-----------------------
 arch/arm64/Kconfig                       |   1 +
 arch/arm64/mm/dma-mapping.c              | 154 +++++++++++++++++++++---
 drivers/base/dma-mapping.c               |  66 ++++++++++
 include/asm-generic/dma-mapping-common.h |   9 ++
 include/linux/genalloc.h                 |   7 ++
 lib/genalloc.c                           |  50 ++++++++
 8 files changed, 323 insertions(+), 165 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-06-29 19:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-17  1:39 [PATCHv3 0/5] Atomic pool for arm64 Laura Abbott
2014-06-17  1:39 ` [PATCHv3 1/5] lib/genalloc.c: Add power aligned algorithm Laura Abbott
2014-06-20  9:33   ` Will Deacon
2014-06-29 19:33     ` Laura Abbott
2014-06-17  1:39 ` [PATCHv3 2/5] lib/genalloc.c: Add genpool range check function Laura Abbott
2014-06-20  9:38   ` Will Deacon
2014-06-29 19:38     ` Laura Abbott
2014-06-17  1:39 ` [PATCHv3 3/5] common: dma-mapping: Introduce common remapping functions Laura Abbott
2014-06-17  1:39 ` [PATCHv3 4/5] arm: use genalloc for the atomic pool Laura Abbott
2014-06-17  1:39 ` [PATCHv3 5/5] arm64: Add atomic pool for non-coherent and CMA allocations Laura Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).