Re: [PATCH v2] arm: mach-k3: Refactor QoS settings

2024-02-12 Thread Aradhya Bhatia
Hey Bryan! On 12/02/24 20:51, Bryan Brattlof wrote: > Hey Aradhya! > > On February 12, 2024 thus sayeth Aradhya Bhatia: >> Refactor common QoS code into a new common header file, and the soc >> specific setup_qos functions into a common API. >> >> Rename $(s

[PATCH v2] arm: mach-k3: Refactor QoS settings

2024-02-12 Thread Aradhya Bhatia
. - The existing implementation was less than ideal and would have enabled multiple $(soc)_qos_count and $(soc)_qos_data variables for all SoC variants. Signed-off-by: Aradhya Bhatia --- Change Log: - new in v2: - Move K3_QOS config to the r5/Kconfig. Previous versions: - v1: https

Re: [PATCH] arm: mach-k3: Refactor QoS settings

2024-02-06 Thread Aradhya Bhatia
On 06-Feb-24 22:58, Andrew Davis wrote: > On 2/6/24 2:56 AM, Aradhya Bhatia wrote: >> Refactor common QoS code into a new common header file, and the soc >> specific setup_qos functions into a common API. >> >> Rename $(soc)_qos_count and $(soc)_qos_data variables t

[PATCH] arm: mach-k3: Refactor QoS settings

2024-02-06 Thread Aradhya Bhatia
. - The existing implementation was less than ideal and would have enabled multiple $(soc)_qos_count and $(soc)_qos_data variables for all SoC variants. Signed-off-by: Aradhya Bhatia --- arch/arm/mach-k3/Kconfig | 8 +++ arch/arm/mach-k3/am62a7_init.c

[PATCH] arm: mach-k3: am62a7: Enable QoS for DSS

2023-04-14 Thread Aradhya Bhatia
[1] AM62A Tech Ref Manual: https://www.ti.com/lit/pdf/spruj16 Signed-off-by: Aradhya Bhatia --- arch/arm/mach-k3/am62a7_init.c| 16 +++ arch/arm/mach-k3/am62ax/Makefile | 1 + arch/arm/mach-k3/am62ax/am62a_qos_data.c | 47 + arch/arm/mach-k3/include/ma