* [GIT PULL] PCMCIA bugfixes and cleanups
@ 2025-09-03 5:34 Dominik Brodowski
2025-09-05 17:06 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Dominik Brodowski @ 2025-09-03 5:34 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
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@gitolite.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@dominikbrodowski.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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] PCMCIA bugfixes and cleanups
2025-09-03 5:34 [GIT PULL] PCMCIA bugfixes and cleanups Dominik Brodowski
@ 2025-09-05 17:06 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-09-05 17:06 UTC (permalink / raw)
To: Dominik Brodowski; +Cc: torvalds, linux-kernel
The pull request you sent on Wed, 3 Sep 2025 07:34:04 +0200:
> git@gitolite.kernel.org:/pub/scm/linux/kernel/git/brodo/linux tags/pcmcia-6.18
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4e47e46718c466d90f7a452579f9ed1a7c250553
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] PCMCIA bugfixes and cleanups
@ 2026-04-23 18:11 Dominik Brodowski
2026-04-23 19:02 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Dominik Brodowski @ 2026-04-23 18:11 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
Hi Linus,
a few PCMCIA changes since commit 7aaa8047eafd0bd628065b15757d9b48c5f9c07d:
Linux 7.0-rc6 (2026-03-29 15:40:00 -0700)
are available in the Git repository at:
git@gitolite.kernel.org:/pub/scm/linux/kernel/git/brodo/linux tags/pcmcia-7.1-rc1
for you to fetch changes up to b3c26ea81ccc522e77ed0b1707add61fc9206216:
pcmcia: remove obsolete host controller drivers (2026-03-30 07:28:13 +0200)
Thanks,
Dominik
----------------------------------------------------------------
PCMCIA fixes and cleanups for v7.1
A number of minor PCMCIA bugfixes and cleanups, and a patch removing
obsolete host controller drivers.
----------------------------------------------------------------
Andy Shevchenko (1):
pcmcia: Convert to use less arguments in pci_bus_for_each_resource()
Ethan Nelson-Moore (1):
pcmcia: remove obsolete host controller drivers
René Rebe (1):
PCMCIA: Fix garbled log messages for KERN_CONT
arch/mips/configs/mtx1_defconfig | 1 -
arch/powerpc/configs/ppc6xx_defconfig | 2 -
arch/x86/kernel/resource.c | 2 +-
drivers/pci/quirks.c | 4 +-
drivers/pcmcia/Kconfig | 30 -
drivers/pcmcia/Makefile | 3 -
drivers/pcmcia/i82092.c | 679 -----------------
drivers/pcmcia/i82092aa.h | 24 -
drivers/pcmcia/i82365.c | 1347 ---------------------------------
drivers/pcmcia/rsrc_nonstatic.c | 12 +-
drivers/pcmcia/tcic.c | 805 --------------------
drivers/pcmcia/tcic.h | 266 -------
drivers/pcmcia/yenta_socket.c | 3 +-
13 files changed, 9 insertions(+), 3169 deletions(-)
delete mode 100644 drivers/pcmcia/i82092.c
delete mode 100644 drivers/pcmcia/i82092aa.h
delete mode 100644 drivers/pcmcia/i82365.c
delete mode 100644 drivers/pcmcia/tcic.c
delete mode 100644 drivers/pcmcia/tcic.h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] PCMCIA bugfixes and cleanups
2026-04-23 18:11 Dominik Brodowski
@ 2026-04-23 19:02 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2026-04-23 19:02 UTC (permalink / raw)
To: Dominik Brodowski; +Cc: torvalds, linux-kernel
The pull request you sent on Thu, 23 Apr 2026 20:11:54 +0200:
> git@gitolite.kernel.org:/pub/scm/linux/kernel/git/brodo/linux tags/pcmcia-7.1-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/45dcf5e28813954da4150e7260ccb61e95856176
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-04-23 19:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-03 5:34 [GIT PULL] PCMCIA bugfixes and cleanups Dominik Brodowski
2025-09-05 17:06 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2026-04-23 18:11 Dominik Brodowski
2026-04-23 19:02 ` 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