1. 15 11月, 2017 1 次提交
    • S
      media: rc: sir_ir: detect presence of port · 30b4e122
      Sean Young 提交于
      Without this test, sir_ir clumsy claims resources for a device which
      does not exist.
      
      The 0-day kernel test robot reports the following errors (in a loop):
      	sir_ir sir_ir.0: Trapped in interrupt
      	genirq: Flags mismatch irq 4. 00000000 (ttyS0) vs. 00000000 (sir_ir)
      
      When sir_ir is loaded with the default io and irq, the following happens:
       - sir_ir claims irq 4
       - user space opens /dev/ttyS0
       - in serial8250_do_startup(), some setup is done for ttyS0, which causes
         irq 4 to fire (in THRE test)
       - sir_ir does not realise it was not for it, and spins until the "trapped
         in interrupt"
       - now serial driver calls setup_irq() and fails and we get the
         "Flags mismatch" error.
      
      There is no port present at 0x3e8 so simply check for the presence of a
      port, as suggested by Linus.
      Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
      Tested-by: NFengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: NSean Young <sean@mess.org>
      Cc: <stable@vger.kernel.org> # 4.12+
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      30b4e122
  2. 31 10月, 2017 1 次提交
  3. 20 8月, 2017 3 次提交
  4. 14 6月, 2017 1 次提交
  5. 06 6月, 2017 5 次提交
  6. 18 5月, 2017 1 次提交
  7. 06 4月, 2017 7 次提交
  8. 24 3月, 2017 1 次提交
  9. 14 3月, 2017 1 次提交
  10. 02 3月, 2017 1 次提交
  11. 31 1月, 2017 1 次提交
  12. 10 6月, 2015 1 次提交
  13. 27 2月, 2015 2 次提交
  14. 29 10月, 2014 1 次提交
  15. 20 10月, 2014 1 次提交
  16. 29 9月, 2014 1 次提交
  17. 26 7月, 2014 1 次提交
  18. 20 6月, 2014 1 次提交
    • A
      staging: lirc: remove sa1100 support · c72374ff
      Arnd Bergmann 提交于
      The LIRC support for sa1100 appears to have never worked
      because it relies on header files that have never been
      present in git history. Actually trying to build the
      driver on an ARM sa1100 kernel fails, so let's just remove
      the broken support.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Jarod Wilson <jarod@wilsonet.com>
      Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
      Cc: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
      Cc: linux-media@vger.kernel.org
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      c72374ff
  19. 26 5月, 2014 1 次提交
  20. 23 5月, 2014 1 次提交
  21. 25 3月, 2013 1 次提交
  22. 22 12月, 2012 1 次提交
  23. 22 11月, 2012 3 次提交
  24. 19 6月, 2012 1 次提交
  25. 29 3月, 2012 1 次提交