Re: [PATCH v2 1/3] drivers: misc: k3_bist: Add K3 BIST driver

2025-02-04 Thread Neha Malcom Francis
On 04/02/25 19:38, Kumar, Udit wrote: > > On 2/4/2025 6:01 PM, Neha Malcom Francis wrote: >> Add a driver for the BIST module that support triggering of both PBIST >> (Memory BIST) and LBIST (Logic BIST) tests. Also expose the relevant >> operations and functions that would be required for an end

Re: [PATCH v2 1/3] drivers: misc: k3_bist: Add K3 BIST driver

2025-02-04 Thread Kumar, Udit
On 2/4/2025 6:01 PM, Neha Malcom Francis wrote: Add a driver for the BIST module that support triggering of both PBIST (Memory BIST) and LBIST (Logic BIST) tests. Also expose the relevant operations and functions that would be required for an end user to trigger the tests. Signed-off-by: Neha

[PATCH v2 1/3] drivers: misc: k3_bist: Add K3 BIST driver

2025-02-04 Thread Neha Malcom Francis
Add a driver for the BIST module that support triggering of both PBIST (Memory BIST) and LBIST (Logic BIST) tests. Also expose the relevant operations and functions that would be required for an end user to trigger the tests. Signed-off-by: Neha Malcom Francis --- drivers/misc/Kconfig