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 X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0164C43461 for ; Mon, 12 Apr 2021 10:03:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 950A561221 for ; Mon, 12 Apr 2021 10:03:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238946AbhDLKDe (ORCPT ); Mon, 12 Apr 2021 06:03:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:39916 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244866AbhDLKBA (ORCPT ); Mon, 12 Apr 2021 06:01:00 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id F1BC0611AD; Mon, 12 Apr 2021 10:00:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618221643; bh=oEF9mbnEEuaF1uVd7dfYALcUg0tUYr9MY7WTmXTncQs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tcvZauxF0ZP353i48NdHx0ILLHsMjn1VJwBLaFNTc58okTQurhNa/tvYLAzqV1HUn himXZ/LYjimxCbBaEHYvuXad5TSrRYnrb7SF0amZcxOSBI46bR21whPHkyFPOIFFQp mUrJyiYmKqG46t/L7pwQZF+cLfARH7ElKBcMrfkI0ClVQ4x84noVgKl08dFSBtmabn 282w2FMbc1as+Q0gCPYRqkyiQf8/XFNvbVNKZ+ni+b8gYyVtvm8CVCn1AWHlwuVVoZ hLZWOzyDANpt9NbwmRQvk9MUNXkTW1AerCWCiNlf4cjmTsKYo4v8eS6ugu3iBRMljc OnsOGlc3NrULA== Received: from johan by xi with local (Exim 4.93.0.4) (envelope-from ) id 1lVtMz-0001NY-3n; Mon, 12 Apr 2021 12:00:37 +0200 Date: Mon, 12 Apr 2021 12:00:37 +0200 From: Johan Hovold To: Andy Shevchenko Cc: Pho Tran , Hung.Nguyen@silabs.com, Tung.Pham@silabs.com, USB , Linux Kernel Mailing List Subject: Re: [PATCH 0/2] USB: serial: cp210x: provide gpio valid mask Message-ID: References: <20210409155216.31867-1-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 09, 2021 at 07:23:11PM +0300, Andy Shevchenko wrote: > On Fri, Apr 9, 2021 at 6:52 PM Johan Hovold wrote: > > > > Use the new GPIO valid-mask feature to inform gpiolib which pins are > > available for use instead of handling that in a request callback. > > > > This also allows user space to figure out which pins are available > > through the chardev interface without having to request each pin in > > turn. > > Thanks! I like the series. > Independently on reaction on my comments: > Reviewed-by: Andy Shevchenko Thanks for reviewing. Now applied. Johan