Re: regmap: allow to define reg_update_bits for no bus configuration
From: Ansuel Smith <ansuelsmth@gmail.com>
Date: 2021-11-19 02:02:46
Also in:
lkml
On Thu, Nov 18, 2021 at 05:54:30PM -0800, Jakub Kicinski wrote:
On Wed, 17 Nov 2021 22:33:30 +0000 Mark Brown wrote:quoted
On Wed, Nov 17, 2021 at 11:19:39PM +0100, Ansuel Smith wrote:quoted
On Wed, Nov 17, 2021 at 10:15:53PM +0000, Mark Brown wrote:quoted
quoted
I've applied this already? If it's needed by something in another tree let me know and I'll make a signed tag for it.quoted
Yes, I posted this in this series as net-next still doesn't have this commit. Don't really know how to hanle this kind of corner case. Do you have some hint about that and how to proceed?Ask for a tag like I said in the message you're replying to: The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-no-bus-update-bits for you to fetch changes up to 02d6fdecb9c38de19065f6bed8d5214556fd061d: regmap: allow to define reg_update_bits for no bus configuration (2021-11-15 13:27:13 +0000) ---------------------------------------------------------------- regmap: Allow regmap_update_bits() to be offloaded with no bus Some hardware can do this so let's use that capability.Pulled into net-next, thanks Mark! Ansuel, please make sure to post fewer than 15 patches at a time.
Thx for the merge. Ok will split the series, sorry. It was really to get some idea about the regmap and split changes. -- Ansuel