public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* linux-next: manual merge of the spi tree with the i2c-host tree
@ 2026-05-29 21:46 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2026-05-29 21:46 UTC (permalink / raw)
  To: Mark Brown
  Cc: Andi Shyti, Linux Kernel Mailing List, Linux Next Mailing List,
	Thomas Lin

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

Hi all,

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

  drivers/acpi/acpi_apd.c

between commit:

  fae5e96bb646e ("i2c: designware: Add ACPI ID LECA0003 for LECARC SoCs")

from the i2c-host tree and commit:

  019947c495850 ("spi: dw-mmio: Add ACPI ID LECA0002 for LECARC SoCs")

from the spi 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/acpi/acpi_apd.c
index 86678ee22a041,4d5a51d30adcd..0000000000000
--- a/drivers/acpi/acpi_apd.c
+++ b/drivers/acpi/acpi_apd.c
@@@ -182,11 -182,11 +182,16 @@@ static const struct apd_device_desc hip
  	.fixed_clk_rate = 250000000,
  };
  
 +static const struct apd_device_desc leca_i2c_desc = {
 +	.setup = acpi_apd_setup,
 +	.fixed_clk_rate = 250000000,
 +};
 +
+ static const struct apd_device_desc leca_spi_desc = {
+ 	.setup = acpi_apd_setup,
+ 	.fixed_clk_rate = 400000000,
+ };
+ 
  #endif /* CONFIG_ARM64 */
  
  #endif
@@@ -257,7 -257,7 +262,8 @@@ static const struct acpi_device_id acpi
  	{ "HISI02A2", APD_ADDR(hip08_i2c_desc) },
  	{ "HISI02A3", APD_ADDR(hip08_lite_i2c_desc) },
  	{ "HISI0173", APD_ADDR(hip08_spi_desc) },
+ 	{ "LECA0002", APD_ADDR(leca_spi_desc) },
 +	{ "LECA0003", APD_ADDR(leca_i2c_desc) },
  	{ "NXP0001", APD_ADDR(nxp_i2c_desc) },
  #endif
  	{ }

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-29 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29 21:46 linux-next: manual merge of the spi tree with the i2c-host tree Mark Brown

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