Received: by 10.213.65.68 with SMTP id h4csp3608059imn; Tue, 3 Apr 2018 07:52:32 -0700 (PDT) X-Google-Smtp-Source: AIpwx49fugxaWhO0TxXsxEkzOHEjLCd/E3pTbbLC2JrltItmrDUWV8niLpDeysnFd8XH8ASSQJCN X-Received: by 10.101.86.137 with SMTP id v9mr9529608pgs.14.1522767152750; Tue, 03 Apr 2018 07:52:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522767152; cv=none; d=google.com; s=arc-20160816; b=aESOUYwC35k3c70QpA4TzJnkPH5smkC50Mqzas4IAUSPH7i8EW/qxVBypunSwqz31n BY/iIuUC1EjAOCEsBMJM7nAx1qd/Lly3kb1I11w8+AaAYivZVndL+MlN9Th6iwULtqZP 1M/NKDI3esnmOPf8lum97dBAxcyqXyS5m0+x6EzWKqrbBJcwpJU8MJQSh+OWpIBMuWyA V3BeXERwOFKQNx34fUtCZDf1Um5T1HOKUihL8ho/y7pWyjGxebkFxE5JE0Fo2175UtMM obIj2y3M21W6QYjsZteQspGiVOrc1JV4bCCv7JoGQt0xvWkUMJM7JN44880g22sznHha uhKQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=hKpzvY8pPqW10NfCmuJefmnwWBp7FTTt3OxvOa79TVk=; b=SD3bQ/bEokFN8t6KbX5uuzxzP5I/utKSkgPah8mzQ1Yq4eM64ScPUGnaf85qPop4WW NabwKnkGWClS81ZqwZ/vpnrZ0ok+2dDkfM/Tnov44KNn8o5qFo0tTCotu33ae2Obz1AK 8xYOVs0e8NFfNjY98iettGTTDzIBew1yq8b5XFBxC4bis0WmuBcn8DIFwSlU7KRRaL22 vxWmlbTF8COaOeTDHXUbtxWeZvbO1Qof5px0/VFzqOD++yKcqSmicTVld3mwEmb/9c9u dQ9mtrZMFh6M9K+yfb17955m/IMd9I2d/ZuHaMqFO9D4bUuIxSnc5s2FLRTqNUN2LXPh aWjw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w4-v6si681734plp.129.2018.04.03.07.52.18; Tue, 03 Apr 2018 07:52:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751488AbeDCOuB (ORCPT + 99 others); Tue, 3 Apr 2018 10:50:01 -0400 Received: from sauhun.de ([88.99.104.3]:42952 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbeDCOuA (ORCPT ); Tue, 3 Apr 2018 10:50:00 -0400 Received: from localhost (p54B337E1.dip0.t-ipconnect.de [84.179.55.225]) by pokefinder.org (Postfix) with ESMTPSA id 4DC332E75FC; Tue, 3 Apr 2018 16:49:59 +0200 (CEST) Date: Tue, 3 Apr 2018 16:49:59 +0200 From: Wolfram Sang To: Davidlohr Bueso Cc: peterz@infradead.org, mingo@kernel.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, Davidlohr Bueso Subject: Re: [PATCH 1/6] drivers/i2c: Update i2c_trace_msg static key to modern api Message-ID: <20180403144958.53nxpu45seq22z7e@ninjato> References: <20180326210929.5244-1-dave@stgolabs.net> <20180326210929.5244-2-dave@stgolabs.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tx6ouxo62eifwm54" Content-Disposition: inline In-Reply-To: <20180326210929.5244-2-dave@stgolabs.net> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --tx6ouxo62eifwm54 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 26, 2018 at 02:09:24PM -0700, Davidlohr Bueso wrote: > No changes in refcount semantics -- key init is false; replace >=20 > static_key_slow_inc|dec with static_branch_inc|dec > static_key_false with static_branch_unlikely >=20 > Added a '_key' suffix to i2c_trace_msg, for better self > documentation. >=20 > Cc: Wolfram Sang > Cc: linux-i2c@vger.kernel.org > Signed-off-by: Davidlohr Bueso Applied to for-next, thanks! --tx6ouxo62eifwm54 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlrDlJYACgkQFA3kzBSg KbbqPg/+I9BgaAylKMmEtze2Qd6wWvMDirY2VYKQerX6f8r9zgBGWafkoHWEO2fo wGX8dalEpdgBT+QR3SQnzeefS/XSbzMrAyAh26ptdLDXO9Hz1ig8lPpptVqesg4r lHWwv7p9ESluueXc0Z+OzqCCt1O+urzMPs/idIt1tWJKDRX3CJM2i53c4ryC6nCj 1rdcokRbou6s9igBzuDy2tq96KRJ6m3hsJQs6bD8caheI9FWrLNBdjb+8nW/tu8V xI/IFcZ77M4CDlp+P5BdkVLlzrF5HMd0MU8H4S1G3aOmZ48AGLCKOvJW20hODOH5 7z1+MFuwFZ1nm0yNhrFmfbOvDBFnReCAL3A2d4xHlycyVR6JJZBcG34zSRVREdeq SjgsPAktqP7oF6VOg1u0xH0J2DJx7xM+sJ8Pk1t+2kexUqWu8PHjpUpSmJIVVQeZ 4kA5wxTQLiCHC2VeD1DN4Yd+r8yEa1JxLCFs4KBzvAsHr78BSWWbJAC0bgGKXQle svF2o3/ywuzKshn+jdxmIaDvcY2N5OPi7PWitdaXzlvCgCOrJh7Noe7hKh7ULXoi t+l4lsc3NzkceN6/KaZ4WR2P3u2Foch9akHvMw8R9B0lExFxiZ6G3lFu3Ck7leJ8 NiAUXcGrPTWndfdFQhR3wLB50um9cYziyHg1+5h9vurvN+5GK9o= =lapX -----END PGP SIGNATURE----- --tx6ouxo62eifwm54--