View Issue Details

IDProjectCategoryView StatusLast Update
0001312LinuxCANpublic2014-01-28 11:44
ReporterDKuhneAssigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Versionfss5pv210-V2.0 
Target Versionfss5pv210-V2.0Fixed in Versionfss5pv210-V2.0 
Summary0001312: Change interrupt flags to IRQF_TRIGGER_LOW | IRQF_ONESHOT to prevent mcp2515 from stop receiving from can bus
DescriptionChange 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

Activities

DKuhne

2012-10-30 14:07

manager   ~0000874

commit daa0d8e6cc46443b8cf9ea1298d073967ec96f5c
Author: Daniel Kuhne <kuhne@fs-net.de>
Date: Mon Sep 10 11:39:34 2012 +0200

    CAN: changed irq flags