Message ID | 20240611093127.90210-1-andy.shevchenko@gmail.com |
---|---|
Headers | show
Return-Path: <linux-gpio+bounces-7346-incoming=patchwork.ozlabs.org@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=147.75.199.223; helo=ny.mirrors.kernel.org; envelope-from=linux-gpio+bounces-7346-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from ny.mirrors.kernel.org (ny.mirrors.kernel.org [147.75.199.223]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Vz3ND60zpz20Py for <incoming@patchwork.ozlabs.org>; Tue, 11 Jun 2024 19:31:56 +1000 (AEST) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ny.mirrors.kernel.org (Postfix) with ESMTPS id 11C631C232BF for <incoming@patchwork.ozlabs.org>; Tue, 11 Jun 2024 09:31:55 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 14196176ACE; Tue, 11 Jun 2024 09:31:36 +0000 (UTC) X-Original-To: linux-gpio@vger.kernel.org Received: from fgw20-7.mail.saunalahti.fi (fgw20-7.mail.saunalahti.fi [62.142.5.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 630311BF2A for <linux-gpio@vger.kernel.org>; Tue, 11 Jun 2024 09:31:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.81 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718098295; cv=none; b=m5u4XlusvtCauJqqmnNQs/bCCdQQxYPXJqCTmvdTPZT2zugE7MbGoCrY1Yjra2RCoTLR1LZbRqGHqynwg2DUaRihTDLsRAfD1wZozKcfjb97KZCjFAKiNYYMQJ1AYhmYclK8d/O1XUMMSBKjR9HlXrRMnCP5AkLLvf58P4xzSAE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718098295; c=relaxed/simple; bh=gPE9ecK322dZPly/Tq/DdkWYuVy7hgxwgVaWhEWbTxk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=HpViXoeNHjXofpDGvIuYEiMWfO/o7za/4/J5kHAX53HDu018hDzCRlobNQpPPYQiLPZMwUzpytS9AbNWJOTKFTkHtmJUWyhUdDNVH7VzCcbwVEXBH829hmOijXikgnf0T2k+SfGZHtWcmO3SmOwRTyOwgMhwTE2QrZSkHrAwW1k= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-25-87.elisa-laajakaista.fi [88.113.25.87]) by fgw23.mail.saunalahti.fi (Halon) with ESMTP id 61bcbe87-27d5-11ef-80ea-005056bdfda7; Tue, 11 Jun 2024 12:31:31 +0300 (EEST) From: Andy Shevchenko <andy.shevchenko@gmail.com> To: Andy Shevchenko <andy.shevchenko@gmail.com>, Jacky Huang <ychuang3@nuvoton.com>, Linus Walleij <linus.walleij@linaro.org>, Tomer Maimon <tmaimon77@gmail.com>, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org Cc: Shan-Chun Hung <schung@nuvoton.com>, Avi Fishman <avifishman70@gmail.com>, Tali Perry <tali.perry1@gmail.com>, Patrick Venture <venture@google.com>, Nancy Yuen <yuenn@google.com>, Benjamin Fair <benjaminfair@google.com>, =?utf-8?q?Jonathan_Neusch=C3=A4fer?= <j.neuschaefer@gmx.net> Subject: [PATCH v1 0/4] pinctrl: nuvoton: A few cleanups Date: Tue, 11 Jun 2024 12:30:21 +0300 Message-ID: <20240611093127.90210-1-andy.shevchenko@gmail.com> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: <linux-gpio.vger.kernel.org> List-Subscribe: <mailto:linux-gpio+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-gpio+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
pinctrl: nuvoton: A few cleanups
|
expand
|