[PATCH v2 0/4] dmaengine: ioatdma: some sysfs cleanups and constifications

Thomas Weißschuh posted 4 patches 1 month ago
drivers/dma/ioat/dma.h   | 13 ++-----------
drivers/dma/ioat/sysfs.c | 32 +++++++++++++++++++-------------
2 files changed, 21 insertions(+), 24 deletions(-)
[PATCH v2 0/4] dmaengine: ioatdma: some sysfs cleanups and constifications
Posted by Thomas Weißschuh 1 month ago
Reduce the visibility of some symbols and make some structures readonly.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Changes in v2:
- Pick up tags.
- Rewrite commit messages as requested by Frank.
- Link to v1: https://patch.msgid.link/20260302-sysfs-const-ioat-v1-0-1229ee1c83f3@weissschuh.net

---
Thomas Weißschuh (4):
      dmaengine: ioatdma: make some sysfs structures static
      dmaengine: ioatdma: move sysfs entry definition out of header
      dmaengine: ioatdma: make ioat_ktype const
      dmaengine: ioatdma: make sysfs attributes const

 drivers/dma/ioat/dma.h   | 13 ++-----------
 drivers/dma/ioat/sysfs.c | 32 +++++++++++++++++++-------------
 2 files changed, 21 insertions(+), 24 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260302-sysfs-const-ioat-0e665141b26b

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>

Re: [PATCH v2 0/4] dmaengine: ioatdma: some sysfs cleanups and constifications
Posted by Vinod Koul 1 month ago
On Wed, 04 Mar 2026 22:44:36 +0100, Thomas Weißschuh wrote:
> Reduce the visibility of some symbols and make some structures readonly.
> 
> 

Applied, thanks!

[1/4] dmaengine: ioatdma: make some sysfs structures static
      commit: 0124b354a4dbea1f924adb2355db21d29bd2a5fd
[2/4] dmaengine: ioatdma: move sysfs entry definition out of header
      commit: bc94ca718f85f1caa40bea31ea63b52278d9d0cb
[3/4] dmaengine: ioatdma: make ioat_ktype const
      commit: 81ca3ad09ba7296daa798b4950097af1591b2809
[4/4] dmaengine: ioatdma: make sysfs attributes const
      commit: 28c829977f4072b23f2fd8d341c2795eec0d5bcb

Best regards,
-- 
~Vinod