[PATCH V2 00/11] soc: ti: keystone/k3 navigator queue/dma/ringacc cleanups

Nishanth Menon posted 11 patches 1 month ago
drivers/soc/ti/k3-ringacc.c      |   3 +-
drivers/soc/ti/knav_dma.c        |   8 +-
drivers/soc/ti/knav_qmss.h       |   2 +-
drivers/soc/ti/knav_qmss_acc.c   |   2 +-
drivers/soc/ti/knav_qmss_queue.c | 148 +++++++++++++++----------------
5 files changed, 75 insertions(+), 88 deletions(-)
[PATCH V2 00/11] soc: ti: keystone/k3 navigator queue/dma/ringacc cleanups
Posted by Nishanth Menon 1 month ago
Fix W=2 (clang/gcc), sparse, smatch and coccinelle warnings.
No functional changes.

Tested: NFS boot (via nav subsystem) on k2l-evm, k2hk-evm and k2g-evm
based on next-20260507:
https://gist.github.com/nmenon/cff02a5f2a72fde5fcb49664fcc834d2

Changes since V1:
- update for review comments.
- Picked up Randy's and Andrew's tags in appropriate patches.

V1: https://lore.kernel.org/all/20260508153211.3688277-1-nm@ti.com/

Nishanth Menon (11):
  soc: ti: knav_qmss: Remove remaining redundant ENOMEM printks
  soc: ti: knav_qmss: Rename global kdev to knav_qdev to fix -Wshadow
  soc: ti: knav_qmss: Inline lockdep condition in for_each_handle_rcu
  soc: ti: knav_qmss: Fix kernel-doc Return: tags
  soc: ti: knav_qmss: Use %pe to print PTR_ERR()
  soc: ti: knav_qmss: Fix __iomem annotations and __be32 type
  soc: ti: knav_qmss_acc: Fix kernel-doc Return: tag
  soc: ti: knav_dma: Remove unused DMA_PRIO_MASK macro
  soc: ti: knav_dma: Remove dead check on unsigned args.args[0]
  soc: ti: knav_dma: Use IOMEM_ERR_PTR() in pktdma_get_regs()
  soc: ti: k3-ringacc: Use str_enabled_disabled() helper

 drivers/soc/ti/k3-ringacc.c      |   3 +-
 drivers/soc/ti/knav_dma.c        |   8 +-
 drivers/soc/ti/knav_qmss.h       |   2 +-
 drivers/soc/ti/knav_qmss_acc.c   |   2 +-
 drivers/soc/ti/knav_qmss_queue.c | 148 +++++++++++++++----------------
 5 files changed, 75 insertions(+), 88 deletions(-)

-- 
2.47.0
Re: [PATCH V2 00/11] soc: ti: keystone/k3 navigator queue/dma/ringacc cleanups
Posted by Hari Prasath G E 3 weeks, 3 days ago
On 5/12/2026 10:36 PM, Nishanth Menon wrote:
> Fix W=2 (clang/gcc), sparse, smatch and coccinelle warnings.
> No functional changes.
> 
> Tested: NFS boot (via nav subsystem) on k2l-evm, k2hk-evm and k2g-evm
> based on next-20260507:
> https://gist.github.com/nmenon/cff02a5f2a72fde5fcb49664fcc834d2
> 
> Changes since V1:
> - update for review comments.
> - Picked up Randy's and Andrew's tags in appropriate patches.
> 
> V1: https://lore.kernel.org/all/20260508153211.3688277-1-nm@ti.com/

For the whole series,

Reviewed-by: Hari Prasath Gujulan Elango <gehariprasath@ti.com>

(I did see a few patches already have picked Reviewed-by tags)

Regards,
Hari

> 
> Nishanth Menon (11):
>    soc: ti: knav_qmss: Remove remaining redundant ENOMEM printks
>    soc: ti: knav_qmss: Rename global kdev to knav_qdev to fix -Wshadow
>    soc: ti: knav_qmss: Inline lockdep condition in for_each_handle_rcu
>    soc: ti: knav_qmss: Fix kernel-doc Return: tags
>    soc: ti: knav_qmss: Use %pe to print PTR_ERR()
>    soc: ti: knav_qmss: Fix __iomem annotations and __be32 type
>    soc: ti: knav_qmss_acc: Fix kernel-doc Return: tag
>    soc: ti: knav_dma: Remove unused DMA_PRIO_MASK macro
>    soc: ti: knav_dma: Remove dead check on unsigned args.args[0]
>    soc: ti: knav_dma: Use IOMEM_ERR_PTR() in pktdma_get_regs()
>    soc: ti: k3-ringacc: Use str_enabled_disabled() helper
> 
>   drivers/soc/ti/k3-ringacc.c      |   3 +-
>   drivers/soc/ti/knav_dma.c        |   8 +-
>   drivers/soc/ti/knav_qmss.h       |   2 +-
>   drivers/soc/ti/knav_qmss_acc.c   |   2 +-
>   drivers/soc/ti/knav_qmss_queue.c | 148 +++++++++++++++----------------
>   5 files changed, 75 insertions(+), 88 deletions(-)
>
Re: [PATCH V2 00/11] soc: ti: keystone/k3 navigator queue/dma/ringacc cleanups
Posted by Nishanth Menon 2 weeks, 3 days ago
Hi Nishanth Menon,

