[RFC] more PCMCIA patches for 2.6.34
Dominik Brodowski
linux at dominikbrodowski.net
Wed Jan 6 10:40:53 EST 2010
Hey,
the next step turned out to be a bit easier than assumed, so here are some
more patches relating to the PCMCIA subsystem, and intended for 2.6.34.
I'm interested in your input to this patch series. They'll be sent to the
PCMCIA list shortly. All patches are available in the "master" branch
at
git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
(or will be available there shortly).
pcmcia: move cistpl.c into pcmcia module
pcmcia: remove remaining rsrc_mgr indirections
pcmcia: do not use resource manager on !PCMCIA
drivers/pcmcia/Kconfig | 4 +-
drivers/pcmcia/Makefile | 4 +-
drivers/pcmcia/cistpl.c | 158 +++++++++++++++++++++++++++++++++++---
drivers/pcmcia/cs_internal.h | 43 +++++------
drivers/pcmcia/ds.c | 10 +++
drivers/pcmcia/pcmcia_resource.c | 16 ++++
drivers/pcmcia/rsrc_mgr.c | 20 -----
drivers/pcmcia/rsrc_nonstatic.c | 4 +-
drivers/pcmcia/socket_sysfs.c | 150 +-----------------------------------
include/pcmcia/ss.h | 10 +++
10 files changed, 210 insertions(+), 209 deletions(-)
Best,
Dominik
More information about the linux-pcmcia
mailing list