Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753044Ab2KUH4t (ORCPT ); Wed, 21 Nov 2012 02:56:49 -0500 Received: from mail-vb0-f46.google.com ([209.85.212.46]:47520 "EHLO mail-vb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751970Ab2KUH4s (ORCPT ); Wed, 21 Nov 2012 02:56:48 -0500 MIME-Version: 1.0 In-Reply-To: <1353483465-25961-1-git-send-email-linus.walleij@stericsson.com> References: <1353483465-25961-1-git-send-email-linus.walleij@stericsson.com> Date: Wed, 21 Nov 2012 08:56:47 +0100 Message-ID: Subject: Re: [PATCH] gpiolib: fix bug and clarify OF use of ranges From: Linus Walleij 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 Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 886 Lines: 25 On Wed, Nov 21, 2012 at 8:37 AM, Linus Walleij wrote: > From: Linus Walleij > > In commit c905165f5946f56dca195871641bd4e488eca24a > "gpiolib: let gpiochip_add_pin_range() specify offset" > I forgot to update the OF use of the function > gpiochip_add_pin_range(). > > It turns out that this reveal a weakness in the > OF range mappings: ranges cannot currently be sparse. > So put in a comment so we can fix this later. > > Signed-off-by: Linus Walleij BTW I've squashed this into the original commit above to avoid any git bisect issues. Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/