• 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
ads7846.c 29.9 KB