All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] reset: ti-sci: allow building under COMPILE_TEST
@ 2022-04-04  9:45 ` Philipp Zabel
  0 siblings, 0 replies; 4+ messages in thread
From: Philipp Zabel @ 2022-04-04  9:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: Nishanth Menon, Tero Kristo, Santosh Shilimkar, linux-arm-kernel

Since commit 043cfff99a18 ("firmware: ti_sci: Fix compilation failure
when CONFIG_TI_SCI_PROTOCOL is not defined") it is possible to build
reset-ti-sci under CONFIG_COMPILE_TEST.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 drivers/reset/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index b496028b6bfa..d6cb52a1dce7 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -240,7 +240,7 @@ config RESET_SUNXI
 
 config RESET_TI_SCI
 	tristate "TI System Control Interface (TI-SCI) reset driver"
-	depends on TI_SCI_PROTOCOL
+	depends on TI_SCI_PROTOCOL || COMPILE_TEST
 	help
 	  This enables the reset driver support over TI System Control Interface
 	  available on some new TI's SoCs. If you wish to use reset resources
-- 
2.30.2


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

* [PATCH] reset: ti-sci: allow building under COMPILE_TEST
@ 2022-04-04  9:45 ` Philipp Zabel
  0 siblings, 0 replies; 4+ messages in thread
From: Philipp Zabel @ 2022-04-04  9:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: Nishanth Menon, Tero Kristo, Santosh Shilimkar, linux-arm-kernel

Since commit 043cfff99a18 ("firmware: ti_sci: Fix compilation failure
when CONFIG_TI_SCI_PROTOCOL is not defined") it is possible to build
reset-ti-sci under CONFIG_COMPILE_TEST.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 drivers/reset/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index b496028b6bfa..d6cb52a1dce7 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -240,7 +240,7 @@ config RESET_SUNXI
 
 config RESET_TI_SCI
 	tristate "TI System Control Interface (TI-SCI) reset driver"
-	depends on TI_SCI_PROTOCOL
+	depends on TI_SCI_PROTOCOL || COMPILE_TEST
 	help
 	  This enables the reset driver support over TI System Control Interface
 	  available on some new TI's SoCs. If you wish to use reset resources
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] reset: ti-sci: allow building under COMPILE_TEST
  2022-04-04  9:45 ` Philipp Zabel
@ 2022-04-15 20:04   ` Nishanth Menon
  -1 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2022-04-15 20:04 UTC (permalink / raw)
  To: linux-kernel, Philipp Zabel
  Cc: Nishanth Menon, linux-arm-kernel, Tero Kristo, Santosh Shilimkar

Hi Philipp Zabel,

On Mon, 4 Apr 2022 11:45:00 +0200, Philipp Zabel wrote:
> Since commit 043cfff99a18 ("firmware: ti_sci: Fix compilation failure
> when CONFIG_TI_SCI_PROTOCOL is not defined") it is possible to build
> reset-ti-sci under CONFIG_COMPILE_TEST.
> 
> 

I have applied the following to branch ti-drivers-soc-next on [1].
Thank you!

[1/1] reset: ti-sci: allow building under COMPILE_TEST
      commit: a6af504184c981efd253f986e6fc54db57b1d39f

(minor edit: Capitalized "A" in allow in $subject)

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


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

* Re: [PATCH] reset: ti-sci: allow building under COMPILE_TEST
@ 2022-04-15 20:04   ` Nishanth Menon
  0 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2022-04-15 20:04 UTC (permalink / raw)
  To: linux-kernel, Philipp Zabel
  Cc: Nishanth Menon, linux-arm-kernel, Tero Kristo, Santosh Shilimkar

Hi Philipp Zabel,

On Mon, 4 Apr 2022 11:45:00 +0200, Philipp Zabel wrote:
> Since commit 043cfff99a18 ("firmware: ti_sci: Fix compilation failure
> when CONFIG_TI_SCI_PROTOCOL is not defined") it is possible to build
> reset-ti-sci under CONFIG_COMPILE_TEST.
> 
> 

I have applied the following to branch ti-drivers-soc-next on [1].
Thank you!

[1/1] reset: ti-sci: allow building under COMPILE_TEST
      commit: a6af504184c981efd253f986e6fc54db57b1d39f

(minor edit: Capitalized "A" in allow in $subject)

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-04-15 20:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04  9:45 [PATCH] reset: ti-sci: allow building under COMPILE_TEST Philipp Zabel
2022-04-04  9:45 ` Philipp Zabel
2022-04-15 20:04 ` Nishanth Menon
2022-04-15 20:04   ` Nishanth Menon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.