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