kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* mmap - post/pre actions
@ 2015-09-15 19:40 Ran Shalit
  2015-09-15 19:51 ` Valdis.Kletnieks at vt.edu
  2015-09-16  9:02 ` Pranay Srivastava
  0 siblings, 2 replies; 3+ messages in thread
From: Ran Shalit @ 2015-09-15 19:40 UTC (permalink / raw)
  To: kernelnewbies

Hello,

I need to implement mmap for non-volatile memory chip (NVRAM).
I already did something simple, but now I understand that it is not complete:
The nvram need to be unlock and locked after finishing the memory task
of read/write.

Does mmap can handle such post/pre actions or not ( I guess that if
not -  I will need to use read/write alternatives) ?

Thank you,
Ran

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

end of thread, other threads:[~2015-09-16  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 19:40 mmap - post/pre actions Ran Shalit
2015-09-15 19:51 ` Valdis.Kletnieks at vt.edu
2015-09-16  9:02 ` Pranay Srivastava

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).