[PATCH 1/4] drm/omap: Fix missing includes

2016-04-19 Thread Tomi Valkeinen
On 19/04/16 11:32, Laurent Pinchart wrote: >>> This driver uses the gpiod API only, you can remove gpio.h and of_gpio.h. >> >> True. I don't want to mix fixes and cleanups, so I made a new patch for >> that: > > Given that you touch the two files in your "Fix missing includes" patch that > seems

[PATCH 1/4] drm/omap: Fix missing includes

2016-04-19 Thread Laurent Pinchart
Hi Tomi, On Tuesday 19 Apr 2016 08:36:01 Tomi Valkeinen wrote: > On 19/04/16 05:17, Laurent Pinchart wrote: > > On Monday 18 Apr 2016 18:42:11 Tomi Valkeinen wrote: > >> With certain kernel config options many omapdrm files fail to compile > >> due to missing include of linux/gpio/consumer.h and l

[PATCH 1/4] drm/omap: Fix missing includes

2016-04-19 Thread Tomi Valkeinen
On 19/04/16 05:17, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Monday 18 Apr 2016 18:42:11 Tomi Valkeinen wrote: >> With certain kernel config options many omapdrm files fail to compile >> due to missing include of linux/gpio/consumer.h and linux/of.h. >> >> This patch

[PATCH 1/4] drm/omap: Fix missing includes

2016-04-19 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Monday 18 Apr 2016 18:42:11 Tomi Valkeinen wrote: > With certain kernel config options many omapdrm files fail to compile > due to missing include of linux/gpio/consumer.h and linux/of.h. > > This patch adds those includes. > > Signed-off-by: Tomi Valkeinen

[PATCH 1/4] drm/omap: Fix missing includes

2016-04-18 Thread Tomi Valkeinen
With certain kernel config options many omapdrm files fail to compile due to missing include of linux/gpio/consumer.h and linux/of.h. This patch adds those includes. Signed-off-by: Tomi Valkeinen Reported-by: Dan Murphy --- drivers/gpu/drm/omapdrm/displays/encoder-opa362.c | 1 + dri