On Wed, Oct 16, 2024 at 11:15:14AM +0000, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > The newly added drivers added a few build failures on my randconfig > setup. Some of these only happen with extra warnings enabled, or with > the pending series to allow CONFIG_HAS_IOPORT to be disabled. > > Arnd > > Arnd Bergmann (7): > staging: gpib: add module descriptions > staging: gpib: avoid unused const variables > staging: gpib: pc2: avoid calling undefined dma_free() > staging: gpib: make port I/O code conditional > staging: gpib: add bus specific Kconfig dependencies > staging: gpib: use proper format string in request_module > staging: gpib: cb7210: select NEC7210 library > > drivers/staging/gpib/Kconfig | 18 ++++++++- > .../gpib/agilent_82350b/agilent_82350b.c | 1 + > .../gpib/agilent_82357a/agilent_82357a.c | 1 + > drivers/staging/gpib/cb7210/cb7210.c | 1 + > drivers/staging/gpib/cec/cec_gpib.c | 1 + > drivers/staging/gpib/common/gpib_os.c | 9 +++-- > drivers/staging/gpib/eastwood/fluke_gpib.c | 1 + > drivers/staging/gpib/eastwood/fluke_gpib.h | 8 ++-- > drivers/staging/gpib/gpio/gpib_bitbang.c | 1 + > drivers/staging/gpib/hp_82335/hp82335.c | 1 + > .../staging/gpib/include/nec7210_registers.h | 6 +-- > drivers/staging/gpib/include/tms9914.h | 4 +- > .../staging/gpib/include/tnt4882_registers.h | 4 +- > drivers/staging/gpib/ines/ines.h | 3 -- > drivers/staging/gpib/ines/ines_gpib.c | 7 +++- > .../gpib/lpvo_usb_gpib/lpvo_usb_gpib.c | 1 + > drivers/staging/gpib/nec7210/nec7210.c | 39 ++++++++++--------- > drivers/staging/gpib/ni_usb/ni_usb_gpib.c | 1 + > drivers/staging/gpib/pc2/pc2_gpib.c | 5 +++ > drivers/staging/gpib/tms9914/tms9914.c | 6 +-- > drivers/staging/gpib/tnt4882/tnt4882_gpib.c | 4 +- > drivers/staging/gpib/uapi/gpib_user.h | 20 +++++----- > 22 files changed, 93 insertions(+), 49 deletions(-) > > -- > 2.39.5 > Hi Arnd, Thanks for this. I will test the drivers for which I have hardware and get back to you. -Dave