Randy Dunlap
d6912b1251
gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors
...
gpio-rockchip uses interfaces that are provided by the Kconfig
symbol GENERIC_IRQ_CHIP, so the driver should select that symbol
in order to prevent build errors.
Fixes these build errors (and more):
aarch64-linux-ld: drivers/gpio/gpio-rockchip.o: in function `rockchip_irq_disable':
gpio-rockchip.c:(.text+0x454): undefined reference to `irq_gc_mask_set_bit'
aarch64-linux-ld: drivers/gpio/gpio-rockchip.o: in function `rockchip_irq_enable':
gpio-rockchip.c:(.text+0x478): undefined reference to `irq_gc_mask_clr_bit'
aarch64-linux-ld: drivers/gpio/gpio-rockchip.o: in function `rockchip_interrupts_register':
gpio-rockchip.c:(.text+0x518): undefined reference to `irq_generic_chip_ops'
aarch64-linux-ld: gpio-rockchip.c:(.text+0x594): undefined reference to `__irq_alloc_domain_generic_chips'
aarch64-linux-ld: gpio-rockchip.c:(.text+0x5cc): undefined reference to `irq_get_domain_generic_chip'
aarch64-linux-ld: gpio-rockchip.c:(.text+0x5e0): undefined reference to `irq_gc_ack_set_bit'
aarch64-linux-ld: gpio-rockchip.c:(.text+0x604): undefined reference to `irq_gc_set_wake'
Fixes: 936ee2675e ("gpio/rockchip: add driver for rockchip gpio")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Reported-by: kernel test robot <lkp@intel.com >
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl >
2021-11-16 09:41:44 +01:00
..
2021-10-06 13:01:45 +02:00
2019-11-07 09:27:48 +01:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2020-07-20 15:34:59 +02:00
2021-05-21 15:29:53 +02:00
2020-07-20 15:47:50 +02:00
2021-10-13 16:19:23 +02:00
2021-05-21 15:43:24 +02:00
2021-08-12 11:39:38 +01:00
2020-12-08 09:41:32 +01:00
2020-09-28 12:22:04 +02:00
2021-10-26 15:49:47 +02:00
2020-12-02 10:40:54 +01:00
2021-09-22 11:23:10 +02:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2021-05-21 15:43:26 +02:00
2021-02-15 11:43:27 +01:00
2021-04-14 10:19:22 +01:00
2021-02-15 11:43:27 +01:00
2021-09-07 12:27:27 -07:00
2020-12-08 09:41:32 +01:00
2021-08-12 11:39:38 +01:00
2020-01-23 16:16:05 +01:00
2021-05-17 10:56:17 +03:00
2020-12-12 01:37:46 +01:00
2021-05-23 20:32:09 +02:00
2021-05-21 14:45:57 +02:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2021-08-11 16:01:06 +03:00
2020-12-09 09:41:49 +01:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2020-11-25 15:36:52 +01:00
2020-05-05 18:22:26 +02:00
2021-08-12 11:39:38 +01:00
2019-12-04 19:44:12 -08:00
2020-01-15 11:24:19 +01:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2019-11-07 09:27:48 +01:00
2021-05-05 16:07:41 +02:00
2021-06-11 20:57:59 +02:00
2019-07-15 21:10:39 -07:00
2021-05-05 16:07:41 +02:00
2019-09-03 16:04:19 +02:00
2019-07-09 09:07:00 -07:00
2019-11-07 09:27:48 +01:00
2021-05-12 13:35:39 +02:00
2019-10-31 15:03:10 -07:00
2019-11-07 09:27:48 +01:00
2019-06-05 17:37:10 +02:00
2021-05-19 13:33:49 +01:00
2019-08-15 21:33:07 +02:00
2019-11-07 09:27:48 +01:00
2021-10-13 19:52:26 +02:00
2020-08-04 01:12:43 +02:00
2019-12-04 19:44:13 -08:00
2021-10-13 19:52:26 +02:00
2021-10-13 19:52:26 +02:00
2021-09-22 12:12:09 +02:00
2019-07-29 00:03:52 +02:00
2020-05-18 09:15:16 +02:00
2021-10-13 19:52:41 +02:00
2019-11-03 19:54:53 +01:00
2021-08-12 11:39:38 +01:00
2021-07-13 11:58:22 +03:00
2021-11-08 11:55:21 -08:00
2020-07-08 09:24:08 +02:00
2020-04-28 22:41:25 +02:00
2020-07-16 15:07:18 +02:00
2021-10-06 13:04:04 +02:00
2021-04-09 14:54:23 -07:00
2021-09-07 12:27:27 -07:00
2019-06-05 17:37:06 +02:00
2020-12-05 22:41:22 +01:00
2021-09-07 12:27:27 -07:00
2021-02-15 11:43:31 +01:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2019-05-30 11:29:52 -07:00
2021-10-06 13:01:45 +02:00
2020-07-16 14:35:12 +02:00
2021-02-18 15:52:44 +01:00
2020-07-21 19:12:57 +03:00
2021-08-12 11:39:38 +01:00
2021-08-12 11:39:38 +01:00
2020-08-28 20:15:51 +02:00
2021-08-12 11:39:38 +01:00
2020-07-08 09:24:07 +02:00
2021-08-12 11:39:38 +01:00
2021-03-22 17:59:51 +01:00
2019-05-30 11:29:52 -07:00
2021-09-07 12:27:27 -07:00
2021-08-12 11:39:38 +01:00
2021-10-30 16:58:58 +02:00
2019-11-07 09:27:48 +01:00
2021-06-07 15:39:19 +02:00
2021-09-28 16:10:42 -07:00
2019-11-07 09:27:48 +01:00
2020-07-08 09:24:07 +02:00
2019-11-07 09:27:48 +01:00
2021-08-12 11:39:38 +01:00
2020-12-09 15:17:24 +01:00
2020-09-09 12:59:15 +02:00
2021-02-15 11:43:26 +01:00
2021-08-12 11:39:38 +01:00
2021-05-25 16:14:34 +02:00
2021-08-12 11:39:38 +01:00
2021-05-25 16:15:21 +02:00
2021-05-21 14:45:21 +02:00
2020-08-18 21:32:28 +02:00
2020-07-08 09:24:08 +02:00
2021-08-12 11:39:38 +01:00
2021-05-24 20:57:27 +02:00
2021-09-22 11:26:12 +02:00
2021-08-12 11:39:38 +01:00
2020-01-15 11:18:29 +01:00
2019-11-07 09:27:48 +01:00
2021-05-24 20:56:19 +02:00
2019-11-07 09:27:48 +01:00
2021-09-22 12:12:23 +02:00
2021-05-25 16:17:11 +02:00
2021-05-24 20:58:46 +02:00
2021-05-21 16:47:20 +02:00
2021-08-29 21:19:50 +02:00
2019-11-07 09:27:48 +01:00
2019-11-07 09:27:48 +01:00
2019-11-07 09:27:48 +01:00
2019-06-19 17:09:55 +02:00
2021-11-08 11:55:21 -08:00
2021-08-12 11:39:38 +01:00
2021-08-31 11:29:28 +02:00
2021-11-15 14:24:59 +01:00
2021-05-21 15:28:22 +02:00
2019-06-27 15:56:51 +01:00
2021-02-15 11:43:29 +01:00
2021-05-27 09:51:35 +02:00
2021-05-20 15:20:52 +03:00
2021-05-25 16:20:58 +02:00
2021-05-25 16:21:28 +02:00
2021-05-25 16:21:14 +02:00
2021-08-12 11:39:38 +01:00
2020-05-18 09:16:31 +02:00
2021-05-23 20:30:26 +02:00
2021-10-25 10:10:37 +02:00
2021-09-22 11:48:19 +02:00
2021-08-12 11:39:38 +01:00
2020-11-30 17:36:36 +01:00
2019-12-09 10:40:18 +01:00
2019-06-19 17:09:55 +02:00
2021-08-12 11:39:38 +01:00
2021-09-23 10:09:58 +02:00
2021-10-20 19:39:01 +02:00
2021-03-26 14:56:18 +01:00
2021-06-22 09:54:13 +02:00
2020-11-05 15:35:40 +01:00
2021-08-05 21:21:58 +02:00
2021-08-05 21:22:22 +02:00
2021-01-27 16:04:10 +01:00
2021-05-21 14:56:10 +02:00
2020-07-12 10:22:00 +02:00
2021-10-27 00:16:00 +02:00
2020-12-09 15:17:24 +01:00
2021-11-16 09:41:44 +01:00
2021-09-23 10:09:58 +02:00
2021-02-15 11:43:32 +01:00