1. 19 3月, 2015 1 次提交
  2. 09 12月, 2013 1 次提交
  3. 03 8月, 2013 1 次提交
  4. 01 11月, 2011 1 次提交
    • P
      include: convert various register fcns to macros to avoid include chaining · eb5589a8
      Paul Gortmaker 提交于
      The original implementations reference THIS_MODULE in an inline.
      We could include <linux/export.h>, but it is better to avoid chaining.
      
      Fortunately someone else already thought of this, and made a similar
      inline into a #define in <linux/device.h> for device_schedule_callback(),
      [see commit 523ded71] so follow that precedent here.
      
      Also bubble up any __must_check that were used on the prev. wrapper inline
      functions up one to the real __register functions, to preserve any prev.
      sanity checks that were used in those instances.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      eb5589a8
  5. 31 3月, 2011 1 次提交
  6. 23 12月, 2008 1 次提交
  7. 12 12月, 2008 1 次提交
    • S
      uwb: improved MAS allocator and reservation conflict handling · 5b37717a
      Stefano Panella 提交于
      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: NStefano Panella <stefano.panella@csr.com>
      Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
      5b37717a
  8. 19 11月, 2008 1 次提交
    • D
      uwb: add basic radio manager · 6fae35f9
      David Vrabel 提交于
      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: NDavid Vrabel <david.vrabel@csr.com>
      6fae35f9
  9. 08 11月, 2008 1 次提交
  10. 04 11月, 2008 2 次提交
  11. 31 10月, 2008 1 次提交
  12. 17 9月, 2008 3 次提交
反馈
建议
客服 返回
顶部