From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Subject: [GIT PULL] Staging driver fixes for 6.13-rc7
Date: Sun, 12 Jan 2025 15:05:47 +0100 [thread overview]
Message-ID: <Z4PMO3PX6837NuL6@kroah.com> (raw)
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(-)
next reply other threads:[~2025-01-12 14:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-12 14:05 Greg KH [this message]
2025-01-12 22:36 ` [GIT PULL] Staging driver fixes for 6.13-rc7 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z4PMO3PX6837NuL6@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=sfr@canb.auug.org.au \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox