All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas
@ 2024-04-09 12:06 Pascal FONTAIN
  2024-04-09 12:06 ` [PATCH v3 1/2] misc: sram: Move probe of sram subsystem Pascal FONTAIN
  2024-04-09 12:06 ` [PATCH v3 2/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas Pascal FONTAIN
  0 siblings, 2 replies; 8+ messages in thread
From: Pascal FONTAIN @ 2024-04-09 12:06 UTC (permalink / raw
  To: linux-kernel; +Cc: afd, Pascal Fontain

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


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

end of thread, other threads:[~2024-04-20  6:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 12:06 [PATCH v3 0/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas Pascal FONTAIN
2024-04-09 12:06 ` [PATCH v3 1/2] misc: sram: Move probe of sram subsystem Pascal FONTAIN
2024-04-09 12:10   ` Arnd Bergmann
2024-04-09 12:06 ` [PATCH v3 2/2] misc: sram: Add DMA-BUF Heap exporting of SRAM areas Pascal FONTAIN
2024-04-09 12:14   ` Greg Kroah-Hartman
2024-04-19 16:57     ` Christian Gmeiner
2024-04-20  6:36       ` Greg Kroah-Hartman
2024-04-09 14:38   ` Andrew Davis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.