On 10/28/25 9:14 AM, Neil Armstrong wrote: Hello Neil,
I tried to move the ufs.c to ufs-uclass.c in V2 , but the resulting diff was unreadable. I therefore kept this patch and added a follow up patch into V2, which moves back ufs.c to ufs-uclass.c , that is readable again. Those two patches are 2/7 and 3/7 in V2. I hope this helps.+UCLASS_DRIVER(ufs) = { + .id = UCLASS_UFS, + .name = "ufs", + .per_device_auto = sizeof(struct ufs_hba), +};This breaks the implicit rule to have a <uclass>-uclass.c file, but I'm fine with that

