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=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 06870C47082 for ; Thu, 3 Jun 2021 07:42:21 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BE16F61242 for ; Thu, 3 Jun 2021 07:42:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BE16F61242 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-ID:From:CC:To:Subject: MIME-Version:References:In-Reply-To:Date:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=lNbur7GpnYo4Z9ajuxZEZslZkZKd7A9Eg3B7Z/MGTMw=; b=vVFfDEo5SQ2gOb3010FpnLpXwk 2YZNUzOL2IR5NPbaRm5CYtycZ4gr5f5Ljb2L7R6JsnPC0Wh/zY7hAFgj5/0Qhz+fyvWkdtBms44WT o9QJvc1gYekv9JFfW3/jQb+89fvvtynVTTSdz7XaglnsYXihNnNOdI9XKBiQdhhlg1Ot7/SfOfgyl VX+ro7uxPbTjV48OgKIr2hqexZozALZNDgvrby9RFLvQ342BIxem004tgBLAoE3JFoIOfaXvC6wAD nY7ZJU6P4n57Hk79gGQPS9lEzOsNaNuDCG9sM6U2gu/GWNQ25QQKg0ZuCmC+Xvn91qtWJaT5nMSJy iM4s78Yg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lohy3-007Zpu-Rx; Thu, 03 Jun 2021 07:40:40 +0000 Received: from ssl.serverraum.org ([176.9.125.105]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lohxy-007ZnE-FH for linux-arm-kernel@lists.infradead.org; Thu, 03 Jun 2021 07:40:36 +0000 Received: from [IPv6:2a02:810c:c200:2e91:a8ab:262a:e612:b364] (unknown [IPv6:2a02:810c:c200:2e91:a8ab:262a:e612:b364]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id A5FC122172; Thu, 3 Jun 2021 09:40:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1622706020; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gIwmd4JEDiQKB1gSuOwKpqzBGyqsYfLPUCmg1aAPqN4=; b=knqp4TrkM1GcAj8BUmuvwaamDiGc6pk4ztF2RpwemuHjGONvkselLbBe8xwNxlDjGHncAr kkbWOySpSCktPI1daBwe4qb0Rw1gAPkH8FR9tKRr+xYqd2mw/e2I/u6i0joNl19BINeL3h EwbKWnyKxaLIuEmKrozo3+KKwoHPgy4= Date: Thu, 03 Jun 2021 09:40:11 +0200 User-Agent: K-9 Mail for Android In-Reply-To: References: <8c1f817e48bce8a4cb730d79c1ef0330@walle.cc> MIME-Version: 1.0 Subject: Re: [PATCH v4 2/3] gpio: gpio-regmap: Use devm_add_action_or_reset() To: matti.vaittinen@fi.rohmeurope.com, Matti Vaittinen , Bartosz Golaszewski CC: Linus Walleij , Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, Jonas Gorski , =?ISO-8859-1?Q?=C1lvaro_Fern=E1ndez_Rojas?= , linux-gpio , LKML , linux-power , arm-soc , Andy Shevchenko From: Michael Walle Message-ID: <142B05BA-D716-40AB-B667-5E4C2323BCB0@walle.cc> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210603_004034_691798_2AFF9BA1 X-CRM114-Status: GOOD ( 11.28 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am 3. Juni 2021 06:26:03 MESZ schrieb Matti Vaittinen : >Morning Bart, > >On Wed, 2021-06-02 at 13:54 +0200, Bartosz Golaszewski wrote: >> On Fri, May 28, 2021 at 7:17 PM Michael Walle >> wrote: >> > Am 2021-05-26 08:10, schrieb Matti Vaittinen: >> > > Slightly simplify the devm_gpio_regmap_register() by using the >> > > devm_add_action_or_reset(). >> > >> > Reviewed-by: Michael Walle >> > >> > -michael >> >> This doesn't apply on its own - looks like it depends on patch 1/3. >> Would you mind sending it separately rebased on top of my for-next >> branch at >> https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git/? >> > >Sure. No problem. I'll respin this sole patch today unless Michael >plans adding other changes - in which case it might be best he includes >this just to avoid the conflicts. Both are fine by me. I don't expect any conflicts, but I can also pick this up when I'm picking the gpio_regmap_set_drvdata() stuff of the other patch. I'll do it probably tomorrow. -michael _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel