From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752152Ab2KTRcs (ORCPT ); Tue, 20 Nov 2012 12:32:48 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:39314 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751238Ab2KTRcr (ORCPT ); Tue, 20 Nov 2012 12:32:47 -0500 Message-ID: <50ABBEBC.7080701@wwwdotorg.org> Date: Tue, 20 Nov 2012 10:32:44 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Linus Walleij CC: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Shiraz Hashim , Viresh Kumar , Stephen Warren , Anmar Oueja , Grant Likely , Linus Walleij Subject: Re: [PATCH 1/7 v2] gpiolib: let gpiochip_add_pin_range() specify offset References: <1353420249-17957-1-git-send-email-linus.walleij@stericsson.com> In-Reply-To: <1353420249-17957-1-git-send-email-linus.walleij@stericsson.com> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/20/2012 07:04 AM, Linus Walleij wrote: > From: Linus Walleij > > Like with commit 3c739ad0df5eb41cd7adad879eda6aa09879eb76 > it is not always enough to specify all the pins of a gpio_chip > from offset zero to be added to a pin map range, since the > mapping from GPIO to pin controller may not be linear at all, > but need to be broken into a few consecutive sub-ranges or > 1-pin entries for complicated cases. The ranges may also be > sparse. > > This alters the signature of the function to accept offsets > into both the GPIO-chip local pinspace and the pin controller > local pinspace. Aside from the one comment I made, the series, Reviewed-by: Stephen Warren