git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dace8c
)
pcmcia: use struct resource for PCMCIA devices
author
Dominik Brodowski
<linux@dominikbrodowski.net>
Sat, 24 Jul 2010 11:14:44 +0000
(13:14 +0200)
committer
Dominik Brodowski
<linux@dominikbrodowski.net>
Tue, 3 Aug 2010 07:02:44 +0000
(09:02 +0200)
Introduce a new field into struct pcmcia_device named "resource" and of
type struct resource *, which contains the IO port ranges allocated for
this device. Memory window ranges and registration with the resource
trees will follow at a later date.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
No differences found