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 42C80C433EF for ; Tue, 15 Feb 2022 05:56:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234263AbiBOF4l (ORCPT ); Tue, 15 Feb 2022 00:56:41 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:56450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230182AbiBOF4j (ORCPT ); Tue, 15 Feb 2022 00:56:39 -0500 Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D2064132C; Mon, 14 Feb 2022 21:56:30 -0800 (PST) Received: by mail-qt1-x832.google.com with SMTP id l14so17611692qtp.7; Mon, 14 Feb 2022 21:56:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=uPUj/2D0fnRRHEGsxfFw4uPYjIMmB8m7B7g+xVLuCTs=; b=e7EkjOF9JnmPm2zvwdTKMlYivOB6v4VFpWSOnTeskfEh9TmfPrj9ow39Zv8UTTKTDD GCALVJO2THsTZ9IRY73lRRhUJettrYNXO6G+v6eI7xNrz6nwh2hfeArS1DWLdU54W3r1 XqSl0wO9nM2J38wWwIORRLsAWma/NjrwNvmXU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=uPUj/2D0fnRRHEGsxfFw4uPYjIMmB8m7B7g+xVLuCTs=; b=HcjgLb8AY/Ac1hwF5vbb+bjj0+y03s3EcStNpkJLJUwaoEEAyR29JhNv110l5/5KWe 7iZ7sqhoNAl4DyBuyLh3ekaEpTmh8ZUN9AmaJfsJxcgiMm74iwjN/LF63c/ciWC1kOEq wbIGe9Z9GKImqGO9rMsUKBVfAhMD0oluYahZzoN4AF6pLW7gP7ikqD1UH684BfkLNB6n GwkDam8jbXW07w9dhB/r+iQlDLKJmYRfcv7zCUHQZN+LOxJP/tx5Z17w7dPz2Fk8Vfcr KlUmPZdgBoG7CjUWf2RmomnsfrLHKJGKpPILynY08JjZmgZYc20QfykPsmDcaymyuV4w Tq0g== X-Gm-Message-State: AOAM5318075vXVHvyjESPXrxDpu+jZSxKD17z/JErlATvuC3epeeDUQ/ xzixCsMkIj75YfYebtduXoBXQHRBYR6GzJcTmfw= X-Google-Smtp-Source: ABdhPJxDiNItJktz4LNO+XrPyLIgW4R0iAfyKu+KkaTWOe+XGOJYyD101ljPiR6VxTVgla4El5GLg42q9jEpkrRZCeQ= X-Received: by 2002:ac8:7e91:: with SMTP id w17mr1635736qtj.678.1644904589150; Mon, 14 Feb 2022 21:56:29 -0800 (PST) MIME-Version: 1.0 References: <20220129115228.2257310-1-j.neuschaefer@gmx.net> In-Reply-To: From: Joel Stanley Date: Tue, 15 Feb 2022 05:56:17 +0000 Message-ID: Subject: Re: [PATCH v5 0/9] Nuvoton WPCM450 pinctrl and GPIO driver To: =?UTF-8?Q?Jonathan_Neusch=C3=A4fer?= Cc: Andy Shevchenko , Linus Walleij , "open list:GPIO SUBSYSTEM" , devicetree , Rob Herring , OpenBMC Maillist , Tomer Maimon , Linux Kernel Mailing List , Avi Fishman , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, 14 Feb 2022 at 12:05, Jonathan Neusch=C3=A4fer wrote: > > On Wed, Feb 02, 2022 at 02:10:44PM +0200, Andy Shevchenko wrote: > > On Wed, Feb 2, 2022 at 2:01 PM Jonathan Neusch=C3=A4fer > > wrote: > > > On Tue, Feb 01, 2022 at 11:42:11PM +0000, Joel Stanley wrote: > > > > On Tue, 1 Feb 2022 at 13:05, Jonathan Neusch=C3=A4fer wrote: > > > > ... > > > > > > I assume you're sending a v6 to fix some of the warnings? > > > > > > No, the warnings are fairly independent of this patchset, it's just t= hat > > > the adjacent pinctrl-npcm7xx driver started to be built by the bot, d= ue > > > to my Kconfig change. I'll fix them in a separate patchset. > > > > I guess you need to fix that first. > > > > Because now and then all CIs will complain to your patch and confuse pe= ople. > > FWIW, Linus has applied the npcm7xx fixes to for-next in the pinctrl tree= , > which means that they are not blocking this patchset anymore, AFAICS. I've applied the device tree changes, and I will send a pull request for v5.18 with those. I assume you want Linus to merge the pinctrl bindings and driver through his tree. Cheers, Joel 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 06199C433EF for ; Tue, 15 Feb 2022 05:57:12 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4JyVjL7093z3c9d for ; Tue, 15 Feb 2022 16:57:10 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=e7EkjOF9; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::833; helo=mail-qt1-x833.google.com; envelope-from=joel.stan@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=e7EkjOF9; dkim-atps=neutral Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4JyVhf4fQFz30NR for ; Tue, 15 Feb 2022 16:56:32 +1100 (AEDT) Received: by mail-qt1-x833.google.com with SMTP id y8so17616247qtn.8 for ; Mon, 14 Feb 2022 21:56:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=uPUj/2D0fnRRHEGsxfFw4uPYjIMmB8m7B7g+xVLuCTs=; b=e7EkjOF9JnmPm2zvwdTKMlYivOB6v4VFpWSOnTeskfEh9TmfPrj9ow39Zv8UTTKTDD GCALVJO2THsTZ9IRY73lRRhUJettrYNXO6G+v6eI7xNrz6nwh2hfeArS1DWLdU54W3r1 XqSl0wO9nM2J38wWwIORRLsAWma/NjrwNvmXU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=uPUj/2D0fnRRHEGsxfFw4uPYjIMmB8m7B7g+xVLuCTs=; b=XVToifygwgsrJllPWzosTMtAyyNgE/VAtCEk2wh2P5EhVAiXSWQKliJUEtYp5oWrqW 01RKrBR/tHUMr1fzzayZclKbfHCCwXRLLNKCuGkkG4I7owfYSA5xvvjevGDocbav8ejX qxyscMIyoleuDIKWEBnlNqI9qz2zypX/ZcUqAj/W+zRV1TNpcZXVSLFfxtkxKdvvGg61 dDqkX3LT0emMOe0Z5mp/4+HPsUZ3OsTjCWUKpbkomoMtB8LqWR9qqexwZKOnsRza3x1T jvBPTjY7nyUCDIVZIptrgdIkALTb1+hGnKA+JIrvvUhov3FdBkz8g4TV2SutQVHaYzYT zYRg== X-Gm-Message-State: AOAM532CSWpue4Su4DvNrR6npCbabUMCFDm6m0LEc00qUSk1a1dwn1eP 1zs5/pPT6hbPEQBfEPAtFDJPccpFdHOsHYZE9zw= X-Google-Smtp-Source: ABdhPJxDiNItJktz4LNO+XrPyLIgW4R0iAfyKu+KkaTWOe+XGOJYyD101ljPiR6VxTVgla4El5GLg42q9jEpkrRZCeQ= X-Received: by 2002:ac8:7e91:: with SMTP id w17mr1635736qtj.678.1644904589150; Mon, 14 Feb 2022 21:56:29 -0800 (PST) MIME-Version: 1.0 References: <20220129115228.2257310-1-j.neuschaefer@gmx.net> In-Reply-To: From: Joel Stanley Date: Tue, 15 Feb 2022 05:56:17 +0000 Message-ID: Subject: Re: [PATCH v5 0/9] Nuvoton WPCM450 pinctrl and GPIO driver To: =?UTF-8?Q?Jonathan_Neusch=C3=A4fer?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , Tomer Maimon , Avi Fishman , Patrick Venture , OpenBMC Maillist , Linux Kernel Mailing List , Tali Perry , "open list:GPIO SUBSYSTEM" , Andy Shevchenko , Rob Herring , Linus Walleij , Benjamin Fair Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Mon, 14 Feb 2022 at 12:05, Jonathan Neusch=C3=A4fer wrote: > > On Wed, Feb 02, 2022 at 02:10:44PM +0200, Andy Shevchenko wrote: > > On Wed, Feb 2, 2022 at 2:01 PM Jonathan Neusch=C3=A4fer > > wrote: > > > On Tue, Feb 01, 2022 at 11:42:11PM +0000, Joel Stanley wrote: > > > > On Tue, 1 Feb 2022 at 13:05, Jonathan Neusch=C3=A4fer wrote: > > > > ... > > > > > > I assume you're sending a v6 to fix some of the warnings? > > > > > > No, the warnings are fairly independent of this patchset, it's just t= hat > > > the adjacent pinctrl-npcm7xx driver started to be built by the bot, d= ue > > > to my Kconfig change. I'll fix them in a separate patchset. > > > > I guess you need to fix that first. > > > > Because now and then all CIs will complain to your patch and confuse pe= ople. > > FWIW, Linus has applied the npcm7xx fixes to for-next in the pinctrl tree= , > which means that they are not blocking this patchset anymore, AFAICS. I've applied the device tree changes, and I will send a pull request for v5.18 with those. I assume you want Linus to merge the pinctrl bindings and driver through his tree. Cheers, Joel