All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Repalce term 'token' with 'read buffer'
@ 2021-12-14 20:23 Dave Jiang
  2021-12-14 20:23 ` [PATCH 1/2] dmaengine: idxd: change bandwidth token to read buffers Dave Jiang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dave Jiang @ 2021-12-14 20:23 UTC (permalink / raw)
  To: vkoul; +Cc: dmaengine

DSA spec v1.2 has replaced the term 'token' with 'read buffer' to clarify
the intended usage. Update driver to replace 'token' with 'read buffer' in
order to be in sync with the spec and remove confusion.

Old token sysfs attributes is moved to deprecated under documentation and
will print warning when used.

---

Dave Jiang (2):
      dmaengine: idxd: change bandwidth token to read buffers
      dmaengine: idxd: deprecate token sysfs attributes for read buffers


 .../ABI/stable/sysfs-driver-dma-idxd          |  47 +++--
 drivers/dma/idxd/device.c                     |  25 ++-
 drivers/dma/idxd/idxd.h                       |  12 +-
 drivers/dma/idxd/init.c                       |   6 +-
 drivers/dma/idxd/registers.h                  |  14 +-
 drivers/dma/idxd/sysfs.c                      | 177 +++++++++++++-----
 6 files changed, 197 insertions(+), 84 deletions(-)

--


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

end of thread, other threads:[~2022-01-05  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 20:23 [PATCH 0/2] Repalce term 'token' with 'read buffer' Dave Jiang
2021-12-14 20:23 ` [PATCH 1/2] dmaengine: idxd: change bandwidth token to read buffers Dave Jiang
2021-12-14 20:23 ` [PATCH 2/2] dmaengine: idxd: deprecate token sysfs attributes for " Dave Jiang
2022-01-05  7:44 ` [PATCH 0/2] Repalce term 'token' with 'read buffer' Vinod Koul

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.