Re: [PATCH net-next v3 1/2] regmap: Allow installing custom reg_update_bits function

2015-10-08 Thread David Miller
From: Mark Brown Date: Tue, 6 Oct 2015 17:30:11 +0100 > On Thu, Oct 01, 2015 at 12:38:07PM -0400, j...@ringle.org wrote: >> 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 bi

Re: [PATCH net-next v3 1/2] regmap: Allow installing custom reg_update_bits function

2015-10-06 Thread Mark Brown
On Thu, Oct 01, 2015 at 12:38:07PM -0400, j...@ringle.org wrote: > 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 t

[PATCH net-next v3 1/2] regmap: Allow installing custom reg_update_bits function

2015-10-01 Thread jon
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. If a custom reg_update_bits function is provided, it