From: ppisa Date: Tue, 11 Oct 2005 15:41:38 +0000 (+0000) Subject: SJA1000 driver interrupts processing modified to not rely on interrupt register for... X-Git-Tag: CLT_COMM_CAN-lincan-0_3_2~13 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/commitdiff_plain/75d77a3d5177ad90a0e319102c776852df2bccb7?hp=75d77a3d5177ad90a0e319102c776852df2bccb7 SJA1000 driver interrupts processing modified to not rely on interrupt register for Rx and Tx. The information about free chip ready condition for Tx message is now obtained from status register. This solution enables us to equip SJA1000 driver by irq_accept method. Then only this part has to be run in real IRQ handler and rest of ISR can be done in other thread. This is required for possible porting to QNX as well. Change should helps to better recover form bus-off mode as well. ---