All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] pcmcia: 64bit fixes, anonymous cards, other bugs
@ 2014-12-04 21:28 Alan Cox
  2014-12-04 21:28 ` [PATCH 1/5] pcmcia: correct types Alan Cox
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Alan Cox @ 2014-12-04 21:28 UTC (permalink / raw)
  To: linux-kernel, linux-pcmica

These patches update the PCMCIA layer to work on 64bit machines and also to
support anonymous memory cards (a feature that was broken in the conversion
from the old pcmcia_cs model to the pccard drivers).

In addition they fix various bugs found during the work, and provide an
alternative rather less hideously convoluted resource manager that gets used
when the only PCMCIA present is via PCI bridges. In that situation the core
pci layer can do the job perfectly well for us and just needs a bit of
wrapping.

Alan

---

Alan Cox (5):
      pcmcia: correct types
      pcmcia cis: on an out of range CIS read return 0xff, don't just warn
      pcmcia: Fix requery
      pcmcia: handle anonymous cards by generating a fake CIS
      pcmcia: add a new resource manager for non ISA systems


 drivers/pcmcia/Kconfig       |   12 ++-
 drivers/pcmcia/Makefile      |    1 
 drivers/pcmcia/cistpl.c      |   31 ++++++--
 drivers/pcmcia/cs_internal.h |    6 +
 drivers/pcmcia/ds.c          |    3 +
 drivers/pcmcia/rsrc_mgr.c    |    5 +
 drivers/pcmcia/rsrc_pci.c    |  172 ++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 216 insertions(+), 14 deletions(-)
 create mode 100644 drivers/pcmcia/rsrc_pci.c

--
"Writing in comic sans is like talking earnestly whilst you have hiccups"

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

end of thread, other threads:[~2015-06-16  6:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-04 21:28 [PATCH 0/5] pcmcia: 64bit fixes, anonymous cards, other bugs Alan Cox
2014-12-04 21:28 ` [PATCH 1/5] pcmcia: correct types Alan Cox
2014-12-04 21:29 ` [PATCH 2/5] pcmcia cis: on an out of range CIS read return 0xff, don't just warn Alan Cox
2014-12-04 21:30 ` [PATCH 3/5] pcmcia: Fix requery Alan Cox
2014-12-04 21:30 ` [PATCH 4/5] pcmcia: handle anonymous cards by generating a fake CIS Alan Cox
2015-06-14 19:52   ` Dominik Brodowski
2015-06-15 12:10     ` Alan Cox
2015-06-16  6:19       ` Dominik Brodowski
2014-12-04 21:31 ` [PATCH 5/5] pcmcia: add a new resource manager for non ISA systems Alan Cox
2015-05-30 14:40   ` Dominik Brodowski
2015-06-01 13:59     ` Alan Cox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.