commit | d6c49a7a78fc841418bbd58bda504076f80ec51d | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Thu Jan 24 16:56:53 2008 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Jan 25 08:31:44 2008 +0100 |
tree | db039655c3a4507047e17dc562defb546dbb9f50 | |
parent | e4f586f280bbfa05c68f99df2db981356ee30533 [diff] |
[AVR32] extint: Set initial irq type to low level David Brownell pointed out a mismatch in the avr32 extint code: > I noticed a small glitch that's not fixed by this patch: the > initial type is falling edge, but IRQ_TYPE_NONE is mapped to > IRQ_TYPE_LEVEL_LOW. Potentially surprising. Fix it by setting the initial type (and handler) to low level, matching the meaning of IRQ_TYPE_NONE. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>