Re: [PATCH] rust: device: add platdata accessors

From: Greg Kroah-Hartman
Date: Thu Jan 08 2026 - 06:46:06 EST


On Thu, Jan 08, 2026 at 04:51:54PM +0800, pengfuyuan wrote:
> Hi Greg Kroah-Hartman,
>
>
> Thank you for reviewing my patch.

Great, but please don't send html email, it doesn't go to the list :(

> Regarding your points:
>
>
> 1. **About the real name**: My real name is indeed Peng Fuyuan (彭福远). 
>    I apologize for the confusion - I was using my personal email (1064094935@xxxxxx) with `git send-email`, 
>    which didn't properly include my name. I will resend the patch using my corporate email 
>    (pengfuyuan@xxxxxxxxxx) with proper git configuration.

Ok, but then it should be a "v2" patch, not what you just sent again.

> 2. **About the actual user**: Yes, this API has a real user. We are currently developing 
>    a minimal display driver for the Rust for Linux kernel project - similar to simplefb, 
>    a minimal framebuffer driver. We need this platform data accessor API to retrieve 
>    platform-specific display configuration data.

Great, submit this accessor when you have that driver ready and then
send it as part of a patch series.

thanks,

greg k-h