From: Dominik Brodowski <linux@dominikbrodowski.net>
To: linux-pcmcia@lists.infradead.org
Cc: netdev@vger.kernel.org
Subject: [RFC] PCMCIA patches for 2.6.34
Date: Wed, 6 Jan 2010 12:45:31 +0100 [thread overview]
Message-ID: <20100106114531.GA29913@comet.dominikbrodowski.net> (raw)
Hey,
here are some 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, with CC to other lists if deemed
appropriate.
pcmcia: make use of pcmcia_dev_resume() return value
pcmcia: remove remaining unused IRQ_FIRST_SHARED parameter
pcmcia: do not meddle with already assigned resources
pcmcia: validate CIS, not CIS cache.
pcmcia: cleanup pccard_validate_cis()
pcmcia: improve check for same card in slot after resume
pcmcia: CardBus doesn't need CIS access
pcmcia: call CIS cleanup from ds.c
pcmcia: rsrc_nonstatic io memory probe improvements
pcmcia: do not lock socket driver module in pcmcia_get_socket()
pcmcia: do not lock socket driver module on card insert
pcmcia: remove useless indirection
pcmcia: remove some rsrc_mgr indirections
pcmcia: m32r uses static socket resources
pcmcia: m8xx_pcmcia.c should use iodyn resource manager
drivers/net/pcmcia/smc91c92_cs.c | 6 +-
drivers/pcmcia/Kconfig | 3 -
drivers/pcmcia/cardbus.c | 175 ++-----------------
drivers/pcmcia/cistpl.c | 368 +++++++++++++-------------------------
drivers/pcmcia/cs.c | 89 +++++-----
drivers/pcmcia/cs_internal.h | 25 ---
drivers/pcmcia/ds.c | 25 +++-
drivers/pcmcia/m32r_cfc.c | 2 +-
drivers/pcmcia/m8xx_pcmcia.c | 2 +-
drivers/pcmcia/pcmcia_resource.c | 17 ++
drivers/pcmcia/rsrc_mgr.c | 24 ---
drivers/pcmcia/rsrc_nonstatic.c | 184 ++++++++++++-------
include/pcmcia/ss.h | 9 +-
13 files changed, 341 insertions(+), 588 deletions(-)
Best,
Dominik
next reply other threads:[~2010-01-06 11:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-06 11:45 Dominik Brodowski [this message]
2010-01-06 11:46 ` [PATCH 02/15] pcmcia: remove remaining unused IRQ_FIRST_SHARED parameter Dominik Brodowski
2010-01-07 4:23 ` David Miller
2010-01-07 8:20 ` Dominik Brodowski
2010-01-06 14:03 ` [RFC] PCMCIA patches for 2.6.34 Wolfram Sang
2010-01-09 12:16 ` Wolfram Sang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100106114531.GA29913@comet.dominikbrodowski.net \
--to=linux@dominikbrodowski.net \
--cc=linux-pcmcia@lists.infradead.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).