From: Andrew Lunn <andrew@lunn.ch>
To: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Cc: Trevor Gross <tmgross@umich.edu>,
FUJITA Tomonori <fujita.tomonori@gmail.com>,
gregkh@linuxfoundation.org, rust-for-linux@vger.kernel.org,
benno.lossin@proton.me, wedsonaf@gmail.com
Subject: Re: [RFC PATCH v3 1/3] rust: core abstractions for network PHY drivers
Date: Mon, 2 Oct 2023 21:08:33 +0200 [thread overview]
Message-ID: <78da96fc-cf66-4645-a98f-80e404800d3e@lunn.ch> (raw)
In-Reply-To: <CANiq72n-w2Oknzn-yqa2F7NOWkSOv3AHPcmxw8OtpjFTKeJ5_Q@mail.gmail.com>
On Mon, Oct 02, 2023 at 06:24:33PM +0200, Miguel Ojeda wrote:
> On Mon, Oct 2, 2023 at 4:08 PM Andrew Lunn <andrew@lunn.ch> wrote:
> >
> > Can we expect to see a section maybe referenced in
> > https://docs.kernel.org/next/networking/phy.html generate from the
> > Rust code?
>
> If I understand correctly, you are asking about having the Rust docs
> linked within the C docs, rather than the other way around, right?
The kernel is documented using kerneldoc. It would seem odd to me to
have a second parallel set of Documentation for Rust. Just like Rust
is integrated into the kernel tree, is configured using Kconfig, built
using make at the top level, i would also expect it to integrate into
kerneldoc somehow. I see the Rust API for PHY drivers next to the C
API for PHY drivers. Its just another API in the kernel, nothing
special. I just use 'make htmldocs' at the top level and out come the
HTML documentation in Documentation/output/
But kerneldoc is not my subsystem. MAINTAINERS say:
DOCUMENTATION
M: Jonathan Corbet <corbet@lwn.net>
L: linux-doc@vger.kernel.org
S: Maintained
So this discussion should really have Jonathon Corbet involved, if it
has not already been done.
Andrew
next prev parent reply other threads:[~2023-10-02 19:08 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-28 22:55 [RFC PATCH v3 0/3] Rust abstractions for network PHY drivers FUJITA Tomonori
2023-09-28 22:55 ` [RFC PATCH v3 1/3] rust: core " FUJITA Tomonori
2023-09-29 6:03 ` Greg KH
2023-09-29 8:38 ` FUJITA Tomonori
2023-09-29 9:11 ` Trevor Gross
2023-10-02 14:08 ` Andrew Lunn
2023-10-02 16:24 ` Miguel Ojeda
2023-10-02 19:08 ` Andrew Lunn [this message]
2023-10-09 12:25 ` Miguel Ojeda
2023-10-09 15:50 ` Andrew Lunn
2023-10-09 16:16 ` Miguel Ojeda
2023-10-09 16:29 ` Andrew Lunn
2023-10-10 17:31 ` Miguel Ojeda
2023-10-02 16:37 ` Trevor Gross
2023-09-29 11:39 ` Miguel Ojeda
2023-09-29 12:23 ` Andrew Lunn
2023-10-01 13:08 ` FUJITA Tomonori
2023-09-29 8:50 ` Trevor Gross
2023-09-29 18:42 ` Miguel Ojeda
2023-10-10 19:19 ` Wedson Almeida Filho
2023-10-10 20:28 ` Andrew Lunn
2023-10-10 21:00 ` Wedson Almeida Filho
2023-10-10 23:34 ` Andrew Lunn
2023-10-11 1:56 ` Wedson Almeida Filho
2023-10-11 5:17 ` FUJITA Tomonori
2023-10-10 22:50 ` Trevor Gross
2023-10-10 22:53 ` Miguel Ojeda
2023-10-10 23:06 ` FUJITA Tomonori
2023-10-10 23:12 ` Trevor Gross
2023-10-11 23:57 ` FUJITA Tomonori
2023-10-12 3:09 ` Trevor Gross
2023-10-12 3:16 ` FUJITA Tomonori
2023-10-12 4:20 ` Trevor Gross
2023-10-12 15:05 ` Andrew Lunn
2023-10-11 6:56 ` FUJITA Tomonori
2023-10-11 14:28 ` Wedson Almeida Filho
2023-10-11 14:59 ` FUJITA Tomonori
2023-10-11 23:28 ` FUJITA Tomonori
2023-10-11 17:35 ` Trevor Gross
2023-09-28 22:55 ` [RFC PATCH v3 2/3] MAINTAINERS: add Rust PHY abstractions to the ETHERNET PHY LIBRARY FUJITA Tomonori
2023-09-28 22:55 ` [RFC PATCH v3 3/3] net: phy: add Rust Asix PHY driver FUJITA Tomonori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=78da96fc-cf66-4645-a98f-80e404800d3e@lunn.ch \
--to=andrew@lunn.ch \
--cc=benno.lossin@proton.me \
--cc=fujita.tomonori@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=miguel.ojeda.sandonis@gmail.com \
--cc=rust-for-linux@vger.kernel.org \
--cc=tmgross@umich.edu \
--cc=wedsonaf@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).