Hello, miquel.raynal@xxxxxxxxxxx wrote on Thu, 22 Jun 2023 23:32:12 +0200: > My previous attempt to slightly clean the OF core wrt device structures > was rather unsuccessful as the idea behind the discussed cleanup was > more impacting than what I thought, leading to most of the previous > series to be dropped. However, aside, two patches seemed actually > relevant, so here they are, alone. > > Link: https://lore.kernel.org/all/20230608184903.GA3200973-robh@xxxxxxxxxx/ I expect this small series to go through the drm tree, but as I actually sent it right before the beginning of the merge window and because I am not an experienced drm contributor, I would like to know if I am required to resend the patches or if they are fine as-is (I don't expect any conflicts with v6.5-rc1). Just let me know if a re-send is expected. Cheers, Miquèl > > Thanks, > Miquèl > > Changes in v3: > * Fixed the dev->parent referencing in the host1x driver. > * Collected Rob's Acked-by. > > Changes in v2: > * Dropped all the of_device.h/of_module.h changes > * Directly used of_device_uevent() from the host1x driver > > > Miquel Raynal (2): > of: module: Export of_device_uevent() > gpu: host1x: Stop open-coding of_device_uevent() > > drivers/gpu/host1x/bus.c | 29 ++++++----------------------- > drivers/of/device.c | 1 + > 2 files changed, 7 insertions(+), 23 deletions(-) >