1. 10 12月, 2015 1 次提交
  2. 20 11月, 2015 1 次提交
  3. 21 10月, 2015 1 次提交
  4. 05 10月, 2015 2 次提交
  5. 24 9月, 2015 1 次提交
    • F
      Bluetooth: Remove useless rx_lock spinlock · 7649faff
      Frederic Danis 提交于
      rx_lock spinlock is only used in hci_uart_tty_receive() which is the
      receive_buf ldisc callback.
      
      hci_uart_tty_receive() is protected from re-entrance by its only
      caller (flush_to_ldisc() in drivers/tty/tty_buffer.c) which held a
      mutex (buf->lock) for this section.
      This lock allows "safe use of the line discipline's receive_buf()
      method by excluding the buffer work and any pending flush from using
      the flip buffer." (comments from tty_buffer_lock_exclusive() in
      drivers/tty/tty_buffer.c)
      
      So, no need to double protect this resource with rx_lock.
      Signed-off-by: NFrederic Danis <frederic.danis@linux.intel.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      7649faff
  6. 11 8月, 2015 1 次提交
  7. 27 7月, 2015 1 次提交
  8. 23 7月, 2015 1 次提交
  9. 18 6月, 2015 2 次提交
  10. 06 6月, 2015 2 次提交
  11. 08 4月, 2015 12 次提交
  12. 02 4月, 2015 1 次提交
  13. 26 3月, 2015 1 次提交
  14. 12 7月, 2014 1 次提交
  15. 11 7月, 2014 2 次提交
  16. 25 4月, 2014 1 次提交
  17. 06 3月, 2014 1 次提交
  18. 11 10月, 2013 2 次提交
  19. 04 4月, 2013 2 次提交
  20. 23 10月, 2012 1 次提交
  21. 19 9月, 2012 1 次提交
  22. 18 7月, 2012 2 次提交