[git pull] PCMCIA bugfixes for 2.6.34-rc3

Dominik Brodowski linux at dominikbrodowski.net
Fri Mar 26 12:25:27 EDT 2010


Linus,

some PCMCIA bugfixes for 2.6.34-rc3 are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git urgent

Please pull from that location. The diffstat and list of changes follows.
The PM-related change is ACKed by Rafael and needed for the PCMCIA bugfix.

Thanks,
	Dominik

----

Dominik Brodowski (4):
      pcmcia: do not use ioports < 0x100 on x86
      pcmcia: allow for four multifunction subdevices (again)
      power: support _noirq actions on device types and classes
      pcmcia: use dev_pm_ops for class pcmcia_socket_class

Komuro (1):
      pd6729: Coding Style fixes

 drivers/base/power/main.c       |   31 ++++++++++
 drivers/pcmcia/at91_cf.c        |    2 -
 drivers/pcmcia/au1000_generic.c |   13 ----
 drivers/pcmcia/bfin_cf_pcmcia.c |   12 ----
 drivers/pcmcia/cs.c             |  124 ++++++++++++++++++++-------------------
 drivers/pcmcia/db1xxx_ss.c      |   27 ---------
 drivers/pcmcia/ds.c             |    8 ++-
 drivers/pcmcia/i82092.c         |   16 -----
 drivers/pcmcia/i82365.c         |   11 ----
 drivers/pcmcia/m32r_cfc.c       |   11 ----
 drivers/pcmcia/m32r_pcc.c       |   12 ----
 drivers/pcmcia/m8xx_pcmcia.c    |   17 -----
 drivers/pcmcia/omap_cf.c        |   12 ----
 drivers/pcmcia/pd6729.c         |   80 ++++++++++++-------------
 drivers/pcmcia/pxa2xx_base.c    |    8 +--
 drivers/pcmcia/rsrc_nonstatic.c |    7 ++
 drivers/pcmcia/sa1100_generic.c |   13 ----
 drivers/pcmcia/sa1111_generic.c |   12 ----
 drivers/pcmcia/tcic.c           |   12 ----
 drivers/pcmcia/vrc4171_card.c   |   13 ----
 drivers/pcmcia/yenta_socket.c   |   17 +-----
 include/pcmcia/ss.h             |    6 --
 22 files changed, 149 insertions(+), 315 deletions(-)



More information about the linux-pcmcia mailing list