[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141204212746.1351.89165.stgit@localhost.localdomain>
Date: Thu, 04 Dec 2014 21:28:30 +0000
From: Alan Cox <alan@...ux.intel.com>
To: linux-kernel@...r.kernel.org, linux-pcmica@...ts.infradead.org
Subject: [PATCH 0/5] pcmcia: 64bit fixes, anonymous cards, other bugs
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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists