linux/drivers/net/wireless/microchip/wilc1000
Li Zetao ff63a5c727 wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_probe()
Use devm_clk_get_optional_enabled() instead of devm_clk_get_optional() +
clk_prepare_enable(), which can make the clk consistent with the device
life cycle and reduce the risk of unreleased clk resources. Since the
device framework has automatically released the clk resource, there is
no need to execute clk_disable_unprepare(clk) on the error path.

Signed-off-by: Li Zetao <lizetao1@huawei.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20240903110205.4127706-3-lizetao1@huawei.com
2024-09-09 15:30:04 +03:00
..
Kconfig
Makefile
cfg80211.c wifi: wilc1000: remove suspend/resume from cfg80211 part 2024-06-18 13:23:16 +03:00
cfg80211.h wifi: wilc1000: Remove unused declarations 2023-08-23 14:12:17 +03:00
fw.h wifi: wilc1000: add function to read mac address from eFuse 2024-05-17 11:01:51 +03:00
hif.c wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_param 2024-09-09 15:28:47 +03:00
hif.h wifi: wilc1000: set wilc_set_mac_address parameter as const 2024-05-17 11:01:51 +03:00
mon.c
netdev.c wireless-next patches for v6.11 2024-06-10 17:40:26 -07:00
netdev.h wifi: wilc1000: remove suspend/resume from cfg80211 part 2024-06-18 13:23:16 +03:00
sdio.c wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_probe() 2024-09-09 15:30:04 +03:00
spi.c wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_probe() 2024-09-09 15:30:04 +03:00
wlan.c wifi: wilc1000: let host->chip suspend/resume notifications manage chip wake/sleep 2024-06-18 13:23:15 +03:00
wlan.h wifi: wilc1000: disable power sequencer 2024-06-18 13:23:15 +03:00
wlan_cfg.c
wlan_cfg.h
wlan_if.h