: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 42 +++
drivers/net/ethernet/intel/ice/ice_lag.h | 2 +
drivers/net/ethernet/intel/ice/ice_vf_lib.c | 19 ++---
drivers/net/ethernet/intel/ice/ice_virtchnl.c | 23 ++
4 files changed, 51 insertions
Patch 5 Cleanup variable initialization in declaration block
Patch 6 Cleanup capability parsing for LAG feature
Patch 7 Move duplicatde lag code into helper functions
Patch 8 is the implementation of the new functionality
Dave Ertman (8):
ice: Remove casts on void pointers in LAG code
ice: replace
!! operators where possible.
Reviewed-by: Przemek Kitszel
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_common.c | 4 ++--
drivers/net/ethernet/intel/ice/ice_type.h | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/drivers/net/ethernet/intel/ice
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 24
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/drivers/net/ethernet/intel/ice/ice_lag.c
b/drivers/net/ethernet/intel/ice/ice_lag.c
index 22371011c249..e64615d5d1b7 100644
--- a
that only functional changes are needed in
the larger patch.
Reviewed-by: Przemek Kitszel
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 103 ---
1 file changed, 52 insertions(+), 51 deletions(-)
diff --git a/drivers/net/ethernet/intel/ice/ice_lag
communication.
Reviewed-by: Marcin Szycik
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice.h | 1 +
.../net/ethernet/intel/ice/ice_adminq_cmd.h | 5 +
drivers/net/ethernet/intel/ice/ice_common.c | 15 +-
drivers/net/ethernet/intel/ice/ice_common.h | 2
In preparation for implementing SRIOV Active-Active LAG support,
cleanup several unneeded variable initializations in declaration
blocks.
Also move a couple of variable initializations into declaration
block that shouold be there.
Reviewed-by: Przemek Kitszel
Signed-off-by: Dave Ertman
A define in the LAG code is missing a driver specific prefix.
Add a prefix to the define.
Also shorten a defines name and move to a more logical place.
Reviewed-by: Przemek Kitszel
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 20 +---
1 file
implementation it becomes even more confusing.
Switch to using the BIT() operator to clarify what is being checked.
Reviewed-by: Przemek Kitszel
Reviewed-by: Aleksandr Loktionov
Reviewed-by: Marcin Szycik
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_adminq_cmd.h | 4 ++--
1
no need to alter it and break following VLAN replay, so don't clear the
bit.
Fixes: 334cb0626de1 ("ice: Implement VSI replay framework")
Reviewed-by: Przemek Kitszel
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_switch.c | 2 --
1 file changed, 2 deletions(-
ned-off-by: Dave Ertman
---
Changes in v2: break params into two list
clean up variable usage
---
.../net/ethernet/intel/ice/devlink/devlink.c | 31 +--
1 file changed, 22 insertions(+), 9 deletions(-)
diff --git a/drivers/net/ethernet/intel/ice/devlink/devlink.c
b/drivers/ne
CC: Lukasz Czapnik
Reviewed-by: Przemek Kitszel
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/devlink/devlink.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/intel/ice/devlink/devlink.c
b/drivers/net/ethernet/intel/ice/devlink
any of the support pieces are missing.
Reviewed-by: Przemek Kitszel
Fixes: df006dd4b1dc ("ice: Add initial support framework for LAG")
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 25 ++--
drivers/net/ethernet/intel/ice/ice_lag.h | 3 ++
existed before any LAG code was added.
Fixes: bb52f42acef6 ("ice: Add driver support for firmware changes for LAG")
Reviewed-by: Jesse Brandeburg
Signed-off-by: Dave Ertman
---
v2: Added Fixes tag
---
drivers/net/ethernet/intel/ice/ice_lag.c | 2 ++
1 file changed, 2 insertions(+)
di
existed before any LAG code was added.
Reviewed-by: Jesse Brandeburg
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/ethernet/intel/ice/ice_lag.c
b/drivers/net/ethernet/intel/ice/ice_lag.c
index 280994ee5933
the same lag_mutex lock.
Fixes: 1e0f9881ef79 ("ice: Flesh out implementation of support for SRIOV on
bonded interface")
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 122 +++---
drivers/net/ethernet/intel/ice/ice_lag.h | 1 +
d
the same lag_mutex lock.
Fixes: 1e0f9881ef79 ("ice: Flesh out implementation of support for SRIOV on
bonded interface")
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 122 +++---
drivers/net/ethernet/intel/ice/ice_lag.h | 1 +
d
the same lag_mutex lock.
Fixes: 1e0f9881ef79 ("ice: Flesh out implementation of support for SRIOV on
bonded interface")
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 42 +++
drivers/net/ethernet/intel/ice/ice_lag.h | 1 +
d
reset is
complete, move the resources back to the active interface.
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c| 2 +-
drivers/net/ethernet/intel/ice/ice_lag.h| 1 +
drivers/net/ethernet/intel/ice/ice_vf_lib.c | 47 +
3 files changed, 49
.
Only clear the feature bit for the interface that is currently unwinding.
Fixes: bf65da2eb279 ("ice: enforce interface eligibility and add messaging for
SRIOV LAG")
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 12 +++-
1 file changed, 3 insert
.
Only clear the feature bit for the interface that is currently unwinding.
Fixes: bf65da2eb279 ("ice: enforce interface eligibility and add messaging for
SRIOV LAG")
Signed-off-by: Dave Ertman
---
drivers/net/ethernet/intel/ice/ice_lag.c | 11 +++
1 file changed, 3 insert
: Dave Ertman
---
sound/soc/sof/sof-client.c | 55 ++
sound/soc/sof/sof-client.h | 25 +
2 files changed, 80 insertions(+)
diff --git a/sound/soc/sof/sof-client.c b/sound/soc/sof/sof-client.c
index dd75a0ba4c28..838aaa5ea179 100644
--- a/sound/soc
: Dave Ertman
---
sound/soc/sof/sof-client.c | 55 ++
sound/soc/sof/sof-client.h | 25 +
2 files changed, 80 insertions(+)
diff --git a/sound/soc/sof/sof-client.c b/sound/soc/sof/sof-client.c
index dd75a0ba4c28..838aaa5ea179 100644
--- a/sound/soc
From: Ranjani Sridharan
Add new ops for registering/unregistering clients based
on DSP capabilities and/or DT information.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/core.c | 10 ++
sound/soc/sof/ops.h
From: Ranjani Sridharan
Add new ops for registering/unregistering clients based
on DSP capabilities and/or DT information.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/core.c | 10 ++
sound/soc/sof/ops.h
Reviewed-by: Pierre-Louis Bossart
Reviewed-by: Shiraz Saleem
Reviewed-by: Parav Pandit
Reviewed-by: Dan Williams
Signed-off-by: Dave Ertman
---
Documentation/driver-api/auxiliary_bus.rst | 234 ++
Documentation/driver-api/index.rst | 1 +
drivers/base/Kconfig
Reviewed-by: Pierre-Louis Bossart
Reviewed-by: Shiraz Saleem
Reviewed-by: Parav Pandit
Reviewed-by: Dan Williams
Signed-off-by: Dave Ertman
---
Documentation/driver-api/auxiliary_bus.rst | 234 ++
Documentation/driver-api/index.rst | 1 +
drivers/base/Kconfig
From: Ranjani Sridharan
Remove the IPC flood test support in the SOF core as it is
now added in the IPC flood test client.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig| 8 --
sound/soc
defining sof_probe_compr_ops
again.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/compress.c | 9 +
sound/soc/sof/compress.h | 1 +
sound/soc/sof/intel/hda-dai.c | 12
3 files
defining sof_probe_compr_ops
again.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/compress.c | 9 +
sound/soc/sof/compress.h | 1 +
sound/soc/sof/intel/hda-dai.c | 12
3 files
From: Ranjani Sridharan
Remove the IPC flood test support in the SOF core as it is
now added in the IPC flood test client.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig| 8 --
sound/soc
creation of a separate sound
card that can be used for audio data extraction from user
specified points in the audio pipeline.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/cnl.c | 18 +-
1 file
creation of a separate sound
card that can be used for audio data extraction from user
specified points in the audio pipeline.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/cnl.c | 18 +-
1 file
in the driver is existing code that has been copied
from the core. These will be removed from the SOF core
making is less monolithic and easier to maintain.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave
in the driver is existing code that has been copied
from the core. These will be removed from the SOF core
making is less monolithic and easier to maintain.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave
registered.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/Kconfig| 9 +++
sound/soc/sof/intel/Makefile | 3 +++
sound/soc/sof/intel/apl.c | 16
easier
for the probes functionality to be added for all platforms
without having the need to modify the existing(15+) machine
drivers.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 18
will be used for maintaining the list of
clients.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 19 ++
sound/soc/sof/Makefile | 3 +
sound/soc/sof/core.c
lood_test()
fix a looping error in ancillary_match_id
updated error value in sof_client_dev_register()
mutex held while traversing client list when unregistering clients
updated includes in sof-client.h
Dave Ertman (1):
Add auxiliary bus support
Ranjani Sridharan (9):
ASoC: SOF: Introduce de
lood_test()
fix a looping error in ancillary_match_id
updated error value in sof_client_dev_register()
mutex held while traversing client list when unregistering clients
updated includes in sof-client.h
Dave Ertman (1):
Add auxiliary bus support
Ranjani Sridharan (9):
ASoC: SOF: Introduce de
will be used for maintaining the list of
clients.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 19 ++
sound/soc/sof/Makefile | 3 +
sound/soc/sof/core.c
registered.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/Kconfig| 9 +++
sound/soc/sof/intel/Makefile | 3 +++
sound/soc/sof/intel/apl.c | 16
easier
for the probes functionality to be added for all platforms
without having the need to modify the existing(15+) machine
drivers.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 18
in the driver is existing code that has been copied
from the core. These will be removed from the SOF core
making is less monolithic and easier to maintain.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave
From: Ranjani Sridharan
Remove the IPC flood test support in the SOF core as it is
now added in the IPC flood test client.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig| 8 --
sound/soc
r()
mutex held while traversing client list when unregistering clients
updated includes in sof-client.h
Dave Ertman (1):
Add auxiliary bus support
Ranjani Sridharan (9):
ASoC: SOF: Introduce descriptors for SOF client
ASoC: SOF: Create client driver for IPC test
ASoC: SOF: ops: Add ops for
: Dave Ertman
---
sound/soc/sof/sof-client.c | 55 ++
sound/soc/sof/sof-client.h | 25 +
2 files changed, 80 insertions(+)
diff --git a/sound/soc/sof/sof-client.c b/sound/soc/sof/sof-client.c
index dd75a0ba4c28..838aaa5ea179 100644
--- a/sound/soc
defining sof_probe_compr_ops
again.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/compress.c | 9 +
sound/soc/sof/compress.h | 1 +
sound/soc/sof/intel/hda-dai.c | 12
3 files
creation of a separate sound
card that can be used for audio data extraction from user
specified points in the audio pipeline.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/cnl.c | 18 +-
1 file
defining sof_probe_compr_ops
again.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/compress.c | 9 +
sound/soc/sof/compress.h | 1 +
sound/soc/sof/intel/hda-dai.c | 12
3 files
will be used for maintaining the list of
clients.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 19 ++
sound/soc/sof/Makefile | 3 +
sound/soc/sof/core.c
easier
for the probes functionality to be added for all platforms
without having the need to modify the existing(15+) machine
drivers.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 18
From: Ranjani Sridharan
Remove the IPC flood test support in the SOF core as it is
now added in the IPC flood test client.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig| 8 --
sound/soc
will be used for maintaining the list of
clients.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 19 ++
sound/soc/sof/Makefile | 3 +
sound/soc/sof/core.c
in the driver is existing code that has been copied
from the core. These will be removed from the SOF core
making is less monolithic and easier to maintain.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave
easier
for the probes functionality to be added for all platforms
without having the need to modify the existing(15+) machine
drivers.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 18
: Dave Ertman
---
sound/soc/sof/sof-client.c | 55 ++
sound/soc/sof/sof-client.h | 25 +
2 files changed, 80 insertions(+)
diff --git a/sound/soc/sof/sof-client.c b/sound/soc/sof/sof-client.c
index dd75a0ba4c28..838aaa5ea179 100644
--- a/sound/soc
creation of a separate sound
card that can be used for audio data extraction from user
specified points in the audio pipeline.
Reviewed-by: Pierre-Louis Bossart
Tested-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/cnl.c | 18 +-
1 file
registered.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/Kconfig| 9 +++
sound/soc/sof/intel/Makefile | 3 +++
sound/soc/sof/intel/apl.c | 16
From: Ranjani Sridharan
Add new ops for registering/unregistering clients based
on DSP capabilities and/or DT information.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/core.c | 10 ++
sound/soc/sof/ops.h
registered.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/Kconfig| 9 +++
sound/soc/sof/intel/Makefile | 3 +++
sound/soc/sof/intel/apl.c | 16
Reviewed-by: Pierre-Louis Bossart
Reviewed-by: Shiraz Saleem
Reviewed-by: Parav Pandit
Reviewed-by: Dan Williams
Signed-off-by: Dave Ertman
---
Documentation/driver-api/auxiliary_bus.rst | 228 ++
Documentation/driver-api/index.rst | 1 +
drivers/base/Kconfig
Reviewed-by: Pierre-Louis Bossart
Reviewed-by: Shiraz Saleem
Reviewed-by: Parav Pandit
Reviewed-by: Dan Williams
Signed-off-by: Dave Ertman
---
Documentation/driver-api/auxiliary_bus.rst | 228 ++
Documentation/driver-api/index.rst | 1 +
drivers/base/Kconfig
From: Ranjani Sridharan
Add new ops for registering/unregistering clients based
on DSP capabilities and/or DT information.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/core.c | 10 ++
sound/soc/sof/ops.h
r()
mutex held while traversing client list when unregistering clients
updated includes in sof-client.h
Dave Ertman (1):
Add auxiliary bus support
Ranjani Sridharan (9):
ASoC: SOF: Introduce descriptors for SOF client
ASoC: SOF: Create client driver for IPC test
ASoC: SOF: ops: Add ops for
Reviewed-by: Parav Pandit
Reviewed-by: Dan Williams
Signed-off-by: Dave Ertman
---
Documentation/driver-api/ancillary_bus.rst | 229 +
Documentation/driver-api/index.rst | 1 +
drivers/bus/Kconfig| 3 +
drivers/bus/Makefile
will be used for maintaining the list of
clients.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 19 ++
sound/soc/sof/Makefile | 3 +
sound/soc/sof/core.c
Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 10 +
sound/soc/sof/Makefile | 4 +
sound/soc/sof/sof-ipc-test-client.c | 332
3 files
remove
changed the signature of sof_debug_ipc_flood_test()
fix a looping error in ancillary_match_id
updated error value in sof_client_dev_register()
mutex held while traversing client list when unregistering clients
updated includes in sof-client.h
Dave Ertman (1):
Add ancillary bus support
Fre
registered.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/Kconfig| 9 +
sound/soc/sof/intel/Makefile | 3 ++
sound/soc/sof/intel/apl.c | 18
From: Ranjani Sridharan
Add new ops for registering/unregistering clients based
on DSP capabilities and/or DT information.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/core.c | 10 ++
sound/soc/sof/ops.h
From: Fred Oh
Remove the IPC flood test support in the SOF core as it is
now added in the IPC flood test client.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig| 8 --
sound/soc/sof/debug.c
Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 10 +
sound/soc/sof/Makefile | 4 +
sound/soc/sof/sof-ipc-test-client.c | 314
3 files
ces
(mic/speakers etc), HDMI, sensing, probes, debug etc. In this series,
we demonstrate the usage of the ancillary bus with the help of the IPC
test client which is used for testing the serialization of IPCs when
multiple clients talk to the DSP at the same time.
Dave Ertman (1):
Add ancillary bus
From: Fred Oh
Remove the IPC flood test support in the SOF core as it is
now added in the IPC flood test client.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Fred Oh
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig| 8 --
sound/soc/sof/debug.c
Reviewed-by: Parav Pandit
Reviewed-by: Dan Williams
Signed-off-by: Dave Ertman
---
Documentation/driver-api/ancillary_bus.rst | 230 +
Documentation/driver-api/index.rst | 1 +
drivers/bus/Kconfig| 3 +
drivers/bus/Makefile
will be used for maintaining the list of
clients.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/Kconfig | 19 ++
sound/soc/sof/Makefile | 3 +
sound/soc/sof/core.c
From: Ranjani Sridharan
Add new ops for registering/unregistering clients based
on DSP capabilities and/or DT information.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Signed-off-by: Dave Ertman
---
sound/soc/sof/core.c | 10 ++
sound/soc/sof/ops.h
registered.
Reviewed-by: Pierre-Louis Bossart
Signed-off-by: Ranjani Sridharan
Co-developed-by: Fred Oh
Signed-off-by: Fred Oh
Signed-off-by: Dave Ertman
---
sound/soc/sof/intel/Kconfig| 9 ++
sound/soc/sof/intel/Makefile | 3 ++
sound/soc/sof/intel/apl.c | 18
79 matches
Mail list logo