Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpio: xec: GPIO Interrupt is not triggered for range GPIO240_276 #21551

Closed
albertofloyd opened this issue Dec 21, 2019 · 2 comments
Closed

gpio: xec: GPIO Interrupt is not triggered for range GPIO240_276 #21551

albertofloyd opened this issue Dec 21, 2019 · 2 comments
Assignees
Labels
area: GPIO bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@albertofloyd
Copy link
Collaborator

No interrupt is triggered when select GPIO in range GPIO240_276, interrupt is not triggered

Modify gpio_api test and select MCHP_GPIO_254

Callbacks should occurred whenever GPIO 254 changes level

@albertofloyd albertofloyd added the bug The issue is a bug, or the PR is fixing a bug label Dec 21, 2019
@albertofloyd albertofloyd changed the title GPIO Interrupt is not triggered for range GPIO240_276 gpio: xec: GPIO Interrupt is not triggered for range GPIO240_276 Dec 21, 2019
@franciscomunoz
Copy link
Contributor

GPIO240,276 isrs are failling because GIRQ22 is missing from the enum

312 enum MCHP_GIRQ_IDS {
313 MCHP_GIRQ08_ID = 8,
314 MCHP_GIRQ09_ID,
315 MCHP_GIRQ10_ID,
316 MCHP_GIRQ11_ID,
317 MCHP_GIRQ12_ID,
318 MCHP_GIRQ13_ID,
319 MCHP_GIRQ14_ID,
320 MCHP_GIRQ15_ID,
321 MCHP_GIRQ16_ID,
322 MCHP_GIRQ17_ID,
323 MCHP_GIRQ18_ID,
324 MCHP_GIRQ19_ID,
325 MCHP_GIRQ20_ID,
326 MCHP_GIRQ21_ID,
327
328 MCHP_GIRQ23_ID,
329 MCHP_GIRQ24_ID,
330 MCHP_GIRQ25_ID,
331 MCHP_GIRQ26_ID,
332 MCHP_GIRQ_ID_MAX,
333 };

located in the HAL, file : microchip/mec/mec1501/component/ecia.h.

@scottwcpg : Would you like to update the HAL ?

@jhedberg jhedberg added the priority: low Low impact/importance bug label Jan 7, 2020
@franciscomunoz
Copy link
Contributor

This issue was already solved with a HAL change. Therefore, I'm closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: GPIO bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

4 participants