Hi Lokesh, The following are two minor cleanups/fixes that I ran into while doing some development work on a newer SoC due to different Kconfig symbols.
Following is the patch summary: - Patch #1 makes the ti_sci_protocol.h self-contained when CONFIG_TI_SCI_PROTOCOL is not defined. - Patch #2 defines a release_resources_for_core_shutdown() stub. This function is used in the common code, but yet is expected to be implemented in a SoC-specific source file. regards Suman Suman Anna (2): firmware: ti_sci: Include linux/err.h in ti_sci_protocol.h arm: mach-k3: common: Add a release_resources_for_core_shutdown() stub arch/arm/mach-k3/common.c | 5 +++++ include/linux/soc/ti/ti_sci_protocol.h | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) -- 2.32.0