Re: [PATCH] drm: dw-hdmi: Fix compilation breakage by selecting REGMAP_MMIO

2017-06-11 Thread Neil Armstrong
On 06/10/2017 10:59 AM, Laurent Pinchart wrote: > The dw-hdmi driver switched to regmap-mmio, but lacks the dependency in > Kconfig. This can result in compilation breakages. Fix it by selecting > REGMAP_MMIO. > > Fixes: 80e2f97968b5 ("drm: bridge: dw-hdmi: Switch to regmap for register > access"

Re: [PATCH] drm: dw-hdmi: Fix compilation breakage by selecting REGMAP_MMIO

2017-06-11 Thread Sean Paul
On Sun, Jun 11, 2017 at 11:50:59AM +0530, Archit Taneja wrote: > > > On 6/10/2017 2:29 PM, Laurent Pinchart wrote: > > The dw-hdmi driver switched to regmap-mmio, but lacks the dependency in > > Kconfig. This can result in compilation breakages. Fix it by selecting > > REGMAP_MMIO. > > > > Fixes

Re: [PATCH] drm: dw-hdmi: Fix compilation breakage by selecting REGMAP_MMIO

2017-06-10 Thread Archit Taneja
On 6/10/2017 2:29 PM, Laurent Pinchart wrote: The dw-hdmi driver switched to regmap-mmio, but lacks the dependency in Kconfig. This can result in compilation breakages. Fix it by selecting REGMAP_MMIO. Fixes: 80e2f97968b5 ("drm: bridge: dw-hdmi: Switch to regmap for register access") Reported

[PATCH] drm: dw-hdmi: Fix compilation breakage by selecting REGMAP_MMIO

2017-06-10 Thread Laurent Pinchart
The dw-hdmi driver switched to regmap-mmio, but lacks the dependency in Kconfig. This can result in compilation breakages. Fix it by selecting REGMAP_MMIO. Fixes: 80e2f97968b5 ("drm: bridge: dw-hdmi: Switch to regmap for register access") Reported-by: kbuild test robot Signed-off-by: Laurent Pin