From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Armstrong Subject: Re: [PATCH] gpio: sx150x: Update OF configuration Date: Mon, 20 Jun 2016 11:03:41 +0200 Message-ID: <5767B16D.8080600@baylibre.com> References: <1466157063-10955-1-git-send-email-narmstrong@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org To: Linus Walleij Cc: Alexandre Courbot , "linux-gpio@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" List-Id: devicetree@vger.kernel.org On 06/18/2016 11:02 AM, Linus Walleij wrote: > On Fri, Jun 17, 2016 at 11:51 AM, Neil Armstrong > wrote: > >> In case of OF probing, the driver fails to initialize : >> - gpio_chip.base must be -1 >> - irq_summary must be either -1 or valid >> - There is no way to use the other configurations >> >> Add OF parsing function to complete the HW configuration, make >> OF configuration dynamic instead of static with #defines and >> update the DT bindings. >> >> Signed-off-by: Neil Armstrong > > As you can see from the result of the build robot, the removal > of #ifdef CONFIG_OF_GPIO does not play well with non-DT > configurarions. > > You need to figure something out here so that it builds for > both. OK, I'll find out. Thanks, Neil > Yours, > Linus Walleij >