Hello Simon, Am Sun, May 25, 2025 at 07:05:46PM +0100 schrieb Simon Glass: > Hi Naresh, > > On Sat, 24 May 2025 at 21:37, Naresh Kumar Ravulapalli > <nareshkumar.ravulapa...@altera.com> wrote: > >
[…] > How about creating a uclass for FPGA, with an API? I think it would > help to make things more uniform. FWIW: that uclass is named UCLASS_FPGA and it already exists. You suggested it. ;-) I introduced it back in 2022, but it is currently only used for logging. There is no API except for the uclass id itself, yet. Link: https://lore.kernel.org/all/20220930120430.42307-2-p...@lespocky.de/ Greets Alex