From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 1/2] regmap: Allow installing custom reg_update_bits function Date: Mon, 05 Oct 2015 06:16:09 -0700 (PDT) Message-ID: <20151005.061609.75433802286337666.davem@davemloft.net> References: <1443699801-8888-1-git-send-email-jon@ringle.org> <20151005.035443.992186445847147964.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: broonie@kernel.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: jon@ringle.org Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Jon Ringle Date: Mon, 5 Oct 2015 07:57:00 -0400 (EDT) > > > On Mon, 5 Oct 2015, David Miller wrote: > >> From: jon@ringle.org >> Date: Thu, 1 Oct 2015 07:43:20 -0400 >> >> > From: Jon Ringle >> > >> > This commit allows installing a custom reg_update_bits function for cases where >> > the hardware provides a mechanism to set or clear register bits without a >> > read/modify/write cycle. Such is the case with the Microchip ENCX24J600. >> > >> > Signed-off-by: Jon Ringle >> >> Applied. > > Thanks David. However, I've sent a v3 patch, and also expecting feedback > from Mark Brown on the regmap portion of it. Please send me relative changes from v2 to v3, thanks. Sorry about that.