Re: [PATCH] of: Make of framebuffer devices unique

2023-01-19 Thread Thomas Zimmermann
Hi Am 19.01.23 um 10:01 schrieb Michal Suchánek: On Thu, Jan 19, 2023 at 09:00:44AM +0100, Thomas Zimmermann wrote: Hi Michal, thanks for fixing this issue. But the review time was way too short. Please see my comments below. Am 18.01.23 um 22:46 schrieb Michal Suchánek: On Wed, Jan 18, 2023

Re: [PATCH] of: Make of framebuffer devices unique

2023-01-19 Thread Michal Suchánek
On Thu, Jan 19, 2023 at 09:00:44AM +0100, Thomas Zimmermann wrote: > Hi Michal, > > thanks for fixing this issue. But the review time was way too short. Please > see my comments below. > > Am 18.01.23 um 22:46 schrieb Michal Suchánek: > > On Wed, Jan 18, 2023 at 09:13:05PM +0100, Erhard F. wrote:

Re: [PATCH] of: Make of framebuffer devices unique

2023-01-19 Thread Thomas Zimmermann
Hi Michal, thanks for fixing this issue. But the review time was way too short. Please see my comments below. Am 18.01.23 um 22:46 schrieb Michal Suchánek: On Wed, Jan 18, 2023 at 09:13:05PM +0100, Erhard F. wrote: On Tue, 17 Jan 2023 17:58:04 +0100 Michal Suchanek wrote: Since Linux 5.19

Re: [PATCH] of: Make of framebuffer devices unique

2023-01-18 Thread Michal Suchánek
On Wed, Jan 18, 2023 at 09:13:05PM +0100, Erhard F. wrote: > On Tue, 17 Jan 2023 17:58:04 +0100 > Michal Suchanek wrote: > > > Since Linux 5.19 this error is observed: > > > > sysfs: cannot create duplicate filename '/devices/platform/of-display' > > > > This is because multiple devices with th

Re: [PATCH] of: Make of framebuffer devices unique

2023-01-18 Thread Rob Herring
On Tue, 17 Jan 2023 17:58:04 +0100, Michal Suchanek wrote: > Since Linux 5.19 this error is observed: > > sysfs: cannot create duplicate filename '/devices/platform/of-display' > > This is because multiple devices with the same name 'of-display' are > created on the same bus. > > Update the co