netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] PCMCIA patches for 2.6.34
@ 2010-01-06 11:45 Dominik Brodowski
  2010-01-06 11:46 ` [PATCH 02/15] pcmcia: remove remaining unused IRQ_FIRST_SHARED parameter Dominik Brodowski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dominik Brodowski @ 2010-01-06 11:45 UTC (permalink / raw)
  To: linux-pcmcia; +Cc: netdev

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-09 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-06 11:45 [RFC] PCMCIA patches for 2.6.34 Dominik Brodowski
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

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).