1. 12 4月, 2017 1 次提交
  2. 03 4月, 2017 7 次提交
  3. 16 3月, 2017 1 次提交
    • J
      i2c: mux: pca954x: make use of raw_spinlock variants · 743cc375
      Julia Cartwright 提交于
      The pca954x i2c mux driver currently implements an irq_chip for handling
      interrupts; due to how irq_chip handling is done, it's necessary for the
      irq_chip methods to be invoked from hardirq context, even on a a
      real-time kernel.  Because the spinlock_t type becomes a "sleeping"
      spinlock w/ RT kernels, it is not suitable to be used with irq_chips.
      
      A quick audit of the operations under the lock reveal that they do only
      minimal, bounded work, and are therefore safe to do under a raw spinlock.
      Signed-off-by: NJulia Cartwright <julia@ni.com>
      Signed-off-by: NPeter Rosin <peda@axentia.se>
      743cc375
  4. 09 3月, 2017 10 次提交
  5. 03 3月, 2017 1 次提交
  6. 02 3月, 2017 1 次提交
  7. 23 2月, 2017 3 次提交
  8. 21 2月, 2017 3 次提交
  9. 15 2月, 2017 1 次提交
  10. 10 2月, 2017 10 次提交
  11. 08 2月, 2017 1 次提交
  12. 07 2月, 2017 1 次提交