linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the i2c-host tree
@ 2024-03-11 23:41 Stephen Rothwell
  2024-03-12 10:44 ` Andi Shyti
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2024-03-11 23:41 UTC (permalink / raw)
  To: Andi Shyti
  Cc: Mukesh Kumar Savaliya, Viken Dadhaniya,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

After merging the i2c-host tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/i2c/busses/i2c-qcom-geni.c: In function 'i2c_gpi_cb_result':
drivers/i2c/busses/i2c-qcom-geni.c:493:18: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
  493 |         status = FIELD_GET(I2C_DMA_TX_IRQ_MASK, i2c_res->status);
      |                  ^~~~~~~~~
cc1: all warnings being treated as errors

Caused by commit

  313d6aa4c648 ("i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode")

I have used the i2c-host tree from next-20240308 for today.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build failure after merge of the i2c-host tree
  2024-03-11 23:41 linux-next: build failure after merge of the i2c-host tree Stephen Rothwell
@ 2024-03-12 10:44 ` Andi Shyti
  0 siblings, 0 replies; 6+ messages in thread
From: Andi Shyti @ 2024-03-12 10:44 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Mukesh Kumar Savaliya, Viken Dadhaniya,
	Linux Kernel Mailing List, Linux Next Mailing List

Hi Stephen,

> After merging the i2c-host tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
> 
> drivers/i2c/busses/i2c-qcom-geni.c: In function 'i2c_gpi_cb_result':
> drivers/i2c/busses/i2c-qcom-geni.c:493:18: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
>   493 |         status = FIELD_GET(I2C_DMA_TX_IRQ_MASK, i2c_res->status);
>       |                  ^~~~~~~~~
> cc1: all warnings being treated as errors

sorry about that, will remove it.

Thanks,
Andi

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

* Re: linux-next: build failure after merge of the i2c-host tree
  2024-05-22  0:41 Stephen Rothwell
  2024-05-22  5:33 ` Heiner Kallweit
@ 2024-05-28  1:01 ` Stephen Rothwell
  1 sibling, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2024-05-28  1:01 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Andi Shyti, Alex Deucher, Kenneth Feng, Likun Gao,
	Heiner Kallweit, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

On Wed, 22 May 2024 10:41:28 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the i2c-host tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
> 
> drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0_2_ppt.c: In function 'smu_v14_0_2_i2c_control_init':
> drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0_2_ppt.c:1565:34: error: 'I2C_CLASS_SPD' undeclared (first use in this function); did you mean 'I2C_CLASS_HWMON'?
>  1565 |                 control->class = I2C_CLASS_SPD;
>       |                                  ^~~~~~~~~~~~~
>       |                                  I2C_CLASS_HWMON
> 
> Caused by commit
> 
>   49b33f4b3a9e ("i2c: Remove I2C_CLASS_SPD")
> 
> interacting with commit
> 
>   3e55845c3983 ("drm/amd/swsmu: add smu v14_0_2 support")
> 
> from Linus' tree (in the current merge window).
> 
> I have used the i2c-host tree from next-20240521 for today.

This is now a failure after the merge of the i2c tree :-(

I have used the i2c tree from next-20240523 for today.
-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build failure after merge of the i2c-host tree
  2024-05-22  5:33 ` Heiner Kallweit
@ 2024-05-28  0:52   ` Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2024-05-28  0:52 UTC (permalink / raw)
  To: Heiner Kallweit
  Cc: Andi Shyti, Alex Deucher, Kenneth Feng, Likun Gao,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi Heiner,

On Wed, 22 May 2024 07:33:03 +0200 Heiner Kallweit <hkallweit1@gmail.com> wrote:
>
> This conflict has been resolved by:
> e22e0e483b2c ("drm/amd/pm: remove deprecated I2C_CLASS_SPD support from newly added SMU_14_0_2")

Sure, but that patch is not in the i2c-host tree (or a branch that the
i2c-host tree includes), so I am still getting this failure.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build failure after merge of the i2c-host tree
  2024-05-22  0:41 Stephen Rothwell
@ 2024-05-22  5:33 ` Heiner Kallweit
  2024-05-28  0:52   ` Stephen Rothwell
  2024-05-28  1:01 ` Stephen Rothwell
  1 sibling, 1 reply; 6+ messages in thread
From: Heiner Kallweit @ 2024-05-22  5:33 UTC (permalink / raw)
  To: Stephen Rothwell, Andi Shyti
  Cc: Alex Deucher, Kenneth Feng, Likun Gao, Linux Kernel Mailing List,
	Linux Next Mailing List

On 22.05.2024 02:41, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the i2c-host tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
> 
> drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0_2_ppt.c: In function 'smu_v14_0_2_i2c_control_init':
> drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0_2_ppt.c:1565:34: error: 'I2C_CLASS_SPD' undeclared (first use in this function); did you mean 'I2C_CLASS_HWMON'?
>  1565 |                 control->class = I2C_CLASS_SPD;
>       |                                  ^~~~~~~~~~~~~
>       |                                  I2C_CLASS_HWMON
> 
> Caused by commit
> 
>   49b33f4b3a9e ("i2c: Remove I2C_CLASS_SPD")
> 
> interacting with commit
> 
>   3e55845c3983 ("drm/amd/swsmu: add smu v14_0_2 support")
> 
> from Linus' tree (in the current merge window).
> 
> I have used the i2c-host tree from next-20240521 for today.
> 
This conflict has been resolved by:
e22e0e483b2c ("drm/amd/pm: remove deprecated I2C_CLASS_SPD support from newly added SMU_14_0_2")

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

* linux-next: build failure after merge of the i2c-host tree
@ 2024-05-22  0:41 Stephen Rothwell
  2024-05-22  5:33 ` Heiner Kallweit
  2024-05-28  1:01 ` Stephen Rothwell
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2024-05-22  0:41 UTC (permalink / raw)
  To: Andi Shyti
  Cc: Alex Deucher, Kenneth Feng, Likun Gao, Heiner Kallweit,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

After merging the i2c-host tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0_2_ppt.c: In function 'smu_v14_0_2_i2c_control_init':
drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu14/smu_v14_0_2_ppt.c:1565:34: error: 'I2C_CLASS_SPD' undeclared (first use in this function); did you mean 'I2C_CLASS_HWMON'?
 1565 |                 control->class = I2C_CLASS_SPD;
      |                                  ^~~~~~~~~~~~~
      |                                  I2C_CLASS_HWMON

Caused by commit

  49b33f4b3a9e ("i2c: Remove I2C_CLASS_SPD")

interacting with commit

  3e55845c3983 ("drm/amd/swsmu: add smu v14_0_2 support")

from Linus' tree (in the current merge window).

I have used the i2c-host tree from next-20240521 for today.

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2024-05-28  1:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-11 23:41 linux-next: build failure after merge of the i2c-host tree Stephen Rothwell
2024-03-12 10:44 ` Andi Shyti
2024-05-22  0:41 Stephen Rothwell
2024-05-22  5:33 ` Heiner Kallweit
2024-05-28  0:52   ` Stephen Rothwell
2024-05-28  1:01 ` 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).