Re: [PATCH v4 8/9] drm/bridge: tfp410: Use fwnode API to acquire device properties

2024-04-27 Thread Sui Jingfeng
Hi, On 2024/4/28 03:17, Dmitry Baryshkov wrote: On Sun, Apr 28, 2024 at 02:43:20AM +0800, Sui Jingfeng wrote: Hi, On 2024/4/23 04:08, Dmitry Baryshkov wrote: On Tue, Apr 23, 2024 at 03:19:02AM +0800, Sui Jingfeng wrote: Make this driver DT-independent by calling the freshly created helpers

Re: [PATCH v4 8/9] drm/bridge: tfp410: Use fwnode API to acquire device properties

2024-04-27 Thread Dmitry Baryshkov
On Sun, Apr 28, 2024 at 02:43:20AM +0800, Sui Jingfeng wrote: > Hi, > > > On 2024/4/23 04:08, Dmitry Baryshkov wrote: > > On Tue, Apr 23, 2024 at 03:19:02AM +0800, Sui Jingfeng wrote: > > > Make this driver DT-independent by calling the freshly created helpers, > > > which reduce boilerplate and

Re: [PATCH v4 8/9] drm/bridge: tfp410: Use fwnode API to acquire device properties

2024-04-27 Thread Sui Jingfeng
Hi, On 2024/4/23 04:08, Dmitry Baryshkov wrote: On Tue, Apr 23, 2024 at 03:19:02AM +0800, Sui Jingfeng wrote: Make this driver DT-independent by calling the freshly created helpers, which reduce boilerplate and open the door for otherwise use cases. No functional changes for DT based systems.

Re: [PATCH v4 8/9] drm/bridge: tfp410: Use fwnode API to acquire device properties

2024-04-22 Thread Dmitry Baryshkov
On Tue, Apr 23, 2024 at 03:19:02AM +0800, Sui Jingfeng wrote: > Make this driver DT-independent by calling the freshly created helpers, > which reduce boilerplate and open the door for otherwise use cases. No > functional changes for DT based systems. > > Signed-off-by: Sui Jingfeng > --- > driv

[PATCH v4 8/9] drm/bridge: tfp410: Use fwnode API to acquire device properties

2024-04-22 Thread Sui Jingfeng
Make this driver DT-independent by calling the freshly created helpers, which reduce boilerplate and open the door for otherwise use cases. No functional changes for DT based systems. Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/bridge/ti-tfp410.c | 41 +++--- 1 file c