All of lore.kernel.org
 help / color / mirror / Atom feed
* Mapping ram memory using ioremap
@ 2022-05-11 23:00 ` noman pouigt
  0 siblings, 0 replies; 2+ messages in thread
From: noman pouigt @ 2022-05-11 23:00 UTC (permalink / raw)
  To: linux-kernel, kernelnewbies

We are using part of DRAM as shared memory
between DSP and SoC. However, DSP
can only access higher 1GB of DRAM.

In order to map the aforementioned memory
I tried using ioremap and it blurted out the
warning as mentioned in this article.
https://lwn.net/Articles/409700/

What is the alternative to using ioremap to
map specific RAM memory region for use
in the driver as shared memory?

I tried memremap + reserved memory as well
and it failed.

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

* Mapping ram memory using ioremap
@ 2022-05-11 23:00 ` noman pouigt
  0 siblings, 0 replies; 2+ messages in thread
From: noman pouigt @ 2022-05-11 23:00 UTC (permalink / raw)
  To: linux-kernel, kernelnewbies

We are using part of DRAM as shared memory
between DSP and SoC. However, DSP
can only access higher 1GB of DRAM.

In order to map the aforementioned memory
I tried using ioremap and it blurted out the
warning as mentioned in this article.
https://lwn.net/Articles/409700/

What is the alternative to using ioremap to
map specific RAM memory region for use
in the driver as shared memory?

I tried memremap + reserved memory as well
and it failed.

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

end of thread, other threads:[~2022-05-13  1:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 23:00 Mapping ram memory using ioremap noman pouigt
2022-05-11 23:00 ` noman pouigt

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.