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=-12.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 4A51CC433E1 for ; Wed, 8 Jul 2020 10:22:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 275D620739 for ; Wed, 8 Jul 2020 10:22:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594203777; bh=wqmaKC3soWVBrlD0Udy60m7oemLeH3Uc93lnAOZzD64=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=uQAa6WGBRacXPccHI/Q1V7S0aHIdXXz74B8TRsZiJ9j2LDUeeLh1wgIoiPIgNVpSJ aWoJ5zHyzHIrmTAnOQ84FNs2Z5c/ry1qJC3zFR65af25WaGYe/oxwJjE5CSU1enMXC outUwmPf/v1FBpEoT/27evjKGnzdJHoplzwa+5KE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728239AbgGHKWw (ORCPT ); Wed, 8 Jul 2020 06:22:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:33090 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725949AbgGHKWw (ORCPT ); Wed, 8 Jul 2020 06:22:52 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 02ABA206F6; Wed, 8 Jul 2020 10:22:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594203771; bh=wqmaKC3soWVBrlD0Udy60m7oemLeH3Uc93lnAOZzD64=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aYUJimONTlH3wLq1pKSc1jyXGvkW2lRwGivQTRbMogNQuQnSdwDRn+kL2E4zSJ1lr dt+DglW619hP+mHz7wZvNNOFaZS4z1CNFMdod/h3vMwzXOeBIuQdGyn5r1VucItt9+ 93Kk/xam0fZbQoT25njkkG2V8PcvfpNiw3dhKgow= Date: Wed, 8 Jul 2020 11:22:46 +0100 From: Mark Brown To: Michael Walle Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-pwm@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Bartosz Golaszewski , Rob Herring , Jean Delvare , Guenter Roeck , Lee Jones , Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Wim Van Sebroeck , Shawn Guo , Li Yang , Thomas Gleixner , Jason Cooper , Marc Zyngier , Greg Kroah-Hartman , Andy Shevchenko Subject: Re: [PATCH v5 01/13] regmap-irq: use fwnode instead of device node in add_irq_chip() Message-ID: <20200708102246.GC4655@sirena.org.uk> References: <20200706175353.16404-1-michael@walle.cc> <20200706175353.16404-2-michael@walle.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iFRdW5/EC4oqxDHL" Content-Disposition: inline In-Reply-To: <20200706175353.16404-2-michael@walle.cc> X-Cookie: Oh Dad! We're ALL Devo! User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org --iFRdW5/EC4oqxDHL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jul 06, 2020 at 07:53:41PM +0200, Michael Walle wrote: > Convert the argument to the newer fwnode_handle instead a device tree > node. Fortunately, there are no users for now. So this is an easy > change. The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-np-fwnode for you to fetch changes up to 5cc2013bfeee756a1ee6da9bfbe42e52b4695035: regmap-irq: use fwnode instead of device node in add_irq_chip() (2020-07-08 11:15:12 +0100) ---------------------------------------------------------------- regmap: Change node pointer to fwnode in new IRQ API ---------------------------------------------------------------- Michael Walle (1): regmap-irq: use fwnode instead of device node in add_irq_chip() drivers/base/regmap/regmap-irq.c | 53 ++++++++++++++++++++++------------------ include/linux/regmap.h | 21 +++++++++------- 2 files changed, 41 insertions(+), 33 deletions(-) --iFRdW5/EC4oqxDHL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl8FnnUACgkQJNaLcl1U h9B0awf+K6uyKfcY+Cw0Q9cXWpxT1fJLMyrXuyyDLg9o9Qo5YPVU8XkiwRGhJJto Asdm6vmCDIr0StMW2SEZxg4vVW6Xxw2UKMU2+ZBJxsGZEgpLxec+7NdiXOtqUQsL JmKcTbR+nObPx+w74a1G7QHftWWVDX4peRYST0rLvo8tzaS1NoACmku5AYVhc9Z6 aUUQKrAghHkoinADk2p6YHBuo4C5EZg/qmB/iN2t5g3aNF9YhdDXNB4ZeE+UwQG+ F+RC9shXxL6/pSqCpua22fNq6tEHEpaWnGwnsxX3eaJ00iDuD0KAHAmtNuo6X75M 41RS28TqmDnMbDlLrCvgPxlHJ8Lpjw== =nOcx -----END PGP SIGNATURE----- --iFRdW5/EC4oqxDHL--