• Russell King's avatar
    [ARM] Remove SA1111 PS/2 IRQ_HANDLED handling. · ed621f4b
    Russell King authored
    Some SA1111 devices are unable to clear the PS/2 receive IRQ before
    it has been serviced, so we always re-enter the handler one more
    time than is strictly necessary.  We can't clear the IRQ after
    servicing because that causes race conditions with other SA1111
    devices, so we take the easy option and always return IRQ_HANDLED.
    ed621f4b
sa1111ps2.c 7.53 KB