[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YzrF7i/lva5JRpxK@owl.dominikbrodowski.net>
Date: Mon, 3 Oct 2022 13:22:22 +0200
From: Dominik Brodowski <linux@...inikbrodowski.net>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] PCMCIA odd cleanups and fixes for v6.1
Hi Linus,
a few PCMCIA changes since commit dc164f4fb00a0abebdfff132f8bc7291a28f5401:
Merge tag 'for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux (2022-09-21 10:14:56 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux tags/pcmcia-6.1
for you to fetch changes up to 15e74c6c1ce2d388e967f32cdaa83ca034fa6452:
pcmcia: remove AT91RM9200 Compact Flash driver (2022-09-27 08:12:16 +0200)
In contrast to the last pull request, this one employs a signed tag;
hopefully with everything in order.
----------------------------------------------------------------
PCMCIA odd cleanups and fixes for v6.1
Remove the obsolete VR41XX and AT91RM9200 Compact Flash drivers, and
fix some minor coding issues (__init/__exit annotations, unused
variable).
Signed-off-by: Dominik Brodowski <linux@...inikbrodowski.net>
----------------------------------------------------------------
Dominik Brodowski (1):
pcmcia: remove AT91RM9200 Compact Flash driver
Souptick Joarder (HPE) (1):
pcmcia: Removed unused variable control.
Thomas Bogendoerfer (1):
pcmcia: remove VR41XX PCMCIA driver
Uwe Kleine-König (1):
pcmcia: sa1100: Make sa11x0_drv_pcmcia_legacy_remove() return void
Xiu Jianfeng (1):
pcmcia: Add __init/__exit annotations to module init/exit funcs
ruanjinjie (1):
pcmcia: at91_cf: make mc static
drivers/pcmcia/Kconfig | 13 -
drivers/pcmcia/Makefile | 2 -
drivers/pcmcia/at91_cf.c | 407 ----------------------
drivers/pcmcia/i82092.c | 4 +-
drivers/pcmcia/omap_cf.c | 4 +-
drivers/pcmcia/sa1100_generic.c | 10 +-
drivers/pcmcia/vrc4171_card.c | 745 ----------------------------------------
7 files changed, 8 insertions(+), 1177 deletions(-)
delete mode 100644 drivers/pcmcia/at91_cf.c
delete mode 100644 drivers/pcmcia/vrc4171_card.c
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists