[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aLfTTBltkS0ONZlZ@shine.dominikbrodowski.net>
Date: Wed, 3 Sep 2025 07:34:04 +0200
From: Dominik Brodowski <linux@...inikbrodowski.net>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] PCMCIA bugfixes and cleanups
Hi Linus,
a few PCMCIA changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git@...olite.kernel.org:/pub/scm/linux/kernel/git/brodo/linux tags/pcmcia-6.18
for you to fetch changes up to 4a81f78caa53e0633cf311ca1526377d9bff7479:
pcmcia: Add error handling for add_interval() in do_validate_mem() (2025-08-16 15:49:58 +0200)
I know it's a bit early for 6.18 pull requests, but as there's not much going on with regard
to PCMCIA, I want to have this sent out already. And if you think it's -rc5 material as it's all
bugfixs and code removals (which sat in linux-next for a couple of weeks) anyway, I'm fine with
that as well.
Thanks,
Dominik
----------------------------------------------------------------
PCMCIA fixes and cleanups for v6.18
A number of minor PCMCIA bugfixes and cleanups, including the removal of
unused code paths.
Signed-off-by: Dominik Brodowski <linux@...inikbrodowski.net>
----------------------------------------------------------------
Bagas Sanjaya (1):
pcmcia: ds: Emphasize "really" epizeuxis
Chen Ni (1):
pcmcia: omap: Add missing check for platform_get_resource
Dr. David Alan Gilbert (1):
pcmcia: cs: Remove unused pcmcia_get_socket_by_nr
Geert Uytterhoeven (1):
pcmcia: omap_cf: Mark driver struct with __refdata to prevent section mismatch
Lukas Bulwahn (1):
pcmcia: remove PCCARD_IODYN
Ma Ke (1):
pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region()
Thorsten Blum (1):
pcmcia: Use str_off_on() and str_yes_no() helpers
Wentao Liang (1):
pcmcia: Add error handling for add_interval() in do_validate_mem()
drivers/pcmcia/Kconfig | 3 ---
drivers/pcmcia/Makefile | 1 -
drivers/pcmcia/cs.c | 17 ----------------
drivers/pcmcia/cs_internal.h | 1 -
drivers/pcmcia/ds.c | 2 +-
drivers/pcmcia/omap_cf.c | 10 ++++++++-
drivers/pcmcia/rsrc_iodyn.c | 168 ------------------------------------------------------------------------------------------------------------------------------------------------------
drivers/pcmcia/rsrc_nonstatic.c | 4 +++-
drivers/pcmcia/socket_sysfs.c | 5 +++--
include/pcmcia/ss.h | 8 +-------
10 files changed, 17 insertions(+), 202 deletions(-)
delete mode 100644 drivers/pcmcia/rsrc_iodyn.c
Powered by blists - more mailing lists