Helo Mike,
On Tue, Jan 27, 2026 at 09:26:52AM +0200, Mike Rapoport wrote:
> On Mon, Jan 26, 2026 at 08:07:24AM -0800, Breno Leitao wrote:
> > Since kho_add_subtree() now accepts arbitrary data blobs (not just
> > FDTs), rename the parameter from 'fdt' to 'blob' to better reflect
> > its purpose. Apply the same rename to kho_remove_subtree() for
> > consistency.
>
> So if we are doing renames, let's take care of kho_debugfs_fdt_*() as well.
Sure. I am happy to do it. I will update the functions name as well,
basically s/fdt/blob in the function defition.
Something like:
kho_debugfs_blob_add(struct kho_debugfs *dbg, const char *name,
const void *blob, size_t size, bool root)
void kho_debugfs_blob_remove(struct kho_debugfs *dbg, void *blob);
Thanks for the review,
--breno