[GIT PULL] PCMCIA improvements for 6.11-rc1

From: Dominik Brodowski
Date: Tue Jul 23 2024 - 00:57:58 EST


Hi Linus,

a few PCMCIA changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454

Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux (2024-02-17 16:59:31 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux tags/pcmcia-6.11-rc1

for you to fetch changes up to 0630e3bc0e91b57288921df2927859b23184ca45:

pcmcia: add missing MODULE_DESCRIPTION() macros (2024-06-30 15:51:34 +0200)

----------------------------------------------------------------
PCMCIA: improvements for v6.11-rc1

A number of tiny cleanups of the PCMCIA subsystem by Jeff Johnson,
Jules Irenge, and Krzysztof Kozlowski.

----------------------------------------------------------------
Jeff Johnson (1):
pcmcia: add missing MODULE_DESCRIPTION() macros

Jules Irenge (1):
pcmcia: Use resource_size function on resource object

Krzysztof Kozlowski (1):
pcmcia: bcm63xx: drop driver owner assignment

drivers/pcmcia/bcm63xx_pcmcia.c | 1 -
drivers/pcmcia/i82092.c | 1 +
drivers/pcmcia/i82365.c | 1 +
drivers/pcmcia/max1600.c | 1 +
drivers/pcmcia/rsrc_mgr.c | 1 +
drivers/pcmcia/yenta_socket.c | 7 ++++---
6 files changed, 8 insertions(+), 4 deletions(-)


Thanks,
Dominik