public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Driver entry point clean-up
@ 2025-01-22 10:38 Dave Penkler
  2025-01-22 10:38 ` [PATCH 1/2] staging: gpib: Add missing interface entry point Dave Penkler
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dave Penkler @ 2025-01-22 10:38 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel; +Cc: dan.carpenter, Dave Penkler

These patches make the driver entry points static and tries
to minimize the number of forward declarations.

In the course of the cleanup a missing entry point in the
interface structures of the agilent_82350b driver was
discovered.

Patch 1 fixes the missing entry point.
Patch 2 makes the driver entry points static and moves
        the interface structures to the end of the drivers
	where needed.

Dave Penkler (2):
  staging: gpib: Add missing interface entry point
  staging: gpib: Make static and reduce forward declarations

 .../gpib/agilent_82350b/agilent_82350b.c      | 110 ++-
 .../gpib/agilent_82350b/agilent_82350b.h      |  47 --
 drivers/staging/gpib/cb7210/cb7210.c          |  89 ++-
 drivers/staging/gpib/cb7210/cb7210.h          |  45 --
 drivers/staging/gpib/cec/cec.h                |  29 -
 drivers/staging/gpib/cec/cec_gpib.c           |  51 +-
 drivers/staging/gpib/hp_82335/hp82335.c       |  52 +-
 drivers/staging/gpib/hp_82335/hp82335.h       |  30 -
 drivers/staging/gpib/hp_82341/hp_82341.c      |  71 +-
 drivers/staging/gpib/hp_82341/hp_82341.h      |  40 -
 drivers/staging/gpib/pc2/pc2_gpib.c           | 247 +++---
 drivers/staging/gpib/tnt4882/tnt4882_gpib.c   | 718 ++++++++----------
 12 files changed, 638 insertions(+), 891 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-01-22 11:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22 10:38 [PATCH 0/2] Driver entry point clean-up Dave Penkler
2025-01-22 10:38 ` [PATCH 1/2] staging: gpib: Add missing interface entry point Dave Penkler
2025-01-22 10:38 ` [PATCH 2/2] staging: gpib: Make static, reduce fwd declarations Dave Penkler
2025-01-22 11:34 ` [PATCH 0/2] Driver entry point clean-up Dan Carpenter

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