#2497 closed defect (fixed)

Beaglebone Black: rtems_gpio_bsp_disable_interrupt disables all the GPIO interrupts

Reported by: Martin Galvan Owned by: Ben Gras
Priority: normal Milestone: 4.11.1
Component: unspecified Version: 4.11
Severity: normal Keywords:
Cc: Gedare Bloom, Ketul Shah Blocked By:
Blocking:

Description

While testing the BBB GPIO code we noticed rtems_gpio_bsp_disable_interrupt seems to disable the interrupts for all the pins, not just the one that actually caused the interrupt.

Change History (2)

comment:1 Changed on 12/15/15 at 16:49:28 by Gedare Bloom

Cc: Ketul Shah added
Owner: set to Ben Gras
Status: newassigned

comment:2 Changed on 12/16/15 at 19:07:54 by Martin Galvan <martin.galvan@…>

Resolution: fixed
Status: assignedclosed

In 867b99f8fdc6ca8b39938bab83060d80ad4261d9/rtems:

Beaglebone Black: Fix rtems_gpio_bsp_disable_interrupt disabling all the GPIO interrupts

Currently, rtems_gpio_bsp_disable_interrupt disables the interrupts for all the
pins, not just the one that actually caused the interrupt. This patch
fixes that issue.

Closes #2497.

Note: See TracTickets for help on using tickets.