mbox series

[0/2] media: mei_csi/mei_ace: Fix driver modalias not matching device modalias

Message ID 20231024101319.11878-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series media: mei_csi/mei_ace: Fix driver modalias not matching device modalias | expand

Message

Hans de Goede Oct. 24, 2023, 10:13 a.m. UTC
Hi All,

This fixes an issue with the mei device-id matching which I noticed while
debugging an out of tree IPU6 driver issue which a Fedora user was seeing
with kernels >= 6.5 on a Dell Precision 5470 which uses the VSC chip.

Note the root cause there was a different issue and these patches
have been compile tested only, please test.

Regards,

Hans


Hans de Goede (2):
  media: mei_csi: Fix driver modalias not matching device modalias
  media: mei_ace: Fix driver modalias not matching device modalias

 drivers/media/pci/intel/ivsc/mei_ace.c | 2 +-
 drivers/media/pci/intel/ivsc/mei_csi.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Wu, Wentong Oct. 24, 2023, 2 p.m. UTC | #1
Hi Hans,

Thanks for your patch, but I think this has been fixed by below commit
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/media/pci/intel/ivsc/mei_csi.c?id=18e35ba0d89f89bdda8001c6b34b18f62917d10d
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/media/pci/intel/ivsc/mei_ace.c?id=6b6f41791b443e9d141ae254ec0de833841497a9

BR,
Wentong

> From: Hans de Goede <hdegoede>
> 
> Hi All,
> 
> This fixes an issue with the mei device-id matching which I noticed while
> debugging an out of tree IPU6 driver issue which a Fedora user was seeing with
> kernels >= 6.5 on a Dell Precision 5470 which uses the VSC chip.
> 
> Note the root cause there was a different issue and these patches have been
> compile tested only, please test.
> 
> Regards,
> 
> Hans
> 
> 
> Hans de Goede (2):
>   media: mei_csi: Fix driver modalias not matching device modalias
>   media: mei_ace: Fix driver modalias not matching device modalias
> 
>  drivers/media/pci/intel/ivsc/mei_ace.c | 2 +-
> drivers/media/pci/intel/ivsc/mei_csi.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> --
> 2.41.0
Hans de Goede Oct. 24, 2023, 3:10 p.m. UTC | #2
Hi,

On 10/24/23 16:00, Wu, Wentong wrote:
> Hi Hans,
> 
> Thanks for your patch, but I think this has been fixed by below commit
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/media/pci/intel/ivsc/mei_csi.c?id=18e35ba0d89f89bdda8001c6b34b18f62917d10d
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/media/pci/intel/ivsc/mei_ace.c?id=6b6f41791b443e9d141ae254ec0de833841497a9

Ah right it looks like this is already fixed, so this patch
series can be dropped.

Regards,

Hans




>> From: Hans de Goede <hdegoede>
>>
>> Hi All,
>>
>> This fixes an issue with the mei device-id matching which I noticed while
>> debugging an out of tree IPU6 driver issue which a Fedora user was seeing with
>> kernels >= 6.5 on a Dell Precision 5470 which uses the VSC chip.
>>
>> Note the root cause there was a different issue and these patches have been
>> compile tested only, please test.
>>
>> Regards,
>>
>> Hans
>>
>>
>> Hans de Goede (2):
>>   media: mei_csi: Fix driver modalias not matching device modalias
>>   media: mei_ace: Fix driver modalias not matching device modalias
>>
>>  drivers/media/pci/intel/ivsc/mei_ace.c | 2 +-
>> drivers/media/pci/intel/ivsc/mei_csi.c | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> --
>> 2.41.0
>