Re: [PATCH] drm: etnaviv: Replace of_platform.h with explicit includes

2023-06-21 Thread Lucas Stach
Am Freitag, dem 09.06.2023 um 14:17 -0600 schrieb Rob Herring: > On Mon, Apr 10, 2023 at 5:26 PM Rob Herring wrote: > > > > Etnaviv doesn't use anything from of_platform.h, but depends on > > of.h, of_device.h, and platform_device.h which are all implicitly > > included, but that is going to be r

Re: [PATCH] drm: etnaviv: Replace of_platform.h with explicit includes

2023-06-12 Thread Sui Jingfeng
On 2023/6/13 02:15, Rob Herring wrote: On Sun, Jun 11, 2023 at 12:49 AM Sui Jingfeng wrote: Reviewed-by: Sui Jingfeng On 2023/6/10 04:17, Rob Herring wrote: On Mon, Apr 10, 2023 at 5:26 PM Rob Herring wrote: Etnaviv doesn't use anything from of_platform.h, but depends on of.h, of_device

Re: [PATCH] drm: etnaviv: Replace of_platform.h with explicit includes

2023-06-12 Thread Rob Herring
On Sun, Jun 11, 2023 at 12:49 AM Sui Jingfeng wrote: > > Reviewed-by: Sui Jingfeng > > > On 2023/6/10 04:17, Rob Herring wrote: > > On Mon, Apr 10, 2023 at 5:26 PM Rob Herring wrote: > >> Etnaviv doesn't use anything from of_platform.h, but depends on > >> of.h, of_device.h, and platform_device.

Re: [PATCH] drm: etnaviv: Replace of_platform.h with explicit includes

2023-06-10 Thread Sui Jingfeng
Reviewed-by: Sui Jingfeng On 2023/6/10 04:17, Rob Herring wrote: On Mon, Apr 10, 2023 at 5:26 PM Rob Herring wrote: Etnaviv doesn't use anything from of_platform.h, but depends on of.h, of_device.h, and platform_device.h which are all implicitly included, but that is going to be removed soon

Re: [PATCH] drm: etnaviv: Replace of_platform.h with explicit includes

2023-06-09 Thread Rob Herring
On Mon, Apr 10, 2023 at 5:26 PM Rob Herring wrote: > > Etnaviv doesn't use anything from of_platform.h, but depends on > of.h, of_device.h, and platform_device.h which are all implicitly > included, but that is going to be removed soon. > > Signed-off-by: Rob Herring > --- > drivers/gpu/drm/etna

[PATCH] drm: etnaviv: Replace of_platform.h with explicit includes

2023-04-10 Thread Rob Herring
Etnaviv doesn't use anything from of_platform.h, but depends on of.h, of_device.h, and platform_device.h which are all implicitly included, but that is going to be removed soon. Signed-off-by: Rob Herring --- drivers/gpu/drm/etnaviv/etnaviv_drv.c | 4 +++- 1 file changed, 3 insertions(+), 1 dele