Re: [PATCH] drm: rcar-du: Fix build error

2020-05-23 Thread Daniel G
Hi Laurent, On Fri, 22 May 2020 at 22:24, Laurent Pinchart wrote: > > Hi Daniel, > > Thank you for the patch. > > On Mon, May 18, 2020 at 10:16:46PM +0200, Daniel Gomez wrote: > > Select DRM_KMS_HELPER dependency. > > > > Build error when DRM_KMS_HELPER is not selected: > > > > drivers/gpu/drm/rc

Re: [PATCH] drm: rcar-du: Fix build error

2020-05-22 Thread Daniel G
Hi Kieran and Emil, On Fri, 22 May 2020 at 11:43, Kieran Bingham wrote: > > Hi Daniel, > > On 18/05/2020 21:16, Daniel Gomez wrote: > > Select DRM_KMS_HELPER dependency. > > > > Build error when DRM_KMS_HELPER is not selected: > > > > drivers/gpu/drm/rcar-du/rcar_lvds.o:(.rodata+0xd48): undefined

Re: [PATCH] spi: TI power management: add missing of table registration

2019-05-11 Thread Daniel G
On Wed, May 8, 2019 at 12:27 PM Lee Jones wrote: > > The subject line is not correct. This is an MFD driver. > > When submitting you should follow the convention for the subsystem you > are patching against. The following command is helpful: > > `git log --oneline -- ` > > I will fix it for yo