]> www.infradead.org Git - nvme.git/commit
power: sequencing: qcom-wcn: explain why we need the WLAN_EN GPIO hack
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 2 Jan 2025 12:15:30 +0000 (13:15 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 13 Jan 2025 08:07:20 +0000 (09:07 +0100)
commit29da3e8748f97dcf01498b00d42a3e7574ece80b
tree3a626b0cd8c9d822825579b611d6725c9ff07e5a
parent93e3c990fcd90e578fd23b572a6c89020c7a453e
power: sequencing: qcom-wcn: explain why we need the WLAN_EN GPIO hack

With the recent rework of the PCI power control code, the workaround for
the wlan-enable GPIO - where we don't set a default (low) state in the
power sequencing driver, but instead request the pin as-is - should no
longer be needed but some platforms still fail to probe the WLAN
controller. This is caused by the Qcom PCIe controller and needs a
workaround in the controller driver so add a FIXME to eventually remove
the hack from this driver once this is done.

Link: https://lore.kernel.org/r/20250102121530.26993-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/power/sequencing/pwrseq-qcom-wcn.c