diff options
author | Rouven Czerwinski <r.czerwinski@pengutronix.de> | 2023-12-07 08:58:36 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2023-12-12 10:14:57 +0100 |
commit | 23484d817082c3005252d8edfc8292c8a1006b5b (patch) | |
tree | 848d4e0a19237b0b1996b65d1bfc637b16244e4b /net/x25/x25_facilities.c | |
parent | wifi: mac80211: check if the existing link config remains unchanged (diff) | |
download | linux-23484d817082c3005252d8edfc8292c8a1006b5b.tar.xz linux-23484d817082c3005252d8edfc8292c8a1006b5b.zip |
net: rfkill: gpio: set GPIO direction
Fix the undefined usage of the GPIO consumer API after retrieving the
GPIO description with GPIO_ASIS. The API documentation mentions that
GPIO_ASIS won't set a GPIO direction and requires the user to set a
direction before using the GPIO.
This can be confirmed on i.MX6 hardware, where rfkill-gpio is no longer
able to enabled/disable a device, presumably because the GPIO controller
was never configured for the output direction.
Fixes: b2f750c3a80b ("net: rfkill: gpio: prevent value glitch during probe")
Cc: stable@vger.kernel.org
Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Link: https://msgid.link/20231207075835.3091694-1-r.czerwinski@pengutronix.de
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/x25/x25_facilities.c')
0 files changed, 0 insertions, 0 deletions