public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Minor misc. cleanups for TI K3 SoCs
@ 2021-07-27 23:24 Suman Anna
  2021-07-27 23:24 ` [PATCH 1/2] firmware: ti_sci: Include linux/err.h in ti_sci_protocol.h Suman Anna
  2021-07-27 23:24 ` [PATCH 2/2] arm: mach-k3: common: Add a release_resources_for_core_shutdown() stub Suman Anna
  0 siblings, 2 replies; 7+ messages in thread
From: Suman Anna @ 2021-07-27 23:24 UTC (permalink / raw)
  To: Lokesh Vutla; +Cc: Praneeth Bajjuri, u-boot, Suman Anna

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-17 22:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-27 23:24 [PATCH 0/2] Minor misc. cleanups for TI K3 SoCs Suman Anna
2021-07-27 23:24 ` [PATCH 1/2] firmware: ti_sci: Include linux/err.h in ti_sci_protocol.h Suman Anna
2021-08-27 15:52   ` Nishanth Menon
2021-09-17 22:53   ` Tom Rini
2021-07-27 23:24 ` [PATCH 2/2] arm: mach-k3: common: Add a release_resources_for_core_shutdown() stub Suman Anna
2021-08-27 17:07   ` Nishanth Menon
2021-09-17 22:53   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox