View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001312 | Linux | CAN | public | 2012-09-10 08:48 | 2014-01-28 11:44 |
Reporter | Assigned To | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | fss5pv210-V2.0 | ||||
Target Version | fss5pv210-V2.0 | Fixed in Version | fss5pv210-V2.0 | ||
Summary | 0001312: Change interrupt flags to IRQF_TRIGGER_LOW | IRQF_ONESHOT to prevent mcp2515 from stop receiving from can bus | ||||
Description | Change interrupt flags to IRQF_TRIGGER_LOW | IRQF_ONESHOT to prevent mcp2515 from stop receiving from can bus. static struct mcp251x_platform_data mcp251x_info = { .oscillator_frequency = 20 * 1000 * 1000, /* 20MHz */ .board_specific_setup = picomod6_mcp251x_initfunc, .transceiver_enable = NULL, .irq_flags = IRQF_TRIGGER_LOW | IRQF_ONESHOT, .power_enable = NULL, }; | ||||
Forum Link | |||||
|
commit daa0d8e6cc46443b8cf9ea1298d073967ec96f5c Author: Daniel Kuhne <kuhne@fs-net.de> Date: Mon Sep 10 11:39:34 2012 +0200 CAN: changed irq flags |