[PATCH RFC v6 2/6] dpll: Add DPLL framework base functions
Jiri Pirko
jiri at resnulli.us
Thu Mar 16 09:16:06 PDT 2023
Sun, Mar 12, 2023 at 03:28:03AM CET, vadfed at meta.com wrote:
[...]
>+int dpll_device_register(struct dpll_device *dpll, enum dpll_type type,
>+ struct dpll_device_ops *ops, void *priv,
ops should be const
>+ struct device *owner)
[...]
>+
>+static int
>+__dpll_pin_register(struct dpll_device *dpll, struct dpll_pin *pin,
>+ struct dpll_pin_ops *ops, void *priv,
ops should be const
>+ const char *rclk_device_name)
>+{
[...]
More information about the linux-arm-kernel
mailing list