Liu Gang
d71cf15b86
gpio: mpc8xxx: Correct irq handler function
...
From the beginning of the gpio-mpc8xxx.c, the "handle_level_irq"
has being used to handle GPIO interrupts in the PowerPC/Layerscape
platforms. But actually, almost all PowerPC/Layerscape platforms
assert an interrupt request upon either a high-to-low change or
any change on the state of the signal.
So the "handle_level_irq" is not reasonable for PowerPC/Layerscape
GPIO interrupt, it should be "handle_edge_irq". Otherwise the system
may lost some interrupts from the PIN's state changes.
Signed-off-by: Liu Gang <Gang.Liu@nxp.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2016-10-24 02:20:40 +02:00
..
2016-06-23 11:07:12 +02:00
2016-06-08 10:08:12 +02:00
2016-06-13 14:48:10 +02:00
2016-09-15 14:00:47 +02:00
2016-09-13 10:35:56 +02:00
2016-09-23 15:11:09 +02:00
2016-10-24 00:23:05 +02:00
2016-09-23 15:13:04 +02:00
2016-09-13 10:35:56 +02:00
2016-06-08 10:49:58 +02:00
2016-09-13 10:35:56 +02:00
2016-09-13 10:35:56 +02:00
2016-07-22 15:30:42 +02:00
2016-09-18 13:35:06 +02:00
2016-08-11 13:37:25 +02:00
2016-09-28 09:28:34 -07:00
2016-07-22 15:30:40 +02:00
2016-09-12 15:28:18 +02:00
2016-09-13 10:35:56 +02:00
2016-09-23 15:10:00 +02:00
2016-09-13 10:35:56 +02:00
2016-09-13 10:35:56 +02:00
2016-09-12 14:23:37 +02:00
2016-06-23 11:07:14 +02:00
2016-08-10 15:40:44 +02:00
2016-07-04 11:39:38 +02:00
2016-09-08 00:42:57 +02:00
2016-06-07 09:35:16 +02:00
2016-07-22 15:30:42 +02:00
2016-08-11 16:17:05 +02:00
2016-09-26 11:47:14 -07:00
2016-10-24 02:20:40 +02:00
2016-08-23 11:22:09 +02:00
2016-10-05 11:49:09 -07:00
2016-10-20 14:14:11 +02:00
2016-09-15 13:57:43 +02:00
2016-10-11 23:17:08 +02:00
2016-06-07 09:35:16 +02:00
2016-09-13 10:35:56 +02:00
2016-09-08 01:15:46 +02:00
2016-06-07 09:35:16 +02:00
2016-09-08 00:42:57 +02:00
2016-06-07 09:35:16 +02:00
2016-09-13 10:35:56 +02:00
2016-08-23 11:23:41 +02:00
2016-10-20 14:14:11 +02:00
2016-09-15 13:59:02 +02:00
2016-06-08 10:48:17 +02:00
2016-09-19 10:14:29 +02:00
2016-06-22 17:58:07 +02:00
2016-09-13 10:35:56 +02:00
2016-06-07 09:35:16 +02:00
2016-09-13 10:35:56 +02:00
2016-09-18 13:18:13 +02:00
2016-06-07 09:35:16 +02:00
2016-09-13 10:35:56 +02:00
2016-10-21 14:55:07 +02:00
2016-09-13 10:35:56 +02:00
2016-09-13 10:35:56 +02:00
2016-08-23 11:24:40 +02:00
2016-06-07 09:35:16 +02:00
2016-09-15 14:03:33 +02:00
2016-09-13 10:35:56 +02:00
2016-09-13 10:35:56 +02:00
2016-09-13 10:35:56 +02:00
2016-06-08 10:33:45 +02:00
2016-06-08 10:54:13 +02:00
2016-09-23 15:26:20 +02:00
2016-10-20 14:15:01 +02:00
2016-07-04 16:51:29 +02:00
2016-10-05 11:49:09 -07:00
2016-09-12 14:53:33 +02:00
2016-10-21 14:48:56 +02:00
2016-10-03 23:38:11 +02:00
2016-10-20 14:14:11 +02:00
2016-09-28 09:30:21 -07:00