Hi Caleb, On Thu, 11 Jul 2024 at 17:47, Caleb Connolly <[email protected]> wrote: > > Using the driver model for cmd-db is fine, but it's unnecessary > complexity which we can just avoid in U-Boot. Instead let's just have a > function to initialize it and call said function when initializing rpmh. > > Acked-by: Sumit Garg <[email protected]> > Signed-off-by: Caleb Connolly <[email protected]> > --- > drivers/soc/qcom/cmd-db.c | 74 > ++++++++++++++--------------------------------- > include/soc/qcom/cmd-db.h | 4 +-- > 2 files changed, 24 insertions(+), 54 deletions(-)
We should use driver model for drivers. Regards, Simon

