linux-stable/drivers/extcon
Randy Dunlap 79aaa74052 extcon: max8997: select IRQ_DOMAIN instead of depending on it
[ Upstream commit b1781d0a14 ]

IRQ_DOMAIN is a hidden (not user visible) symbol. Users cannot set
it directly thru "make *config", so drivers should select it instead
of depending on it if they need it.
Relying on it being set for a dependency is risky.

Consistently using "select" or "depends on" can also help reduce
Kconfig circular dependency issues.

Therefore, change EXTCON_MAX8997's use of "depends on" for
IRQ_DOMAIN to "select".

Link: https://lore.kernel.org/lkml/20240213060028.9744-1-rdunlap@infradead.org/
Fixes: dca1a71e41 ("extcon: Add support irq domain for MAX8997 muic")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-06-12 11:39:18 +02:00
..
Kconfig extcon: max8997: select IRQ_DOMAIN instead of depending on it 2024-06-12 11:39:18 +02:00
Makefile extcon: add Realtek DHC RTD SoC Type-C driver 2023-10-06 11:25:11 +09:00
devres.c
extcon-adc-jack.c
extcon-axp288.c extcon: axp288: Replace open coded acpi_dev_put() 2023-05-29 23:30:15 +09:00
extcon-fsa9480.c extcon: Switch i2c drivers back to use .probe() 2023-06-01 23:42:28 +09:00
extcon-gpio.c
extcon-intel-cht-wc.c extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90F 2023-02-04 13:05:42 +00:00
extcon-intel-int3496.c extcon: int3496: Add support for controlling Vbus through a regulator 2022-05-13 17:03:40 +09:00
extcon-intel-mrfld.c extcon: intel-mrfld: Sync hardware and software state on init 2021-06-21 18:28:00 +09:00
extcon-intel.h
extcon-max3355.c extcon: max3355: Drop unused include 2021-10-27 14:13:37 +09:00
extcon-max8997.c Char / Misc driver updates for 5.14-rc1 2021-07-05 13:42:16 -07:00
extcon-max14577.c extcon: extcon-max14577: Fix potential work-queue cancellation race 2021-06-17 13:21:44 +02:00
extcon-max77693.c extcon: max77693: add device-tree compatible string 2023-10-06 20:38:24 +09:00
extcon-max77843.c extcon: max77843: add device-tree compatible string 2023-10-06 20:39:30 +09:00
extcon-palmas.c extcon: palmas: Remove unused of_gpio.h 2023-05-29 23:30:15 +09:00
extcon-ptn5150.c extcon: Switch i2c drivers back to use .probe() 2023-06-01 23:42:28 +09:00
extcon-qcom-spmi-misc.c extcon: qcom-spmi-misc: don't use kernel-doc marker for comment 2023-12-12 09:33:47 +09:00
extcon-rt8973a.c extcon: Switch i2c drivers back to use .probe() 2023-06-01 23:42:28 +09:00
extcon-rt8973a.h
extcon-rtk-type-c.c extcon: realtek: add the error handler for nvmem_cell_read 2023-10-17 17:38:57 +09:00
extcon-sm5502.c extcon: Switch i2c drivers back to use .probe() 2023-06-01 23:42:28 +09:00
extcon-sm5502.h extcon: sm5502: Add support for SM5504 2021-06-21 18:28:01 +09:00
extcon-usb-gpio.c extcon: usb-gpio: Remove disable irq operation in system sleep 2022-05-13 17:03:40 +09:00
extcon-usbc-cros-ec.c extcon: usbc-cros-ec: Use struct_size() helper in kzalloc() 2022-05-13 17:03:40 +09:00
extcon-usbc-tusb320.c extcon: usbc-tusb320: Set interrupt polarity based on device-tree 2023-12-05 10:09:19 +09:00
extcon.c extcon: fix possible name leak in extcon_dev_register() 2023-12-04 21:47:19 +09:00
extcon.h extcon: Use unique number for the extcon device ID 2023-05-29 23:41:29 +09:00