Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1685393 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2017-07-12 01:20 +0200 |
| Last post | 2017-07-12 01:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] gpio: select IRQ_DOMAIN_HIERARCHY fixing curcular Kconfig dependency Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-07-12 01:20 +0200
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-07-12 01:20 +0200 |
| Subject | [PATCH 0/2] gpio: select IRQ_DOMAIN_HIERARCHY fixing curcular Kconfig dependency |
| Message-ID | <u2cBH-d5-5@gated-at.bofh.it> |
1/2 touches pinctrl driver, but I want both patches in GPIO tree because 1/2 is a prerequisite for 2/2. Otherwise, Kconfig reports recursive dependency. I noticed this problem when I added "select IRQ_DOMAIN_HIERARCHY" to my GPIO driver, which I will submit later. Please apply 1/2 to GPIO tree, not pinctrl tree. Masahiro Yamada (2): pinctrl: stm32: select IRQ_DOMAIN_HIERARCHY instead of depends on gpio: xgene-sb: select IRQ_DOMAIN_HIERARCHY drivers/gpio/Kconfig | 1 + drivers/pinctrl/stm32/Kconfig | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web