Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 0/7] staging: gpib: randconfig build fixes
@ 2024-10-16 11:15 Arnd Bergmann
  2024-10-16 11:15 ` [PATCH 1/7] staging: gpib: add module descriptions Arnd Bergmann
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Arnd Bergmann @ 2024-10-16 11:15 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Dave Penkler; +Cc: linux-staging, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-11-08 19:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16 11:15 [PATCH 0/7] staging: gpib: randconfig build fixes Arnd Bergmann
2024-10-16 11:15 ` [PATCH 1/7] staging: gpib: add module descriptions Arnd Bergmann
2024-10-16 11:15 ` [PATCH 2/7] staging: gpib: avoid unused const variables Arnd Bergmann
2024-10-16 11:15 ` [PATCH 3/7] staging: gpib: pc2: avoid calling undefined dma_free() Arnd Bergmann
2024-10-16 11:15 ` [PATCH 4/7] staging: gpib: make port I/O code conditional Arnd Bergmann
2024-11-08 19:29   ` Nathan Chancellor
2024-10-16 11:15 ` [PATCH 5/7] staging: gpib: add bus specific Kconfig dependencies Arnd Bergmann
2024-10-16 11:15 ` [PATCH 6/7] staging: gpib: use proper format string in request_module Arnd Bergmann
2024-10-16 11:15 ` [PATCH 7/7] staging: gpib: cb7210: select NEC7210 library Arnd Bergmann
2024-10-16 12:33 ` [PATCH 0/7] staging: gpib: randconfig build fixes Dave Penkler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox