dect
/
linux-2.6
Archived
13
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
Patrick McHardy a8d83344b0 dect: coa: fix oops on module unload
Copy sc1442x_base to a local variable to unmap it since we have to
free the transceiver that contains the pointer before that.

Additionally (in case of the PCMCIA driver) call pcmcia_disable_device()
before freeing the transceiver since we may still receive interrupts until
that point.

Signed-off- by: Patrick McHardy <kaber@gtrash.net>ZZ
2011-04-06 21:32:38 +02:00
Patrick McHardy 4521f18cae dect: com_on_air_cs: fix compilation on recent kernel versions
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-01-03 08:04:54 +01:00
Patrick McHardy d921b41838 dect: coa: fix compilation of pcmcia driver
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-09-21 01:14:00 +02:00
Patrick McHardy 9064dc69e2 dect: coa: remove unnecessary pcmcia_release_window()
Everything is cleaned up by pcmcia_disable_device().

Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-06-17 04:48:55 +02:00
Patrick McHardy 8f74a2300c dect: fix up for 2.6.35-rc changes
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-06-17 00:34:41 +02:00
Patrick McHardy 912ef7a21d Merge upstream
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-01-17 13:37:48 +01:00
Patrick McHardy 136a3a2801 dect: com-on-air: rename sc14421 to sc1442x
Rename all files, constants and functions to reflect the fact that the
driver handles the 14424 as well.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-05-07 02:23:35 +02:00
Patrick McHardy 6cb11b0113 dect: com-on-air: add PCMCIA driver
Add Com-on-Air PCMCIA driver, based on the original dedected.org driver.

Main changes to the original driver:
  - removal of all DECT protocol specific stuff, use of new driver core
  - cleanup, adjustment to kernel coding style
  - suspend/resume support (needs some more support from the DECT
			    protocol stack though)

Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-05-06 19:34:16 +02:00