lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <35d2fd6a-167b-8df8-aa61-b40aa7224e3c@mediatek.com>
Date:   Mon, 28 Aug 2023 18:25:22 +0800
From:   Macpaul Lin <macpaul.lin@...iatek.com>
To:     Michael Walle <mwalle@...nel.org>
CC:     <angelogioacchino.delregno@...labora.com>,
        <bear.wang@...iatek.com>, <broonie@...nel.org>,
        <chunfeng.yun@...iatek.com>, <fparent@...libre.com>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>,
        <linux-mediatek@...ts.infradead.org>, <linux-spi@...r.kernel.org>,
        <macpaul@...il.com>, <matthias.bgg@...il.com>,
        <pablo.sun@...iatek.com>
Subject: Re: [PATCH] spidev: add compatible string for MediaTek IoT (Genio)
 boards

On 8/28/23 17:33, Michael Walle wrote:
> 	
> 
> External email : Please do not click links or open attachments until you 
> have verified the sender or the content.
> 
> 
>> Add compatible string for MediaTek IoT (Genio) boards.
> 
> This has already be discussed [1] and was naked.
> 
> https://lore.kernel.org/lkml/20230118-mt8365-spi-support-v1-2-842a21e50494@baylibre.com/
> 
> -michael

Thanks for the reminding, I'll check previous discussion thread.

>> Signed-off-by: Fabien Parent <fparent@...libre.com>
>> Signed-off-by: Macpaul Lin <macpaul.lin@...iatek.com>
>> ---
>>   drivers/spi/spidev.c | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
>> index d13dc15cc191..9d7952dbbaa6 100644
>> --- a/drivers/spi/spidev.c
>> +++ b/drivers/spi/spidev.c
>> @@ -714,6 +714,7 @@ static const struct spi_device_id spidev_spi_ids[] = {
>>   	{ .name = "spi-authenta" },
>>   	{ .name = "em3581" },
>>   	{ .name = "si3210" },
>> +	{ .name = "genio-board" },
>>   	{},
>>   };
>>   MODULE_DEVICE_TABLE(spi, spidev_spi_ids);
>> @@ -742,6 +743,7 @@ static const struct of_device_id spidev_dt_ids[] = {
>>   	{ .compatible = "semtech,sx1301", .data = &spidev_of_check },
>>   	{ .compatible = "silabs,em3581", .data = &spidev_of_check },
>>   	{ .compatible = "silabs,si3210", .data = &spidev_of_check },
>> +	{ .compatible = "mediatek,genio-board", .data = &spidev_of_check },
>>   	{},
>>   };
>>   MODULE_DEVICE_TABLE(of, spidev_dt_ids);
>> -- 
>> 2.18.0

Regards,
Macpaul Lin

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