Krzysztof Kozlowski
00ca8a15da
phy: constify of_phandle_args in xlate
...
The xlate callbacks are supposed to translate of_phandle_args to proper
provider without modifying the of_phandle_args. Make the argument
pointer to const for code safety and readability.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Acked-by: Thierry Reding <treding@nvidia.com >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Acked-by: Florian Fainelli <florian.fainelli@broadcom.com > #Broadcom
Link: https://lore.kernel.org/r/20240217093937.58234-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org >
2024-02-23 17:43:14 +05:30
Alain Volmat
e3be4dd2c8
phy: st: miphy28lp: use _poll_timeout functions for waits
...
This commit introduces _poll_timeout functions usage instead of
wait loops waiting for a status bit.
Signed-off-by: Alain Volmat <avolmat@me.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
Link: https://lore.kernel.org/r/20230210224309.98452-1-avolmat@me.com
Signed-off-by: Vinod Koul <vkoul@kernel.org >
2023-03-20 18:14:59 +05:30
Thomas Gleixner
d2912cb15b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
...
Based on 2 normalized pattern(s):
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation #
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 4122 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Reviewed-by: Enrico Weigelt <info@metux.net >
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org >
Reviewed-by: Allison Randal <allison@lohutok.net >
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2019-06-19 17:09:55 +02:00
Vivek Gautam
0b56e9a7e8
phy: Group vendor specific phy drivers
...
Adding vendor specific directories in phy to group
phy drivers under their respective vendor umbrella.
Also updated the MAINTAINERS file to reflect the correct
directory structure for phy drivers.
Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org >
Acked-by: Heiko Stuebner <heiko@sntech.de >
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Krzysztof Kozlowski <krzk@kernel.org >
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com >
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com >
Cc: Kishon Vijay Abraham I <kishon@ti.com >
Cc: David S. Miller <davem@davemloft.net >
Cc: Geert Uytterhoeven <geert+renesas@glider.be >
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com >
Cc: Guenter Roeck <linux@roeck-us.net >
Cc: Heiko Stuebner <heiko@sntech.de >
Cc: Viresh Kumar <viresh.kumar@linaro.org >
Cc: Maxime Ripard <maxime.ripard@free-electrons.com >
Cc: Chen-Yu Tsai <wens@csie.org >
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com >
Cc: Krzysztof Kozlowski <krzk@kernel.org >
Cc: Jaehoon Chung <jh80.chung@samsung.com >
Cc: Stephen Boyd <stephen.boyd@linaro.org >
Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com >
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-arm-msm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-omap@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org
Cc: linux-rockchip@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
Cc: linux-usb@vger.kernel.org
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com >
2017-06-01 15:28:33 +05:30