kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* How kernel handle interrupts
@ 2012-12-20 14:27 Woody Wu
  2012-12-20 18:05 ` anish singh
  2012-12-20 18:16 ` How kernel handle interrupts Shahbaz khan
  0 siblings, 2 replies; 15+ messages in thread
From: Woody Wu @ 2012-12-20 14:27 UTC (permalink / raw)
  To: kernelnewbies

Hi, List

Where is the Kernel code that handles external interrupts? I want to
have a look at it but haven't found out where it is.

Actually, I have some basic questions about interrupt handling in Linux.
1. After Kernel's ISR received an interrupt, I believe it will invoke a
   handler defined in a device driver if any. But it should be the
   device driver's responsibility or kernel ISR's responsibility to
   clear (or acknowledge) the interrupt?

2. My device, an AX88796B network controller, asserting the interrupt
   line in a level-triggered manner. Now I met problem with the device that
   might caused by the CPU interrupt mode is not set as level-triggered by
   edge trigger.  My CPU is Samsung S3C2410, an ARM920T powered one.  Does
   anyone know usually where and how should I do this kind of setting?


Thanks in advance.

-- 
woody
I can't go back to yesterday - because I was a different person then.

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-08-05  3:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-20 14:27 How kernel handle interrupts Woody Wu
2012-12-20 18:05 ` anish singh
2012-12-21  9:34   ` Woody Wu
2012-12-21 10:53     ` anish kumar
2012-12-21 12:43       ` Woody Wu
2012-12-21 15:34   ` Woody Wu
2012-12-21 21:33     ` How kernel handle interrupts[AX88796B network controller] anish kumar
2012-12-22 15:11       ` Woody Wu
2013-01-07 16:36         ` anish kumar
2013-08-05  3:01           ` Woody Wu
2012-12-24 14:10       ` Woody Wu
2012-12-24 16:07         ` Woody Wu
2013-01-07 16:22         ` anish kumar
2012-12-20 18:16 ` How kernel handle interrupts Shahbaz khan
2012-12-21  0:37   ` Woody Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).