lkml.org 
[lkml]   [2014]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject[PATCH 0/5] pcmcia: 64bit fixes, anonymous cards, other bugs
From
Date
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"


\
 
 \ /
  Last update: 2014-12-04 23:01    [W:0.072 / U:1.876 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site