[PATCH v3 1/1] regmap: Synchronize cache for the page selector
Mark Brown
broonie at kernel.org
Fri Jan 17 15:50:41 UTC 2025
On Fri, Jan 17, 2025 at 04:30:59PM +0200, Andy Shevchenko wrote:
> On Fri, Jan 17, 2025 at 04:09:58PM +0200, Andy Shevchenko wrote:
> @@ -69,7 +69,7 @@ struct lt9611uxc {
> static const struct regmap_range_cfg lt9611uxc_ranges[] = {
> {
> .name = "register_range",
> - .range_min = 0,
> + .range_min = 0x0100,
> .range_max = 0xd0ff,
> .selector_reg = LT9611_PAGE_CONTROL,
> .selector_mask = 0xff,
There's a bunch of other (generally broken) drivers with their ranges
overlapping their windows, we probably have to drop this for now.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20250117/ea03c796/attachment.sig>
More information about the dri-devel
mailing list