The rfkill-gpio driver currently only seems to be used for the Broadcom 4752 GPS UART/GPIO device on ACPI systems, but the driver looks generic enough. It is already mostly prepared for device tree support, this series only adds binding documentation and adds support for the "rfkill-gpio" compatible and the renamed "name" -> "label" and "type" -> "radio-type" properties. Changes since v1: - Rename "name" and "type" properties to "label" and "radio-type", respectively, and adapt the driver. - Drop reset-gpios property from DT binding. - Fix some style issues, see individual patches for details. v1: https://lore.kernel.org/all/20221221104803.1693874-1-p.zabel@xxxxxxxxxxxxxx/T To: "David S. Miller" <davem@xxxxxxxxxxxxx> To: Eric Dumazet <edumazet@xxxxxxxxxx> To: Jakub Kicinski <kuba@xxxxxxxxxx> To: Paolo Abeni <pabeni@xxxxxxxxxx> To: Rob Herring <robh+dt@xxxxxxxxxx> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> To: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Cc: netdev@xxxxxxxxxxxxxxx Cc: devicetree@xxxxxxxxxxxxxxx Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: linux-wireless@xxxxxxxxxxxxxxx Cc: kernel@xxxxxxxxxxxxxx Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> --- Philipp Zabel (2): dt-bindings: net: Add rfkill-gpio binding net: rfkill: gpio: add DT support .../devicetree/bindings/net/rfkill-gpio.yaml | 51 ++++++++++++++++++++++ net/rfkill/rfkill-gpio.c | 20 ++++++++- 2 files changed, 69 insertions(+), 2 deletions(-) --- base-commit: 1b929c02afd37871d5afb9d498426f83432e71c2 change-id: 20230102-rfkill-gpio-dt-f9a07ef1f036 Best regards, -- Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>