Subject: CVS commit: src/sys/arch/arm/s3c2xx0
To: None <source-changes@netbsd.org>
From: Hiroyuki Bessho <bsh@netbsd.org>
List: source-changes
Date: 05/12/2003 07:48:38
Module Name: src
Committed By: bsh
Date: Mon May 12 07:48:38 UTC 2003
Modified Files:
src/sys/arch/arm/s3c2xx0: s3c2800_intr.c
Log Message:
+ add an arg to s3c2800_intr_establish() for interrupt type:
IST_EDGE_{FALLING,RISING,BOTH}, or IST_LEVEL_{LOW,HIGH}. This
argument is valid only for GPIO interrupts (IRQ0..7).
+ Don't clear interrupt pending bits for IIC in interrupt handler.
Since clearing these bits starts next IIC transmission immediately,
IIC driver should handle these.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/arm/s3c2xx0/s3c2800_intr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.