public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Staging driver fixes for 6.13-rc7
@ 2025-01-12 14:05 Greg KH
  2025-01-12 22:36 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2025-01-12 14:05 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell
  Cc: linux-kernel, linux-staging

The following changes since commit 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:

  Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.13-rc7

for you to fetch changes up to 6f79db028e827b023623a6ff825952e0d5fb619f:

  staging: gpib: mite: remove unused global functions (2025-01-08 13:15:52 +0100)

----------------------------------------------------------------
Staging driver fixes for 6.13-rc7

Here are some small staging driver fixes that resolve some reported
issues and have been in my tree for too long due to the holiday break.
They resolve the following issues:
  - lots of gpib build-time fixes as reported by testers and 0-day
  - gpib logical fixes
  - mailmap fix (already in your tree, but git merge should handle it.)

All of these have been in linux-next for a while, with no reported
issues other than the duplicated change.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Arnd Bergmann (6):
      staging: gpib: make global 'usec_diff' functions static
      staging: gpib: fix Makefiles
      staging: gpib: add module author and description fields
      staging: gpib: fix pcmcia dependencies
      staging: gpib: use ioport_map
      staging: gpib: fix address space mixup

Bingwu Zhang (1):
      mailmap: update Bingwu Zhang's email address

Dave Penkler (2):
      staging: gpib: Fix erroneous removal of blank before newline
      staging: gpib: Add lower bound check for secondary address

Greg Kroah-Hartman (1):
      staging: gpib: mite: remove unused global functions

Jiapeng Chong (1):
      staging: gpib: Modify mismatched function name

Lukas Bulwahn (1):
      staging: gpib: refer to correct config symbol in tnt4882 Makefile

 .mailmap                                           |  2 +
 drivers/staging/gpib/Kconfig                       |  8 ++-
 drivers/staging/gpib/agilent_82350b/Makefile       |  2 +-
 .../staging/gpib/agilent_82350b/agilent_82350b.c   |  4 +-
 drivers/staging/gpib/agilent_82357a/Makefile       |  2 +-
 drivers/staging/gpib/cb7210/Makefile               |  2 +-
 drivers/staging/gpib/cb7210/cb7210.c               | 12 ++--
 drivers/staging/gpib/cb7210/cb7210.h               |  4 +-
 drivers/staging/gpib/cec/Makefile                  |  2 +-
 drivers/staging/gpib/cec/cec_gpib.c                |  4 +-
 drivers/staging/gpib/common/Makefile               |  2 +-
 drivers/staging/gpib/common/gpib_os.c              | 54 +----------------
 drivers/staging/gpib/eastwood/Makefile             |  2 +-
 drivers/staging/gpib/eastwood/fluke_gpib.c         | 12 ++--
 drivers/staging/gpib/eastwood/fluke_gpib.h         |  4 +-
 drivers/staging/gpib/fmh_gpib/fmh_gpib.c           | 27 +++++----
 drivers/staging/gpib/fmh_gpib/fmh_gpib.h           |  4 +-
 drivers/staging/gpib/gpio/Makefile                 |  2 +-
 drivers/staging/gpib/gpio/gpib_bitbang.c           |  2 +-
 drivers/staging/gpib/hp_82335/Makefile             |  2 +-
 drivers/staging/gpib/hp_82335/hp82335.c            | 21 +++----
 drivers/staging/gpib/hp_82341/Makefile             |  2 +-
 drivers/staging/gpib/hp_82341/hp_82341.c           | 16 ++---
 drivers/staging/gpib/include/gpibP.h               | 12 +---
 drivers/staging/gpib/include/gpib_types.h          |  3 +-
 drivers/staging/gpib/include/nec7210.h             |  5 +-
 drivers/staging/gpib/include/tms9914.h             |  5 +-
 drivers/staging/gpib/ines/Makefile                 |  2 +-
 drivers/staging/gpib/ines/ines.h                   |  4 +-
 drivers/staging/gpib/ines/ines_gpib.c              | 22 +++----
 drivers/staging/gpib/lpvo_usb_gpib/Makefile        |  2 +-
 drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c | 18 +++---
 drivers/staging/gpib/nec7210/Makefile              |  2 +-
 drivers/staging/gpib/nec7210/nec7210.c             | 16 ++---
 drivers/staging/gpib/ni_usb/Makefile               |  2 +-
 drivers/staging/gpib/pc2/Makefile                  |  2 +-
 drivers/staging/gpib/pc2/pc2_gpib.c                | 16 ++---
 drivers/staging/gpib/tms9914/Makefile              |  2 +-
 drivers/staging/gpib/tms9914/tms9914.c             |  8 +--
 drivers/staging/gpib/tnt4882/Makefile              |  2 +-
 drivers/staging/gpib/tnt4882/mite.c                | 69 ----------------------
 drivers/staging/gpib/tnt4882/mite.h                | 13 +---
 drivers/staging/gpib/tnt4882/tnt4882_gpib.c        | 67 ++++++++++-----------
 43 files changed, 167 insertions(+), 297 deletions(-)

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

* Re: [GIT PULL] Staging driver fixes for 6.13-rc7
  2025-01-12 14:05 [GIT PULL] Staging driver fixes for 6.13-rc7 Greg KH
@ 2025-01-12 22:36 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-01-12 22:36 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, Stephen Rothwell, linux-kernel,
	linux-staging

The pull request you sent on Sun, 12 Jan 2025 15:05:47 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.13-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/91fff6fa94cbe13d28caa978ce3f600749304e11

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-12 14:05 [GIT PULL] Staging driver fixes for 6.13-rc7 Greg KH
2025-01-12 22:36 ` pr-tracker-bot

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