1. 16 Apr, 2009 1 commit
    • Ben Nizette's avatar
      Input: ads7846 - fix unsafe disable_irq · 3f3e7c6e
      Ben Nizette authored
      The use of disable_irq inside the handler for the interrupt being
      disabled has always been dangerous.  disable_irq should wait for that
      handler to complete before returning -> deadlock.
      
      For some reason this wasn't actually the case until 3aa551c9 was merged
      but since this time, the ads7846 driver has deadlocked the system on
      first interrupt.
      
      Convert the driver to use the handler-safe _nosync variant.
      Signed-off-by: default avatarBen Nizette <bn@niasdigital.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      3f3e7c6e
  2. 15 Apr, 2009 10 commits
  3. 12 Apr, 2009 5 commits
  4. 08 Apr, 2009 1 commit
  5. 10 Mar, 2009 5 commits
  6. 08 Mar, 2009 10 commits
  7. 04 Mar, 2009 3 commits
  8. 03 Mar, 2009 5 commits