dmaengine: idxd: change bandwidth token to read buffers
authorDave Jiang <dave.jiang@intel.com>
Tue, 14 Dec 2021 20:23:09 +0000 (13:23 -0700)
committerVinod Koul <vkoul@kernel.org>
Wed, 5 Jan 2022 07:44:25 +0000 (13:14 +0530)
commit7ed6f1b85fb613e5e44ef3e14d73f2dc96860935
treef73b3d826525354a5a4980e099928415e0c0036c
parent0f225705cf6536826318180831e18a74595efc8d
dmaengine: idxd: change bandwidth token to read buffers

DSA spec v1.2 has changed the term of "bandwidth tokens" to "read buffers"
in order to make the concept clearer. Deprecate bandwidth token
naming in the driver and convert to read buffers in order to match with
the spec and reduce confusion when reading the spec.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/163951338932.2988321.6162640806935567317.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idxd/device.c
drivers/dma/idxd/idxd.h
drivers/dma/idxd/init.c
drivers/dma/idxd/registers.h
drivers/dma/idxd/sysfs.c