linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the hte tree with the gpio-brgl tree
@ 2023-10-24  4:11 Stephen Rothwell
  2023-11-02  0:35 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2023-10-24  4:11 UTC (permalink / raw)
  To: Dipen Patel, Bartosz Golaszewski
  Cc: Arnd Bergmann, Bartosz Golaszewski, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]

Hi all,

Today's linux-next merge of the hte tree got a conflict in:

  drivers/hte/Kconfig

between commit:

  9bc633117d6a ("hte: tegra194: add GPIOLIB dependency")

from the gpio-brgl tree and commit:

  63137bee5a7a ("hte: allow building modules with COMPILE_TEST enabled")

from the hte tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/hte/Kconfig
index 8e0fd818a73e,083e67492bf2..000000000000
--- a/drivers/hte/Kconfig
+++ b/drivers/hte/Kconfig
@@@ -16,8 -16,7 +16,8 @@@ if HT
  
  config HTE_TEGRA194
  	tristate "NVIDIA Tegra194 HTE Support"
- 	depends on ARCH_TEGRA_194_SOC
+ 	depends on (ARCH_TEGRA_194_SOC || COMPILE_TEST)
 +	depends on GPIOLIB
  	help
  	  Enable this option for integrated hardware timestamping engine also
  	  known as generic timestamping engine (GTE) support on NVIDIA Tegra194

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: manual merge of the hte tree with the gpio-brgl tree
  2023-10-24  4:11 linux-next: manual merge of the hte tree with the gpio-brgl tree Stephen Rothwell
@ 2023-11-02  0:35 ` Stephen Rothwell
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2023-11-02  0:35 UTC (permalink / raw)
  To: Dipen Patel, Bartosz Golaszewski
  Cc: Arnd Bergmann, Bartosz Golaszewski, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

Hi all,

On Tue, 24 Oct 2023 15:11:38 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the hte tree got a conflict in:
> 
>   drivers/hte/Kconfig
> 
> between commit:
> 
>   9bc633117d6a ("hte: tegra194: add GPIOLIB dependency")
> 
> from the gpio-brgl tree and commit:
> 
>   63137bee5a7a ("hte: allow building modules with COMPILE_TEST enabled")
> 
> from the hte tree.
> 
> diff --cc drivers/hte/Kconfig
> index 8e0fd818a73e,083e67492bf2..000000000000
> --- a/drivers/hte/Kconfig
> +++ b/drivers/hte/Kconfig
> @@@ -16,8 -16,7 +16,8 @@@ if HT
>   
>   config HTE_TEGRA194
>   	tristate "NVIDIA Tegra194 HTE Support"
> - 	depends on ARCH_TEGRA_194_SOC
> + 	depends on (ARCH_TEGRA_194_SOC || COMPILE_TEST)
>  +	depends on GPIOLIB
>   	help
>   	  Enable this option for integrated hardware timestamping engine also
>   	  known as generic timestamping engine (GTE) support on NVIDIA Tegra194

This is now a conflict between the hte tree and Linus' tree.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2023-11-02  0:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-24  4:11 linux-next: manual merge of the hte tree with the gpio-brgl tree Stephen Rothwell
2023-11-02  0:35 ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).