[GIT PULL] PCMCIA bugfixes and cleanups
From: Dominik Brodowski
Date: Thu Apr 23 2026 - 14:13:15 EST
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@xxxxxxxxxxxxxxxxxxx:/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