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

7 Commits

Author SHA1 Message Date
Patrick McHardy 1449f2c279 dect: coa: add some symbolic constants, LED support
Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-05-28 17:06:46 +02:00
Patrick McHardy d15e9bfc88 dect: com-on-air: phase offset calculation
Calculate the phase offset of RX slots and maintain averaged value.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-05-10 18:37:34 +02:00
Patrick McHardy d212d4b5c5 dect: com-on-air: lock chip memory accesses
Access to the chip memory needs to be serialized to avoid races between
switch to a bank and actually using it.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-05-07 15:10:47 +02: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 87abf8cec4 dect: com-on-air: NSC LXM3161 radio support
Add unfinished support for the NSC LMX3161 Single Chip Radio Transceiver.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-05-06 19:33:52 +02:00
Patrick McHardy 3f22863f32 dect: com-on-air: atmel u2785 radio support
Add support for the ATMEL U2785 RF IC.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-05-06 19:33:52 +02:00
Patrick McHardy dfdc90c521 dect: com-on-air: device driver core
Add the chip-specific parts of the com-on-air driver.

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