[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150605112050.GA17776@ulmo.nvidia.com>
Date: Fri, 5 Jun 2015 13:20:52 +0200
From: Thierry Reding <thierry.reding@...il.com>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Linus Walleij <linus.walleij@...aro.org>,
Alexandre Courbot <gnurou@...il.com>,
Arnd Bergmann <arnd@...db.de>, linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org
Subject: Re: [PATCH 01/27] drm/bridge: ptn3460: #include
<linux/gpio/consumer.h>, depend on GPIOLIB
On Tue, May 05, 2015 at 06:32:17PM +0200, Geert Uytterhoeven wrote:
> If GPIOLIB=n and asm-generic/gpio.h is not used:
>
> drivers/gpu/drm/bridge/ptn3460.c: In function ‘ptn3460_pre_enable’:
> drivers/gpu/drm/bridge/ptn3460.c:135: error: implicit declaration of function ‘gpiod_set_value’
> drivers/gpu/drm/bridge/ptn3460.c: In function ‘ptn3460_probe’:
> drivers/gpu/drm/bridge/ptn3460.c:333: error: implicit declaration of function ‘devm_gpiod_get’
> drivers/gpu/drm/bridge/ptn3460.c:333: warning: assignment makes pointer from integer without a cast
> drivers/gpu/drm/bridge/ptn3460.c:340: error: implicit declaration of function ‘gpiod_direction_output’
> drivers/gpu/drm/bridge/ptn3460.c:346: warning: assignment makes pointer from integer without a cast
>
> Add the missing #include <linux/gpio/consumer.h> to fix this.
>
> As the resulting driver won't work with GPIOLIB=n anyway, make
> DRM_PTN3460 depend on GPIOLIB || COMPILE_TEST.
>
> Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> Cc: David Airlie <airlied@...ux.ie>
> Cc: dri-devel@...ts.freedesktop.org
> ---
> drivers/gpu/drm/bridge/Kconfig | 4 ++--
> drivers/gpu/drm/bridge/ptn3460.c | 1 +
> 2 files changed, 3 insertions(+), 2 deletions(-)
Applied, thanks. Note that I dropped the part about adding the GPIOLIB
dependency because that had been attempted previously to fix this, but
it causes recursive dependencies on PowerPC (ppc64_defconfig). I don't
know of a way to untangle those (I tried and failed miserably), so I
think adding the include is really as good as it'll get.
Thierry
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists