From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D7D2E7A for ; Wed, 15 Jun 2022 16:59:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4FC3EC34115; Wed, 15 Jun 2022 16:59:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655312379; bh=KWnr7zKayHkj/bptj3o4m8ElFwkJYwNaweEzW4q39qc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r2wTB4JQblWFkfakKnpJ2eoRfcr7H0w7Uu0reDePp/jUvg9kdvPzcr7cxKg7314kE QisQDdxPYHVMQj9JgNvlKt8zWvcV0cLZYMALPwO4DUKC5caWc9+vK172UKZhYkY1kI 0SDOP88vmVxt7MqBRihPvYqkUB/vRffM00B0RqrPAHBUBJb+98a9RNjmuU8xdQIJ+4 lTi6919QQZdi9ZDJcznHuV8jbouEHE6EnxEEvqwmAtz1sIRBc5wrofGSjofMf1mZcz qru12F3WCV7t4aaM4Ukr5cUGlo+HQ2hD+bpoVDwlaOc/EG4hDrlr8WB8rkB+AxwdEp pgVPT+jQ5zG6A== Date: Wed, 15 Jun 2022 17:59:33 +0100 From: Mark Brown To: Li Chen Cc: linux-kernel , Greg Kroah-Hartman , "Rafael J. Wysocki" , linux-gpio , Linus Walleij , linux-arm-kernel , Patrice Chotard , linux-sunxi , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Philipp Zabel Subject: Re: [PATCH v3 0/4] Add regmap_field helpers for simple bit operations Message-ID: References: <180e702a15f.e737e37e45859.3135149506136486394@zohomail.com> <180eef39205.122d47c8260721.2430302798386025245@zohomail.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8vCp03ihxJubD2IF" Content-Disposition: inline In-Reply-To: <180eef39205.122d47c8260721.2430302798386025245@zohomail.com> X-Cookie: byob, v: --8vCp03ihxJubD2IF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 22, 2022 at 08:26:21PM -0700, Li Chen wrote: > From: Li Chen >=20 > This series proposes to add simple bit operations for setting, clearing > and testing specific bits with regmap_field. The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/r= egmap-field-bit-helpers for you to fetch changes up to f67be8b7ee90c292948c3ec6395673963cccaee6: regmap: provide regmap_field helpers for simple bit operations (2022-06-1= 5 11:17:45 +0100) ---------------------------------------------------------------- regmap: Add regmap_field helpers for simple bit operations Add simple bit operations for setting, clearing and testing specific bits with regmap_field. ---------------------------------------------------------------- Li Chen (1): regmap: provide regmap_field helpers for simple bit operations drivers/base/regmap/regmap.c | 22 ++++++++++++++++++++++ include/linux/regmap.h | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) --8vCp03ihxJubD2IF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmKqD/QACgkQJNaLcl1U h9BYTQf7ByrrGDk9xfzsyQSGRgkL7VEe23NCIXLyPoMeg//wswaCgsNiNWEiMoah 1Xv2W8g0Q8GGxCbdQAd1VdKYfNOUJqoymIp6o/IXUrlYWq5nd4Z5lFLfndUpK/WE HhKYQGisytJvsv6CbVzevjwpq1Rhp5jt76BhLW1rUHTrAm9OW2nb5LjaKZTk1sfg LJ7HYYdIsYVG+XRmxsONwbTWTi8S5Fpt8cF/mVZ77cPAx2XoD7E79ezUDDL+fxN4 T/2CTOrZ3UxHvXOScTMe7tWcDLyBQHaQQBk2FmwanrVAObSrQiDRB0kaSzOkIq3g GdwousE4cr5Ig/D5jt/wkr8WecpqJA== =mt42 -----END PGP SIGNATURE----- --8vCp03ihxJubD2IF-- 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 8D802C43334 for ; Wed, 15 Jun 2022 17:00:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=HllojSWHbTEtqGw5AZTOhk0uKJzYE8c7oRWhIEyEaG4=; b=jPPpRy258bRjGKU0uwxNfj3zX+ leb+M8PHvBMVj+Z/dLR7F39BZYtFa4xxnPL3l4E9KZxeuEZgT61MwrIhIAEGEQXn3ux1Ziy9gf9UN 1dTovvuijpZU9/zl9aNYVpiJz4xXIiOXnjgAw80SP7/l9s8qXNkx9pMVrWGaYgmRUY7qwQfdxI5Kn JwENcRPv3JQzY/vbqm9kNvW1kT42KeBRywl3Smi2qBK98TikcPNLWF191cOsidjMdI1aS1y/PlXQ4 yzdlBdpQhow25fRpOjA/xugwx/BY9gCB1ikjk6VLQtqJlHK7NlZ2IRjSaQ9SqfL27qdLb3GpGvrmT hQuFr20Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1WMr-00FXqr-Cx; Wed, 15 Jun 2022 16:59:45 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1WMo-00FXp5-3a for linux-arm-kernel@lists.infradead.org; Wed, 15 Jun 2022 16:59:43 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B5C21619E4; Wed, 15 Jun 2022 16:59:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4FC3EC34115; Wed, 15 Jun 2022 16:59:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655312379; bh=KWnr7zKayHkj/bptj3o4m8ElFwkJYwNaweEzW4q39qc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r2wTB4JQblWFkfakKnpJ2eoRfcr7H0w7Uu0reDePp/jUvg9kdvPzcr7cxKg7314kE QisQDdxPYHVMQj9JgNvlKt8zWvcV0cLZYMALPwO4DUKC5caWc9+vK172UKZhYkY1kI 0SDOP88vmVxt7MqBRihPvYqkUB/vRffM00B0RqrPAHBUBJb+98a9RNjmuU8xdQIJ+4 lTi6919QQZdi9ZDJcznHuV8jbouEHE6EnxEEvqwmAtz1sIRBc5wrofGSjofMf1mZcz qru12F3WCV7t4aaM4Ukr5cUGlo+HQ2hD+bpoVDwlaOc/EG4hDrlr8WB8rkB+AxwdEp pgVPT+jQ5zG6A== Date: Wed, 15 Jun 2022 17:59:33 +0100 From: Mark Brown To: Li Chen Cc: linux-kernel , Greg Kroah-Hartman , "Rafael J. Wysocki" , linux-gpio , Linus Walleij , linux-arm-kernel , Patrice Chotard , linux-sunxi , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Philipp Zabel Subject: Re: [PATCH v3 0/4] Add regmap_field helpers for simple bit operations Message-ID: References: <180e702a15f.e737e37e45859.3135149506136486394@zohomail.com> <180eef39205.122d47c8260721.2430302798386025245@zohomail.com> MIME-Version: 1.0 In-Reply-To: <180eef39205.122d47c8260721.2430302798386025245@zohomail.com> X-Cookie: byob, v: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220615_095942_262848_69FB47E2 X-CRM114-Status: GOOD ( 14.58 ) 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: multipart/mixed; boundary="===============8662199262078898612==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============8662199262078898612== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8vCp03ihxJubD2IF" Content-Disposition: inline --8vCp03ihxJubD2IF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 22, 2022 at 08:26:21PM -0700, Li Chen wrote: > From: Li Chen >=20 > This series proposes to add simple bit operations for setting, clearing > and testing specific bits with regmap_field. The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/r= egmap-field-bit-helpers for you to fetch changes up to f67be8b7ee90c292948c3ec6395673963cccaee6: regmap: provide regmap_field helpers for simple bit operations (2022-06-1= 5 11:17:45 +0100) ---------------------------------------------------------------- regmap: Add regmap_field helpers for simple bit operations Add simple bit operations for setting, clearing and testing specific bits with regmap_field. ---------------------------------------------------------------- Li Chen (1): regmap: provide regmap_field helpers for simple bit operations drivers/base/regmap/regmap.c | 22 ++++++++++++++++++++++ include/linux/regmap.h | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) --8vCp03ihxJubD2IF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmKqD/QACgkQJNaLcl1U h9BYTQf7ByrrGDk9xfzsyQSGRgkL7VEe23NCIXLyPoMeg//wswaCgsNiNWEiMoah 1Xv2W8g0Q8GGxCbdQAd1VdKYfNOUJqoymIp6o/IXUrlYWq5nd4Z5lFLfndUpK/WE HhKYQGisytJvsv6CbVzevjwpq1Rhp5jt76BhLW1rUHTrAm9OW2nb5LjaKZTk1sfg LJ7HYYdIsYVG+XRmxsONwbTWTi8S5Fpt8cF/mVZ77cPAx2XoD7E79ezUDDL+fxN4 T/2CTOrZ3UxHvXOScTMe7tWcDLyBQHaQQBk2FmwanrVAObSrQiDRB0kaSzOkIq3g GdwousE4cr5Ig/D5jt/wkr8WecpqJA== =mt42 -----END PGP SIGNATURE----- --8vCp03ihxJubD2IF-- --===============8662199262078898612== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============8662199262078898612==--