[PATCH v3 0/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas
From: Pascal FONTAIN
Date: Tue Apr 09 2024 - 08:06:30 EST
From: Pascal Fontain <pascal.fontain@xxxxxxxxxxxxx>
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