[PATCH v3 0/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas

Pascal FONTAIN posted 2 patches 1 year, 10 months ago
drivers/misc/Kconfig         |   7 +
drivers/misc/Makefile        |   1 +
drivers/misc/sram-dma-heap.c | 246 +++++++++++++++++++++++++++++++++++
drivers/misc/sram.c          |   8 +-
drivers/misc/sram.h          |  16 +++
5 files changed, 277 insertions(+), 1 deletion(-)
create mode 100644 drivers/misc/sram-dma-heap.c
[PATCH v3 0/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas
Posted by Pascal FONTAIN 1 year, 10 months ago
From: Pascal Fontain <pascal.fontain@bachmann.info>

Changes from v2:
 - Move sram initialization to device phase
 - Solve compile problems found by kernel test robot

Andrew Davis (1):
  misc: sram: Add DMA-BUF Heap exporting of SRAM areas

Pascal Fontain (1):
  misc: sram: Move probe of sram subsystem

 drivers/misc/Kconfig         |   7 +
 drivers/misc/Makefile        |   1 +
 drivers/misc/sram-dma-heap.c | 246 +++++++++++++++++++++++++++++++++++
 drivers/misc/sram.c          |   8 +-
 drivers/misc/sram.h          |  16 +++
 5 files changed, 277 insertions(+), 1 deletion(-)
 create mode 100644 drivers/misc/sram-dma-heap.c

-- 
2.39.2