From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754221AbcDKTve (ORCPT ); Mon, 11 Apr 2016 15:51:34 -0400 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:37659 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752883AbcDKTvc (ORCPT ); Mon, 11 Apr 2016 15:51:32 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Mon, 11 Apr 2016 21:51:29 +0200 X-ME-IP: 109.214.21.32 From: Robert Jarzmik To: Linus Walleij Cc: Daniel Mack , Haojian Zhuang , "linux-arm-kernel\@lists.infradead.org" , "linux-kernel\@vger.kernel.org" , Masahiro Yamada Subject: Re: [PATCH] ARM: pxa: activate pinctrl for device-tree machines References: <1459623362-18324-1-git-send-email-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Mon, 11 Apr 2016 21:51:26 +0200 In-Reply-To: (Linus Walleij's message of "Sun, 3 Apr 2016 21:13:44 +0200") Message-ID: <87oa9fudoh.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Walleij writes: > On Sat, Apr 2, 2016 at 8:56 PM, Robert Jarzmik wrote: > >> Pincontrol is not yet ready for all PXA platforms. >> For example, a legacy platform, if PINCTRL was activated, will fail its >> calls to gpio_request() or gpio_direction_output(), as the pinctrl >> driver might not be available, such as for pxa25x and pxa3xx. >> >> As a step forward, activate pincontrol for all device-tree available >> machines, ie. pxa27x device-tree based and pxa3xx device-tree based. >> >> If it appears later that pincontrol is also required for legacy >> platforms and if the mfp->pinctrl conversion can be achieved, then >> PINCTRL will be activated for the whole PXA architecture. >> >> Cc: Linus Walleij >> Cc: Masahiro Yamada >> Signed-off-by: Robert Jarzmik > > Acked-by: Linus Walleij Thanks, queued to pxa/for-next. Cheers. -- Robert