On Fri, 5 Apr 2024 11:36:22 +0100 Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> wrote: > On Thu, 4 Apr 2024 13:36:15 +0200 > Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > > On Sat, Mar 30, 2024 at 8:09 PM Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > > > > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > > > > > The dependencies on various ab8500 components prevent this driver > > > being useful but they don't seem to prevent it being built. > > > Improve build coverage by allowing COMPILE_TEST. > > > > > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > > > ...but I think AB8500_CORE is a hard requirement because > > <linux/mfd/abx500.h> does not provide register accessor stubs? > > > hmm. I clearly didn't test enough. Ah well, I'll drop this one. > > Yours, > > Linus Walleij Tested again, nope, AB8500_CORE isn't needed as far as I can tell. What register accessor stubs were you referring to? There are some calls for debug dumps in that header, but those aren't used by the ADC driver. Jonathan >