-
Notifications
You must be signed in to change notification settings - Fork 485
Description
Hello,
sorry if this is the wrong place to ask, in this case please tell me if I should ask this on zulip.
I just have a generic question:
Say I want to use the PHY subsystem (https://docs.kernel.org/networking/phy.html) in a rust linux driver.
From what I understood for the development process the first step would be to check if there already is an abstraction. How do I find out if there is already an abstraction (I am really new, maybe I missed some documentation).
If there isn't already, what would be the steps to start this? Would I need to ask the LKML C Subsystem maintainer, do I need to request to work on this somehow?
In regards to that:
Maybe a simple "How to get started & Overview of developing new/existing bindings" document would help to answer those questions? Maybe it already exists and I just missed it?
Kind Regards