Re: [RFC PATCH v1 0/3] Create common DPLL/clock configuration API
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2022-06-24 17:21:51
Also in:
linux-arm-kernel
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2022-06-24 17:21:51
Also in:
linux-arm-kernel
On 6/22/22 17:57, Vadim Fedorenko wrote:
From: Vadim Fedorenko <redacted> Implement common API for clock/DPLL configuration and status reporting. The API utilises netlink interface as transport for commands and event notifications. This API aim to extend current pin configuration and make it flexible and easy to cover special configurations.
Any reasons why you are not copying the Linux common clock framework maintainers and not seeking to get your code included under drivers/clk/ where it would seem like a more natural place for it? Is netlink really a necessary configuration interface for those devices? -- Florian