On Tue, 12 May 2026 12:06:12 -0500, Nishanth Menon wrote:
> Fix W=2 (clang/gcc), sparse, smatch and coccinelle warnings.
> No functional changes.
> 
> Tested: NFS boot (via nav subsystem) on k2l-evm, k2hk-evm and k2g-evm
> based on next-20260507:
> https://gist.github.com/nmenon/cff02a5f2a72fde5fcb49664fcc834d2
> 
> [...]

I have applied the following to branch ti-drivers-soc-next on [1].
Thank you!

[01/11] soc: ti: knav_qmss: Remove remaining redundant ENOMEM printks
        commit: a76c24eb1f10366f128c621f876c20a13ae53489
[02/11] soc: ti: knav_qmss: Rename global kdev to knav_qdev to fix -Wshadow
        commit: 7db27a04fb8a33a7f9904961ee6f3c75f65d1118
[03/11] soc: ti: knav_qmss: Inline lockdep condition in for_each_handle_rcu
        commit: b6542cf0f4d062133f6e05de03382080ad941c67
[04/11] soc: ti: knav_qmss: Fix kernel-doc Return: tags
        commit: 7650590dbf12a3d4a3d302cd33ac31270e39c43c
[05/11] soc: ti: knav_qmss: Use %pe to print PTR_ERR()
        commit: a5f624c4fee6d7b51f7bc4bd6e213c220b610ec3
[06/11] soc: ti: knav_qmss: Fix __iomem annotations and __be32 type
        commit: cb1a271a4f20faae9a10891bfae2b543778d2b4a
[07/11] soc: ti: knav_qmss_acc: Fix kernel-doc Return: tag
        commit: ebc1a345bf1166b22035f0cfbf877b9d0e80ba4e
[08/11] soc: ti: knav_dma: Remove unused DMA_PRIO_MASK macro
        commit: 2b47cc255a952d3bd7ec3c0f38fdd81ccde3cb58
[09/11] soc: ti: knav_dma: Remove dead check on unsigned args.args[0]
        commit: fe5272e13e34025a9bb10cc452805e5085492a92
[10/11] soc: ti: knav_dma: Use IOMEM_ERR_PTR() in pktdma_get_regs()
        commit: 81f2c17bc0596f619616a2e85fab142c8316de85
[11/11] soc: ti: k3-ringacc: Use str_enabled_disabled() helper
        commit: 33050d81b828c7d699ad0ad0c7489a198c527019

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
https://ti.com/opensource
Re: [PATCH V2 00/11] soc: ti: keystone/k3 navigator queue/dma/ringacc cleanups
Posted by Sai Sree Kartheek Adivi 3 weeks, 2 days ago
On 12:06-20260512, Nishanth Menon wrote:
> Fix W=2 (clang/gcc), sparse, smatch and coccinelle warnings.
> No functional changes.
> 
> Tested: NFS boot (via nav subsystem) on k2l-evm, k2hk-evm and k2g-evm
> based on next-20260507:
> https://gist.github.com/nmenon/cff02a5f2a72fde5fcb49664fcc834d2
> 
> Changes since V1:
> - update for review comments.
> - Picked up Randy's and Andrew's tags in appropriate patches.
> 
> V1: https://lore.kernel.org/all/20260508153211.3688277-1-nm@ti.com/
> 
For the entire series,

Reviewed-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>

Regards,
Kartheek
> Nishanth Menon (11):
>   soc: ti: knav_qmss: Remove remaining redundant ENOMEM printks
>   soc: ti: knav_qmss: Rename global kdev to knav_qdev to fix -Wshadow
>   soc: ti: knav_qmss: Inline lockdep condition in for_each_handle_rcu
>   soc: ti: knav_qmss: Fix kernel-doc Return: tags
>   soc: ti: knav_qmss: Use %pe to print PTR_ERR()
>   soc: ti: knav_qmss: Fix __iomem annotations and __be32 type
>   soc: ti: knav_qmss_acc: Fix kernel-doc Return: tag
>   soc: ti: knav_dma: Remove unused DMA_PRIO_MASK macro
>   soc: ti: knav_dma: Remove dead check on unsigned args.args[0]
>   soc: ti: knav_dma: Use IOMEM_ERR_PTR() in pktdma_get_regs()
>   soc: ti: k3-ringacc: Use str_enabled_disabled() helper
> 
>  drivers/soc/ti/k3-ringacc.c      |   3 +-
>  drivers/soc/ti/knav_dma.c        |   8 +-
>  drivers/soc/ti/knav_qmss.h       |   2 +-
>  drivers/soc/ti/knav_qmss_acc.c   |   2 +-
>  drivers/soc/ti/knav_qmss_queue.c | 148 +++++++++++++++----------------
>  5 files changed, 75 insertions(+), 88 deletions(-)
> 
> -- 
> 2.47.0
>