From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylwester Nawrocki Subject: Re: [PATCH v2 0/3] drm/exynos: Add device tree support for IPP driver Date: Mon, 22 Apr 2013 17:23:41 +0200 Message-ID: <517555FD.7020909@samsung.com> References: <1366192384-18829-1-git-send-email-s.nawrocki@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org To: Inki Dae Cc: Kyungmin Park , linux-samsung-soc@vger.kernel.org, "devicetree-discuss@lists.ozlabs.org" , DRI mailing list List-Id: dri-devel@lists.freedesktop.org Hi Inki, On 04/20/2013 06:11 PM, Inki Dae wrote: > Hi Sylwester, > > DRM FIMC driver could be more cleaned up with this patch series. And your third > patch > And just minor issue. The second patch has build warnings like below, > > WARNING: static const char * array should probably be static const char * const > #111: FILE: drivers/gpu/drm/exynos/exynos_drm_fimc.c:89: > +static const char * fimc_clock_names[] = { > > ERROR: "foo * bar" should be "foo *bar" > #111: FILE: drivers/gpu/drm/exynos/exynos_drm_fimc.c:89: Oops, sorry. I'll fix those for v3. > This is a minor issue so I can fix them. And as you already know, now drm fimc > driver should be more cleaned up. Your patch set looks good to me but I'd like > to take more opinions from others. Thanks, Sylwester