2024-05-22 00:51:55

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the i2c-host tree

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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2024-05-22 05:33:17

by Heiner Kallweit

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the i2c-host tree

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")

2024-05-28 00:52:42

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the i2c-host tree

Hi Heiner,

On Wed, 22 May 2024 07:33:03 +0200 Heiner Kallweit <[email protected]> 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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2024-05-28 01:01:24

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the i2c-host tree

Hi all,

On Wed, 22 May 2024 10:41:28 +1000 Stephen Rothwell <[email protected]> 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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature