Re: [RFC PATCH 3/4] drivers: k3_fuse: Add fuse sub-system func calls

2025-03-17 Thread Harsha Vardhan V M
On 13/03/25 21:49, Tom Rini wrote: On Thu, Mar 13, 2025 at 05:25:16PM +0530, Harsha Vardhan V M wrote: Add K3_FUSE config option to add and enable fuse sub-system implementation function calls. Signed-off-by: Harsha Vardhan V M Reviewed-by: Tom Rini And can you please file an issue on

Re: [RFC PATCH 3/4] drivers: k3_fuse: Add fuse sub-system func calls

2025-03-13 Thread Tom Rini
On Thu, Mar 13, 2025 at 05:25:16PM +0530, Harsha Vardhan V M wrote: > Add K3_FUSE config option to add and enable fuse sub-system > implementation function calls. > > Signed-off-by: Harsha Vardhan V M Reviewed-by: Tom Rini And can you please file an issue on https://source.denx.de/u-boot/u-bo

[RFC PATCH 3/4] drivers: k3_fuse: Add fuse sub-system func calls

2025-03-13 Thread Harsha Vardhan V M
Add K3_FUSE config option to add and enable fuse sub-system implementation function calls. Signed-off-by: Harsha Vardhan V M --- drivers/misc/Kconfig | 7 drivers/misc/Makefile | 1 + drivers/misc/k3_fuse.c | 78 ++ 3 files changed, 86 insertions