[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240409120605.4138472-1-Pascal.FONTAIN@bachmann.info>
Date: Tue, 9 Apr 2024 14:06:03 +0200
From: Pascal FONTAIN <Pascal.FONTAIN@...hmann.info>
To: <linux-kernel@...r.kernel.org>
CC: <afd@...com>, Pascal Fontain <pascal.fontain@...hmann.info>
Subject: [PATCH v3 0/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas
From: Pascal Fontain <pascal.fontain@...hmann.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
Powered by blists - more mailing lists