linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add noncoherent platform support for vop driver
@ 2020-09-25  7:26 Sherry Sun
  2020-09-25  7:26 ` [PATCH 1/5] misc: vop: change the way of allocating vring for noncoherent platform Sherry Sun
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Sherry Sun @ 2020-09-25  7:26 UTC (permalink / raw)
  To: sudeep.dutt, ashutosh.dixit, arnd, gregkh, wang.yi59,
	huang.zijiang, rikard.falkeborn, lee.jones, mst
  Cc: linux-kernel, linux-imx

Change the way of allocating vring to support noncoherent platform for vop
driver, and add some related dma changes to make sure noncoherent platform works
well. 

Sherry Sun (5):
  misc: vop: change the way of allocating vring for noncoherent platform
  misc: vop: change the way of allocating used ring
  misc: vop: simply return the saved dma address instead of virt_to_phys
  misc: vop: set VIRTIO_F_ACCESS_PLATFORM for nocoherent platform
  misc: vop: mapping kernel memory to user space as noncached

 drivers/misc/mic/bus/vop_bus.h    |   2 +
 drivers/misc/mic/host/mic_boot.c  |   8 ++
 drivers/misc/mic/vop/vop_main.c   |  51 +++++++++----
 drivers/misc/mic/vop/vop_vringh.c | 117 ++++++++++++++++++++----------
 4 files changed, 125 insertions(+), 53 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-09-28 10:11 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25  7:26 [PATCH 0/5] Add noncoherent platform support for vop driver Sherry Sun
2020-09-25  7:26 ` [PATCH 1/5] misc: vop: change the way of allocating vring for noncoherent platform Sherry Sun
2020-09-25 12:16   ` Greg KH
2020-09-27  7:06     ` Sherry Sun
2020-09-26  7:50   ` Christoph Hellwig
2020-09-27  7:58     ` Sherry Sun
2020-09-28  6:09       ` Christoph Hellwig
2020-09-28 10:10         ` Sherry Sun
2020-09-25  7:26 ` [PATCH 2/5] misc: vop: change the way of allocating used ring Sherry Sun
2020-09-25  7:26 ` [PATCH 3/5] misc: vop: simply return the saved dma address instead of virt_to_phys Sherry Sun
2020-09-25 12:17   ` Greg KH
2020-09-27  7:23     ` Sherry Sun
2020-09-25  7:26 ` [PATCH 4/5] misc: vop: set VIRTIO_F_ACCESS_PLATFORM for nocoherent platform Sherry Sun
2020-09-25 12:16   ` Greg KH
2020-09-27  7:20     ` Sherry Sun
2020-09-26  7:51   ` Christoph Hellwig
2020-09-27  8:05     ` Sherry Sun
2020-09-28  6:09       ` Christoph Hellwig
2020-09-28  9:57         ` Sherry Sun
2020-09-25  7:26 ` [PATCH 5/5] misc: vop: mapping kernel memory to user space as noncached Sherry Sun
2020-09-25 11:25 ` [PATCH 0/5] Add noncoherent platform support for vop driver Arnd Bergmann
2020-09-27  5:07   ` Sherry Sun

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).