History log of /drivers/uwb/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
446396bfab00392010ebc36b9ccf859935b0f17b 25-Oct-2010 David Vrabel <david.vrabel@csr.com> uwb: Remove the WLP subsystem and drivers

The only Wimedia LLC Protocol (WLP) hardware was an Intel i1480 chip
with a beta release of firmware that was never commercially available as
a product. This hardware and firmware is no longer available as Intel
sold their UWB/WLP IP. I also see little prospect of other WLP
capable hardware ever being available.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
5b37717a23b8e40f6cf7ad85a26ddcf41c171e2c 12-Dec-2008 Stefano Panella <stefano.panella@csr.com> uwb: improved MAS allocator and reservation conflict handling

Greatly enhance the MAS allocator:
- Handle row and column reservations.
- Permit all the available MAS to be allocated.
- Follows the WiMedia rules on MAS selection.

Take appropriate action when reservation conflicts are detected.
- Correctly identify which reservation wins the conflict.
- Protect alien BP reservations.
- If an owned reservation loses, resize/move it.
- Follow the backoff procedure before requesting additional MAS.

When reservations are terminated, move the remaining reservations (if
necessary) so they keep following the MAS allocation rules.

Signed-off-by: Stefano Panella <stefano.panella@csr.com>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
6fae35f9cea92793a98b2d9ab21235e5ae035581 17-Nov-2008 David Vrabel <david.vrabel@csr.com> uwb: add basic radio manager

The UWB radio manager coordinates the use of the radio between the
PALs that may be using it. PALs request use of the radio with
uwb_radio_start() and the radio manager will start beaconing if its
not already doing so. When the last PAL has called uwb_radio_stop()
beaconing will be stopped.

In the future, the radio manager will have a more sophisticated channel
selection algorithm, probably following the Channel Selection Policy
from the WiMedia Alliance when it is finalized. For now, channel 9
(BG1, TFC1) is selected.

The user may override the channel selected by the radio manager and may
force the radio to stop beaconing.

The WUSB Host Controller PAL makes use of this and there are two new
debug PAL commands that can be used for testing.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
c5995bd2819dc577d0b32b26be0836d16c977e24 04-Nov-2008 Stefano Panella <stefano.panella@csr.com> uwb: infrastructure for handling Relinquish Request IEs

The structures and event handler needed to handle Relinish Request IEs
received from neighbors. Nothing is done with these IEs yet.

Signed-off-by: Stefano Panella <stefano.panella@csr.com>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
1ba47da527121ff704f4e9f27a12c9f32db05022 17-Sep-2008 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> uwb: add the i1480 DFU driver

Add the driver for downloading the firmware to an Intel i1480 device.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
3b0c5a3818555988b6235144e0174b1a512719b7 17-Sep-2008 Greg Kroah-Hartman <gregkh@suse.de> uwb: add WiMedia LLC Protocol (build system)

Add the WLP build system (Kconfig and Kbuild files).

Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
de520b8bd5525d33e6a6f36b297836125736bd2a 17-Sep-2008 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> uwb: add HWA radio controller driver

Add a driver for USB-connected UWB radio controllers (HWAs).

Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
b6e069830c5927fd4d5fce67cb6440fddd10d429 17-Sep-2008 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> uwb: add whc-rc radio control driver

Add the driver for WHCI radio controllers.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2 17-Sep-2008 David Vrabel <david.vrabel@csr.com> uwb: add the driver to enumerate WHCI capabilities

This enumerates the capabilties of a WHCI device, adding a umc device for
each one.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
da389eac31be24556a71dd59ea6539ae4cba5c15 17-Sep-2008 David Vrabel <david.vrabel@csr.com> uwb: add the umc bus

The UMC bus is used for the capabilities exposed by a UWB Multi-interface
Controller as described in the WHCI specification.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile
2f86c3e67d6423d6d23ee2f737ad4f0730435742 17-Sep-2008 Greg Kroah-Hartman <gregkh@suse.de> uwb: add the UWB stack (build system)

The Kbuild and Kconfig files.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
/drivers/uwb/Makefile