Files
Centos-kernel-stream-10/drivers/base
Jaroslav Kysela b8321c00cc regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slave
JIRA: https://issues.redhat.com/browse/RHEL-85740

commit 013a3a66f25af3fb614f45df43983657514944c4
Author: Charles Keepax <ckeepax@opensource.cirrus.com>
Date: Mon Oct 20 16:54:55 2025 +0100

    regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slave

    Currently, the code assumes that the device that registered the
    MBQ register map is the actual SoundWire slave device. This works
    fine for all current users, however future SDCA devices will
    likely be implemented with the SoundWire slave as a parent device
    and separate child drivers with regmaps for each audio Function.
    Update the regmap_init_sdw_mbq_cfg macro to allow these two
    to be specified separately.

    Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
    Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
    Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
    Link: https://patch.msgid.link/20251020155512.353774-3-ckeepax@opensource.cirrus.com
    Signed-off-by: Mark Brown <broonie@kernel.org>

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
2026-02-15 21:05:57 +01:00
..
2025-11-04 13:11:45 -05:00
2024-09-03 21:15:32 -07:00