24 Jun, 2008
1 commit
-
Let pcmcia_ioctl interact with rsrc_nonstatic using functions which
rsrc_nonstatic.c has to use anyway.Signed-off-by: Dominik Brodowski
24 Feb, 2007
1 commit
-
More fallout from the PCMCIA class_device changes.
The first hunk is run-tested on SH-4, the others are converted
in the spirit of the original conversion.Signed-off-by: Manuel Lauss
Signed-off-by: Greg Kroah-Hartman
31 Mar, 2006
2 commits
-
If the kernel is configured to not include the deprecated PCMCIA ioctl,
some code doesn't need to be built.Signed-off-by: Dominik Brodowski
-
Remove the inclusion of include/config.h as it isn't needed any longer.
Signed-off-by: Dominik Brodowski
06 Jan, 2006
2 commits
-
Some PCMCIA sockets have statically mapped memory windows, but dynamically
mapped IO windows. Using the "nonstatic" socket library is inpractical for
them, as they do neither need a resource database (as we can trust the
kernel resource database on m68k and ppc) nor lots of other features of that
library. Let them get a small "iodyn" socket library (105 lines of code)
instead.Signed-off-by: Dominik Brodowski
-
Add a return value to pcmcia_validate_mem. Only if we have enough memory
available to map the CIS, we should proceed in trying to determine information
about the device.Signed-off-by: Dominik Brodowski
28 Jun, 2005
3 commits
-
Move the 16-bit PCMICA resource handling from pcmcia_core.o to pcmcia.o.
Signed-off-by: Dominik Brodowski
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Rename some functions in drivers/pcmcia/ to show they belong to the PCMCIA
subsystem.Signed-off-by: Dominik Brodowski
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Automatically mark the parent PCI-PCI bridge windows as resources available
for PCMCIA usage.Signed-off-by: Dominik Brodowski
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!