Jason Gunthorpe
812d47889a
gpio/mvebu: Use irq_domain_add_linear
...
This fixes the irq allocation in this driver to not print:
irq: Cannot allocate irq_descs @ IRQ34, assuming pre-allocated
irq: Cannot allocate irq_descs @ IRQ66, assuming pre-allocated
Which happens because the driver already called irq_alloc_descs()
and so the change to use irq_domain_add_simple resulted in calling
irq_alloc_descs() twice.
Modernize the irq allocation in this driver to use the
irq_domain_add_linear flow directly and eliminate the use of
irq_domain_add_simple/legacy
Fixes: ce931f571b6d ("gpio/mvebu: convert to use irq_domain_add_simple()")
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2016-11-01 19:31:49 +01: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-05-02 09:32:04 -07: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-04-15 10:09:48 +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-03-31 15:00:28 +02:00
2016-03-31 15:02:09 +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-03-31 15:03:13 +02:00
2016-10-24 02:20:40 +02:00
2016-08-23 11:22:09 +02:00
2016-11-01 19:31:49 +01:00
2016-10-05 11:49:09 -07:00
2016-10-20 14:14:11 +02:00
2016-04-26 15:56:47 +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-04-28 14:36:37 +02:00
2016-04-08 10:10:08 +02:00
2016-04-05 17:02:35 +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-05-11 13:46:49 +02:00
2016-08-23 11:23:41 +02:00
2016-03-31 15:07:40 +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-05-11 13:49:11 +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-04-14 14:03:28 +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-05-02 09:32:04 -07:00
2016-05-17 17:39:42 -07:00
2016-06-08 10:33:45 +02:00
2016-06-08 10:54:13 +02:00
2016-05-11 13:50:01 +02:00
2016-03-31 15:10:25 +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-31 21:23:44 +01:00
2016-09-12 14:53:33 +02:00
2016-10-31 21:23:44 +01: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