linux-next: manual merge of the wireless-next tree with the arm64 tree

Mark Brown <[email protected]> Mon, 3 Aug 2026 15:04:13 +0100
Newsgroups org.kernel.vger.linux-next,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless
Message-ID <[email protected]>
--b0B81MGmHuKCT2kA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi all,

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

  include/linux/pci_ids.h

between commit:

  cf65b4d765b5f ("perf/dwc_pcie: Add support for Picoheart vendor devices")

=66rom the arm64 tree and commit:

  888b1934642b7 ("PCI: Move Spacemit vendor and device IDs to linux/pci_ids=
=2Eh")

=66rom the wireless-next 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 include/linux/pci_ids.h
index b0aad3af268b6,d6f26cacc8e35..0000000000000
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@@ -2640,8 -2640,10 +2640,12 @@@
  #define PCI_VENDOR_ID_SUNIX		0x1fd4
  #define PCI_DEVICE_ID_SUNIX_1999	0x1999
 =20
+ #define PCI_VENDOR_ID_SPACEMIT		0x201f
+ #define PCI_DEVICE_ID_SPACEMIT_K1	0x0001
+ #define PCI_DEVICE_ID_SPACEMIT_K3	0x0002
+=20
 +#define PCI_VENDOR_ID_PICOHEART		0x20fa
 +
  #define PCI_VENDOR_ID_HINT             0x3388
  #define PCI_DEVICE_ID_HINT_VXPROII_IDE 0x8013
 =20

--b0B81MGmHuKCT2kA
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmpwn9wACgkQJNaLcl1U
h9B8Qgf/ZDwUwgGzdBs0KcrveicOv7t/7I1hHk7cSuy/LeGMmA8T6SPorVkjS297
7nxZynMdyIR1UnEFpf4phs1Yrp3mpQCR9KxYZuKEkGKz9s6r4bSgth+SY3xOnbx5
zacEKAmjLltycy66XP4alJYj41/QI90zyEvIP+LPh8AppDXZWHQrKhDJagO24s9X
RKg0ClY/Ao4GfTGbVS1bZBNbutKn/1v0JoclJBJmmv8OteuT/hiX7LnzdaPo6kXZ
vjv2/bpqpEAnKay1NVw+IE+pjCMSl7ZN9otAyeX4ho2gGSiEgAyW4GydieYBBHy2
c6G6HDl546vpvLlFAGADLQFZveo0Hw==
=6mLZ
-----END PGP SIGNATURE-----

--b0B81MGmHuKCT2kA--