]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pcmcia: add a new resource manager for non ISA systems
authorAlan Cox <alan@linux.intel.com>
Wed, 10 Dec 2014 15:07:36 +0000 (15:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:13 +0000 (05:04 -0800)
commit02b03846bb2befc558bfd0665749d6bb26f4c2f1
tree055074b8ad2677ea38eefe967923b6bd85c10f94
parent1c6c9b1d9d2530c346910329751e7fd1a02dc2bd
pcmcia: add a new resource manager for non ISA systems

On a pure PCI platform we don't actually need all the complexity of the
rsrc_nonstatic manager, in fact we can just work directly with the pci
allocators and avoid all the complexity (and code bloat).

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pcmcia/Kconfig
drivers/pcmcia/Makefile
drivers/pcmcia/rsrc_pci.c [new file with mode: 0644]