From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752277AbeBFHh5 (ORCPT ); Tue, 6 Feb 2018 02:37:57 -0500 Received: from esa3.microchip.iphmx.com ([68.232.153.233]:5687 "EHLO esa3.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752039AbeBFHhu (ORCPT ); Tue, 6 Feb 2018 02:37:50 -0500 X-IronPort-AV: E=Sophos;i="5.46,467,1511852400"; d="scan'208";a="11195013" Date: Tue, 6 Feb 2018 08:37:29 +0100 From: Ludovic Desroches To: Linus Walleij CC: Ludovic Desroches , Linux ARM , , "open list:DRM PANEL DRIVERS" , Nicolas Ferre , Alexandre Belloni , "linux-kernel@vger.kernel.org" , Bartlomiej Zolnierkiewicz Subject: Re: [RESEND][PATCH] video: fbdev: atmel_lcdfb: convert to use GPIO descriptors Message-ID: <20180206073729.GI2580@rfolt0960.corp.atmel.com> Mail-Followup-To: Linus Walleij , Linux ARM , linux-fbdev@vger.kernel.org, "open list:DRM PANEL DRIVERS" , Nicolas Ferre , Alexandre Belloni , "linux-kernel@vger.kernel.org" , Bartlomiej Zolnierkiewicz References: <20180205084755.6011-1-ludovic.desroches@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 05, 2018 at 12:56:04PM +0100, Linus Walleij wrote: > On Mon, Feb 5, 2018 at 9:47 AM, Ludovic Desroches > wrote: > > > Use GPIO descriptors instead of relying on the old method. > > > > Signed-off-by: Ludovic Desroches > > Ah there it is :D > Reviewed-by: Linus Walleij > > PS: why not move it all over to use DRI/DRM/KMS? It's becoming > easier and easier. It concerns old products, that's why it's not converted yet. Regards Ludovic > > Yours, > Linus Walleij