Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754659AbdC1Jib (ORCPT ); Tue, 28 Mar 2017 05:38:31 -0400 Received: from mail-wr0-f171.google.com ([209.85.128.171]:36075 "EHLO mail-wr0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754283AbdC1Jia (ORCPT ); Tue, 28 Mar 2017 05:38:30 -0400 Subject: Re: [RFT PATCH 5/6] pinctrl: meson: use gpio-ranges from DT To: Linus Walleij References: <1490286449-19448-1-git-send-email-narmstrong@baylibre.com> <1490286449-19448-6-git-send-email-narmstrong@baylibre.com> Cc: Kevin Hilman , Carlo Caione , "open list:ARM/Amlogic Meson..." , "linux-gpio@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" From: Neil Armstrong Organization: Baylibre Message-ID: Date: Tue, 28 Mar 2017 11:38:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 921 Lines: 27 On 03/28/2017 11:30 AM, Linus Walleij wrote: > On Thu, Mar 23, 2017 at 5:27 PM, Neil Armstrong wrote: > > '> When trying to add a gpio-hog, we enter a weird loop where the gpio-ranges >> is needed when gpiochip_add_data() is called but in the current implementation >> the ranges are added from the driver afterwards. >> >> A simple solution is to rely on the DR gpio-ranges attribute and remove the >> call to gpiochip_add_pin_range(). >> >> Signed-off-by: Neil Armstrong > > This is fine once the ranges have been applied to the device trees I guess. > > Tell me when you want me to merge this. > > Yours, > Linus Walleij > Hi Linus, Kevin should merge the DT patches since they have now Tested and Reviewed by's, so you can merge it now if you can. Since it will live in you pinctrl tree, it will only impact linux-next until Kevin merges them. Thanks, Neil