• Mirza Krak's avatar
    can: sja1000: clear interrupts on start · 7cecd9ab
    Mirza Krak authored
    According to SJA1000 data sheet error-warning (EI) interrupt is not
    cleared by setting the controller in to reset-mode.
    
    Then if we have the following case:
    - system is suspended (echo mem > /sys/power/state) and SJA1000 is left
      in operating state
    - A bus error condition occurs which activates EI interrupt, system is
      still suspended which means EI interrupt will be not be handled nor
      cleared.
    
    If the above two events occur, on resume there is no way to return the
    SJA1000 to operating state, except to cycle power to it.
    
    By simply reading the IR register on start we will clear any previous
    conditions that could be present.
    Signed-off-by: default avatarMirza Krak <mirza.krak@hostmobility.com>
    Reported-by: default avatarChristian Magnusson <Christian.Magnusson@semcon.com>
    Cc: linux-stable <stable@vger.kernel.org>
    Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
    7cecd9ab
sja1000.c 17.5 KB