From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9597AC7EE25 for ; Wed, 7 Jun 2023 13:36:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239826AbjFGNgZ (ORCPT ); Wed, 7 Jun 2023 09:36:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234794AbjFGNgT (ORCPT ); Wed, 7 Jun 2023 09:36:19 -0400 Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29F1C1FDF for ; Wed, 7 Jun 2023 06:36:11 -0700 (PDT) Received: by mail-qk1-x72c.google.com with SMTP id af79cd13be357-75d57fdb014so345977185a.0 for ; Wed, 07 Jun 2023 06:36:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20221208.gappssmtp.com; s=20221208; t=1686144970; x=1688736970; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=f4sf5qH8tH2f0lLXDyzC4ZbN3gKOaTXNp3tb8kTl5K8=; b=EooWi7y4sBjLFetA5+uP0JX2xp9ku4bqRUaJAKbXPvq+mtBBwVjr1GtGLqOsKdUMtJ rAYnwOue3AWuFKZvSp+WyVpJJZhQF0KWlBdH1GuXpBtDxj9ZFr2hb8p+4aqMBN676S7i PmoVRvz03U9QknFpxpnAIa3n17TScErEnNUbNX65kSoy3ECsTp2/UJ+EcMHBK5wpTAf/ oCQyA0h9UwhSgclZXBC/n0F09JfK9BsIlNuiYzQyGPdFQ3kaSsjVkGJ1zTxpOUx6/Ruw QmtsI6waWJujBbb1WjCL87KeWzO6wsQoehfOn2US/USupieI0b7lQNMdPGvHtH56PQHk 3qNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686144970; x=1688736970; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=f4sf5qH8tH2f0lLXDyzC4ZbN3gKOaTXNp3tb8kTl5K8=; b=OVOiUL4j0CzCJkpdETpiIPFhx2AOfx8gDyFH1K/+0U22dctszkeU+H/j0krZgX1GYj 8oCOJ4VC3KS64C4IWFRiGHvEs8mNIJYcTd8pXJwIKEZsZNkOW2ylZkec4L5dbQJW15s6 8EZPBEOGn2IifGFamj+N9bSayvtV4P09tEEF0FxoUnm+bB25lMWb2emrz79wur2gZ4oS yCzQdbS5wsK7GvNM4kDE3H22eT9wt9exaGxhJLHRHRD23mSqrZXHkMQWAT7E1vEsjZog zARgvkhoy5M6rbr8fAQ2202MtnVYsI+KGgvsFNAya/arPmYGQJQy4vRSXEA7tBDS1I/J qZEw== X-Gm-Message-State: AC+VfDx1TNhz7MU9I+vZGhPC92nJe8TeTcXKlPc9XFkQlWcQ4R7nHrpT NxDuT0iQroVIz79pqKHCm6vJwT+sM0vGb9faGyhLPeZ7j25Ijvpt X-Google-Smtp-Source: ACHHUZ7dErdQjWWo/zzM+X1ukuNViiUc9NhOGiU+BR7hrkZ96r6EzX/r+/wFOKgqACIGCOV2UiccEqzeRVS65zHaJJA= X-Received: by 2002:a05:6214:d8a:b0:61b:5e9b:a15d with SMTP id e10-20020a0562140d8a00b0061b5e9ba15dmr2495870qve.36.1686144970243; Wed, 07 Jun 2023 06:36:10 -0700 (PDT) MIME-Version: 1.0 References: <20230607065004.37112-1-warthog618@gmail.com> In-Reply-To: From: Bartosz Golaszewski Date: Wed, 7 Jun 2023 15:35:59 +0200 Message-ID: Subject: Re: [PATCH] gpio: sim: quietly ignore configured lines outside the bank To: Kent Gibson Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linus.walleij@linaro.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 7, 2023 at 2:54=E2=80=AFPM Kent Gibson w= rote: > > On Wed, Jun 07, 2023 at 02:50:43PM +0200, Bartosz Golaszewski wrote: > > On Wed, Jun 7, 2023 at 8:50=E2=80=AFAM Kent Gibson wrote: > > > > > > > > > base-commit: ba65c79fbb813423e7d42d99375e2045b27958a6 > > > prerequisite-patch-id: d89da2e3b7511c5b8132a379b12e4996256ac214 > > > -- > > > 2.40.1 > > > > > > > I queued this for fixes, thanks! > > > > Oh, ok. I didn't think it was serious enough for fixes, or I would've > made the two patches a series. And included a Fixes on this one. > > Cheers, > Kent. It fixes a problem and is fairly small. Works as a fix for me. Bart