[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2024093035-stream-chowder-3b95@gregkh>
Date: Mon, 30 Sep 2024 14:28:01 +0200
From: "gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>
To: Danilo Krummrich <dakr@...nel.org>
Cc: Guilherme Giácomo Simões <trintaeoitogc@...il.com>,
rafael@...nel.org, ojeda@...nel.org, alex.gaynor@...il.com,
boqun.feng@...il.com, gary@...yguo.net, bjorn3_gh@...tonmail.com,
benno.lossin@...ton.me, aliceryhl@...gle.com, mcgrof@...nel.org,
russ.weight@...ux.dev, dakr@...hat.com, a.hindborg@...nel.org,
rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] device: rust: change the name function
On Mon, Sep 30, 2024 at 02:11:37PM +0200, Danilo Krummrich wrote:
> On Mon, Sep 30, 2024 at 01:35:09PM +0200, gregkh@...uxfoundation.org wrote:
> >
> > > /// While not officially documented, this should be the case for
> > > any `struct device`.
> > > - pub unsafe fn from_raw(ptr: *mut bindings::device) -> ARef<Self> {
> > > + pub unsafe fn get_device(ptr: *mut bindings::device) -> ARef<Self> {
> >
> > With this change, nothing broke? Does nothing call this code yet? I
> > thought the firmware interface did that, but I could be wrong...
>
> The firmware code uses the `Device` structure, but it doesn't create a
> reference from a raw pointer.
>
> This function should probably only ever be called from bus abstractions. I
> thought the PHY layer needed this urgently (which also was the reason we merged
> it already), so I'd expect the PHY code to use it.
>
> Though, they might just use `as_ref`.
Ah, then no harm in renaming it now, great!
When it's resent in a way we can apply it, I'll be glad to queue it up.
thanks,
greg k-h
Powered by blists - more mailing lists