netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benno Lossin <benno.lossin@proton.me>
To: FUJITA Tomonori <fujita.tomonori@gmail.com>, netdev@vger.kernel.org
Cc: rust-for-linux@vger.kernel.org, andrew@lunn.ch,
	tmgross@umich.edu, miguel.ojeda.sandonis@gmail.com,
	wedsonaf@gmail.com, aliceryhl@google.com, boqun.feng@gmail.com
Subject: Re: [PATCH net-next v9 2/4] rust: net::phy add module_phy_driver macro
Date: Fri, 08 Dec 2023 18:11:22 +0000	[thread overview]
Message-ID: <e067e0dd-a8cf-413d-a6e0-8515e9b494bf@proton.me> (raw)
In-Reply-To: <20231205011420.1246000-3-fujita.tomonori@gmail.com>

On 12/5/23 02:14, FUJITA Tomonori wrote:
> This macro creates an array of kernel's `struct phy_driver` and
> registers it. This also corresponds to the kernel's
> `MODULE_DEVICE_TABLE` macro, which embeds the information for module
> loading into the module binary file.
> 
> A PHY driver should use this macro.
> 
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
> Reviewed-by: Alice Ryhl <aliceryhl@google.com>

Reviewed-by: Benno Lossin <benno.lossin@proton.me>

-- 
Cheers,
Benno


  parent reply	other threads:[~2023-12-08 18:11 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05  1:14 [PATCH net-next v9 0/4] Rust abstractions for network PHY drivers FUJITA Tomonori
2023-12-05  1:14 ` [PATCH net-next v9 1/4] rust: core " FUJITA Tomonori
2023-12-05  1:43   ` Jarkko Sakkinen
2023-12-05  2:06     ` FUJITA Tomonori
2023-12-05  2:00   ` Boqun Feng
2023-12-05  3:23     ` FUJITA Tomonori
2023-12-05  3:40       ` Boqun Feng
2023-12-07 17:25   ` Benno Lossin
2023-12-08  1:28     ` FUJITA Tomonori
2023-12-05  1:14 ` [PATCH net-next v9 2/4] rust: net::phy add module_phy_driver macro FUJITA Tomonori
2023-12-05  1:48   ` Jarkko Sakkinen
2023-12-05  3:44     ` FUJITA Tomonori
2023-12-08 14:42       ` Miguel Ojeda
2023-12-08 18:11   ` Benno Lossin [this message]
2023-12-05  1:14 ` [PATCH net-next v9 3/4] MAINTAINERS: add Rust PHY abstractions for ETHERNET PHY LIBRARY FUJITA Tomonori
2023-12-05  1:49   ` Jarkko Sakkinen
2023-12-05  1:53     ` Trevor Gross
2023-12-05  1:57       ` Jarkko Sakkinen
2023-12-05  1:53   ` Trevor Gross
2023-12-05  3:45     ` FUJITA Tomonori
2023-12-05  1:14 ` [PATCH net-next v9 4/4] net: phy: add Rust Asix PHY driver FUJITA Tomonori
2023-12-05  1:54   ` Jarkko Sakkinen
2023-12-05  2:24     ` Andrew Lunn
2023-12-05  1:35 ` [PATCH net-next v9 0/4] Rust abstractions for network PHY drivers Jarkko Sakkinen
2023-12-05  1:42   ` 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=e067e0dd-a8cf-413d-a6e0-8515e9b494bf@proton.me \
    --to=benno.lossin@proton.me \
    --cc=aliceryhl@google.com \
    --cc=andrew@lunn.ch \
    --cc=boqun.feng@gmail.com \
    --cc=fujita.tomonori@gmail.com \
    --cc=miguel.ojeda.sandonis@gmail.com \
    --cc=netdev@vger.kernel.org \
    --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).