Re: [PATCH RFT 0/2] drm/bridge: Use per-client debugfs entry

2025-01-28 Thread Wolfram Sang
Hi Doug! > wanted it in panel-edp, but glad it's useful for other cases. ;-) :) > want some type of directory under there. In ti-sn65dsi86's case you > could presumably keep the existing behavior where it creates a > directory under there called "1-002c". The good news is that I learnt now that

Re: [PATCH RFT 0/2] drm/bridge: Use per-client debugfs entry

2025-01-27 Thread Doug Anderson
Hi, On Mon, Jan 27, 2025 at 7:34 AM Dmitry Baryshkov wrote: > > On Mon, Jan 27, 2025 at 08:54:38AM +0100, Wolfram Sang wrote: > > Hi Dmitry, > > > > thanks for the review! > > > > > > The I2C core now offers a debugfs-directory per client. Use it and > > > > remove the custom handling in drm brid

Re: [PATCH RFT 0/2] drm/bridge: Use per-client debugfs entry

2025-01-27 Thread Dmitry Baryshkov
On Mon, Jan 27, 2025 at 08:54:38AM +0100, Wolfram Sang wrote: > Hi Dmitry, > > thanks for the review! > > > > The I2C core now offers a debugfs-directory per client. Use it and > > > remove the custom handling in drm bridge drivers. I don't have the > > > hardware, so I hope I can find people wil

Re: [PATCH RFT 0/2] drm/bridge: Use per-client debugfs entry

2025-01-26 Thread Wolfram Sang
Hi Dmitry, thanks for the review! > > The I2C core now offers a debugfs-directory per client. Use it and > > remove the custom handling in drm bridge drivers. I don't have the > > hardware, so I hope I can find people willing to test here. Build bots > > are happy. And for it6505, it even fixes a

Re: [PATCH RFT 0/2] drm/bridge: Use per-client debugfs entry

2025-01-25 Thread Dmitry Baryshkov
On Sat, Jan 25, 2025 at 01:53:20PM +0100, Wolfram Sang wrote: > The I2C core now offers a debugfs-directory per client. Use it and > remove the custom handling in drm bridge drivers. I don't have the > hardware, so I hope I can find people willing to test here. Build bots > are happy. And for it650

[PATCH RFT 0/2] drm/bridge: Use per-client debugfs entry

2025-01-25 Thread Wolfram Sang
The I2C core now offers a debugfs-directory per client. Use it and remove the custom handling in drm bridge drivers. I don't have the hardware, so I hope I can find people willing to test here. Build bots are happy. And for it6505, it even fixes a problem. See the patch description there. Looking