* linux-next: manual merge of the risc-v tree with the arm-soc tree
@ 2021-01-24 22:12 Stephen Rothwell
2021-01-25 9:44 ` Arnd Bergmann
2021-02-14 21:09 ` Stephen Rothwell
0 siblings, 2 replies; 5+ messages in thread
From: Stephen Rothwell @ 2021-01-24 22:12 UTC (permalink / raw)
To: Palmer Dabbelt, Paul Walmsley, Olof Johansson, Arnd Bergmann, ARM
Cc: Damien Le Moal, Linux Kernel Mailing List,
Linux Next Mailing List, Palmer Dabbelt
[-- Attachment #1: Type: text/plain, Size: 1534 bytes --]
Hi all,
Today's linux-next merge of the risc-v tree got conflicts in:
drivers/soc/Kconfig
drivers/soc/Makefile
between commit:
89d4f98ae90d ("ARM: remove zte zx platform")
from the arm-soc tree and commit:
08734e0581a5 ("riscv: Use vendor name for K210 SoC support")
from the risc-v 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/soc/Kconfig
index f357c6c659d2,c0143651f4a9..000000000000
--- a/drivers/soc/Kconfig
+++ b/drivers/soc/Kconfig
@@@ -22,6 -23,6 +23,5 @@@ source "drivers/soc/ti/Kconfig
source "drivers/soc/ux500/Kconfig"
source "drivers/soc/versatile/Kconfig"
source "drivers/soc/xilinx/Kconfig"
- source "drivers/soc/kendryte/Kconfig"
-source "drivers/soc/zte/Kconfig"
endmenu
diff --cc drivers/soc/Makefile
index 9bceb12b291d,fa7071246546..000000000000
--- a/drivers/soc/Makefile
+++ b/drivers/soc/Makefile
@@@ -28,4 -28,5 +28,4 @@@ obj-y += ti
obj-$(CONFIG_ARCH_U8500) += ux500/
obj-$(CONFIG_PLAT_VERSATILE) += versatile/
obj-y += xilinx/
- obj-$(CONFIG_SOC_KENDRYTE) += kendryte/
-obj-$(CONFIG_ARCH_ZX) += zte/
+ obj-$(CONFIG_SOC_CANAAN) += canaan/
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the risc-v tree with the arm-soc tree
2021-01-24 22:12 Stephen Rothwell
@ 2021-01-25 9:44 ` Arnd Bergmann
2021-02-14 21:09 ` Stephen Rothwell
1 sibling, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2021-01-25 9:44 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Palmer Dabbelt, Paul Walmsley, Olof Johansson, Arnd Bergmann, ARM,
Damien Le Moal, Linux Kernel Mailing List,
Linux Next Mailing List, Palmer Dabbelt
On Sun, Jan 24, 2021 at 11:14 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> 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.
Looks good, thanks!
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the risc-v tree with the arm-soc tree
2021-01-24 22:12 Stephen Rothwell
2021-01-25 9:44 ` Arnd Bergmann
@ 2021-02-14 21:09 ` Stephen Rothwell
1 sibling, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2021-02-14 21:09 UTC (permalink / raw)
To: Palmer Dabbelt, Paul Walmsley, Olof Johansson, Arnd Bergmann, ARM
Cc: Damien Le Moal, Linux Kernel Mailing List,
Linux Next Mailing List, Palmer Dabbelt
[-- Attachment #1: Type: text/plain, Size: 1804 bytes --]
Hi all,
On Mon, 25 Jan 2021 09:12:56 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the risc-v tree got conflicts in:
>
> drivers/soc/Kconfig
> drivers/soc/Makefile
>
> between commit:
>
> 89d4f98ae90d ("ARM: remove zte zx platform")
>
> from the arm-soc tree and commit:
>
> 08734e0581a5 ("riscv: Use vendor name for K210 SoC support")
>
> from the risc-v 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.
>
> diff --cc drivers/soc/Kconfig
> index f357c6c659d2,c0143651f4a9..000000000000
> --- a/drivers/soc/Kconfig
> +++ b/drivers/soc/Kconfig
> @@@ -22,6 -23,6 +23,5 @@@ source "drivers/soc/ti/Kconfig
> source "drivers/soc/ux500/Kconfig"
> source "drivers/soc/versatile/Kconfig"
> source "drivers/soc/xilinx/Kconfig"
> - source "drivers/soc/kendryte/Kconfig"
> -source "drivers/soc/zte/Kconfig"
>
> endmenu
> diff --cc drivers/soc/Makefile
> index 9bceb12b291d,fa7071246546..000000000000
> --- a/drivers/soc/Makefile
> +++ b/drivers/soc/Makefile
> @@@ -28,4 -28,5 +28,4 @@@ obj-y += ti
> obj-$(CONFIG_ARCH_U8500) += ux500/
> obj-$(CONFIG_PLAT_VERSATILE) += versatile/
> obj-y += xilinx/
> - obj-$(CONFIG_SOC_KENDRYTE) += kendryte/
> -obj-$(CONFIG_ARCH_ZX) += zte/
> + obj-$(CONFIG_SOC_CANAAN) += canaan/
With the merge window about to open, this is a reminder that this
conflict still exists.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* linux-next: manual merge of the risc-v tree with the arm-soc tree
@ 2025-11-25 22:45 Stephen Rothwell
2025-11-26 15:30 ` Drew Fustini
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2025-11-25 22:45 UTC (permalink / raw)
To: Palmer Dabbelt, Paul Walmsley, Arnd Bergmann
Cc: Clément Léger, Drew Fustini, Himanshu Chauhan,
Lukas Bulwahn, Paul Walmsley, ARM, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1717 bytes --]
Hi all,
Today's linux-next merge of the risc-v tree got a conflict in:
MAINTAINERS
between commit:
4de28f1edcfb ("dt-bindings: riscv: Add Tenstorrent Blackhole compatible")
from the arm-soc tree and commits:
e0ce62cfe3a9 ("drivers: firmware: add riscv SSE support")
832fd6c2e55c ("MAINTAINERS: refer to intended files in RISC-V SSE DRIVER")
from the risc-v 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 MAINTAINERS
index aacd4a754dab,6fa1048c248a..000000000000
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@@ -22247,15 -22195,14 +22254,23 @@@ F: arch/riscv/boot/dts/spacemit
N: spacemit
K: spacemit
+ RISC-V SSE DRIVER
+ M: Clément Léger <cleger@rivosinc.com>
+ R: Himanshu Chauhan <himanshu@thechauhan.dev>
+ L: linux-riscv@lists.infradead.org
+ S: Maintained
+ F: drivers/firmware/riscv/riscv_sbi_sse.c
+ F: include/linux/riscv_sbi_sse.h
+
+RISC-V TENSTORRENT SoC SUPPORT
+M: Drew Fustini <dfustini@oss.tenstorrent.com>
+M: Joel Stanley <jms@oss.tenstorrent.com>
+L: linux-riscv@lists.infradead.org
+S: Maintained
+T: git https://github.com/tenstorrent/linux.git
+F: Documentation/devicetree/bindings/riscv/tenstorrent.yaml
+F: arch/riscv/boot/dts/tenstorrent/
+
RISC-V THEAD SoC SUPPORT
M: Drew Fustini <fustini@kernel.org>
M: Guo Ren <guoren@kernel.org>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the risc-v tree with the arm-soc tree
2025-11-25 22:45 linux-next: manual merge of the risc-v tree with the arm-soc tree Stephen Rothwell
@ 2025-11-26 15:30 ` Drew Fustini
0 siblings, 0 replies; 5+ messages in thread
From: Drew Fustini @ 2025-11-26 15:30 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Palmer Dabbelt, Paul Walmsley, Arnd Bergmann,
Clément Léger, Drew Fustini, Himanshu Chauhan,
Lukas Bulwahn, Paul Walmsley, ARM, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 2259 bytes --]
On Wed, Nov 26, 2025 at 09:45:11AM +1100, Stephen Rothwell wrote:
> Hi all,
>
> Today's linux-next merge of the risc-v tree got a conflict in:
>
> MAINTAINERS
>
> between commit:
>
> 4de28f1edcfb ("dt-bindings: riscv: Add Tenstorrent Blackhole compatible")
>
> from the arm-soc tree and commits:
>
> e0ce62cfe3a9 ("drivers: firmware: add riscv SSE support")
> 832fd6c2e55c ("MAINTAINERS: refer to intended files in RISC-V SSE DRIVER")
>
> from the risc-v 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 MAINTAINERS
> index aacd4a754dab,6fa1048c248a..000000000000
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@@ -22247,15 -22195,14 +22254,23 @@@ F: arch/riscv/boot/dts/spacemit
> N: spacemit
> K: spacemit
>
> + RISC-V SSE DRIVER
> + M: Clément Léger <cleger@rivosinc.com>
> + R: Himanshu Chauhan <himanshu@thechauhan.dev>
> + L: linux-riscv@lists.infradead.org
> + S: Maintained
> + F: drivers/firmware/riscv/riscv_sbi_sse.c
> + F: include/linux/riscv_sbi_sse.h
> +
> +RISC-V TENSTORRENT SoC SUPPORT
> +M: Drew Fustini <dfustini@oss.tenstorrent.com>
> +M: Joel Stanley <jms@oss.tenstorrent.com>
> +L: linux-riscv@lists.infradead.org
> +S: Maintained
> +T: git https://github.com/tenstorrent/linux.git
> +F: Documentation/devicetree/bindings/riscv/tenstorrent.yaml
> +F: arch/riscv/boot/dts/tenstorrent/
> +
> RISC-V THEAD SoC SUPPORT
> M: Drew Fustini <fustini@kernel.org>
> M: Guo Ren <guoren@kernel.org>
Thanks for fixing this up. It looks like the correct resolution to me.
Tenstorrent MAINTAINERS patch is in the tag tenstorrent-dt-for-v6.19 [1]
that I used for the 6.19 pull request [2].
Drew
[1] https://git.kernel.org/pub/scm/linux/kernel/git/tenstorrent/linux.git/tag/?h=tenstorrent-dt-for-v6.19
[2] https://lore.kernel.org/all/aPUemXdOFZEdkayE@x1/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-11-26 15:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-25 22:45 linux-next: manual merge of the risc-v tree with the arm-soc tree Stephen Rothwell
2025-11-26 15:30 ` Drew Fustini
-- strict thread matches above, loose matches on Subject: below --
2021-01-24 22:12 Stephen Rothwell
2021-01-25 9:44 ` Arnd Bergmann
2021-02-14 21:09 ` 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).