[GIT PULL] pcmcia updates for v5.17

From: Dominik Brodowski
Date: Tue Jan 11 2022 - 08:54:16 EST


Linus,

A few PCMCIA changes since commit 278218f6778bc7d6f8b67199446c56cec7ebb841:

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2022-01-01 10:21:49 -0800)

are available in the Git repository at

https://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux.git pcmcia-next

for you to fetch changes up to fbb3485f1f931102d8ba606f1c28123f5b48afa3:

pcmcia: fix setting of kthread task states (2022-01-09 21:30:04 +0100)

A number of odd cleanups and fixes, including one for a small race in the
handling of the pccardd kernel thread.

Thanks,
Dominik

----------------------------------------------------------------
Cai Huoqing (1):
pcmcia: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS()

Dominik Brodowski (4):
pcmcia: comment out unused exca_readw() function
pcmcia: make pcmcia_release_io() void, as no-one is interested in return value
pcmcia: use sysfs_emit{,_at} for sysfs output
pcmcia: fix setting of kthread task states

Lukas Bulwahn (1):
pcmcia: clean up dead drivers for CompuLab CM-X255/CM-X270 boards

Tom Saeger (1):
MAINTAINERS: update PCMCIA tree

Zhou Qingyang (2):
pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in __nonstatic_find_io_region()
pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in nonstatic_find_mem_region()

MAINTAINERS | 2 +-
drivers/pcmcia/Kconfig | 2 +-
drivers/pcmcia/Makefile | 2 -
drivers/pcmcia/cs.c | 8 +--
drivers/pcmcia/ds.c | 20 +++----
drivers/pcmcia/pcmcia_resource.c | 5 +-
drivers/pcmcia/pxa2xx_cm_x255.c | 124 ---------------------------------------
drivers/pcmcia/pxa2xx_cm_x270.c | 103 --------------------------------
drivers/pcmcia/pxa2xx_cm_x2xx.c | 44 --------------
drivers/pcmcia/rsrc_nonstatic.c | 12 +++-
drivers/pcmcia/socket_sysfs.c | 18 +++---
drivers/pcmcia/yenta_socket.c | 23 ++++----
12 files changed, 43 insertions(+), 320 deletions(-)
delete mode 100644 drivers/pcmcia/pxa2xx_cm_x255.c
delete mode 100644 drivers/pcmcia/pxa2xx_cm_x270.c
delete mode 100644 drivers/pcmcia/pxa2xx_cm_x2xx.c