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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 20 Jun 2017 12:15:45 +0200
From:   Matthias Brugger <matthias.bgg@...il.com>
To:     Leilk Liu <leilk.liu@...iatek.com>, Mark Brown <broonie@...nel.org>
Cc:     Mark Rutland <mark.rutland@....com>,
        Sascha Hauer <s.hauer@...gutronix.de>,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org, linux-spi@...r.kernel.org,
        linux-mediatek@...ts.infradead.org
Subject: Re: [PATCH 2/2] spi: mediatek: add spi support for mt2712 IC



On 20/06/17 10:21, Leilk Liu wrote:
> this patch add support for mt2712 IC.
> 
> Signed-off-by: Leilk Liu <leilk.liu@...iatek.com>
> ---
>   drivers/spi/spi-mt65xx.c |    7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/spi/spi-mt65xx.c b/drivers/spi/spi-mt65xx.c
> index ec7755b..86bf456 100644
> --- a/drivers/spi/spi-mt65xx.c
> +++ b/drivers/spi/spi-mt65xx.c
> @@ -105,6 +105,10 @@ struct mtk_spi {
>   
>   static const struct mtk_spi_compatible mtk_common_compat;
>   
> +static const struct mtk_spi_compatible mt2712_compat = {
> +	.must_tx = true,
> +};
> +
>   static const struct mtk_spi_compatible mt7622_compat = {
>   	.must_tx = true,
>   	.enhance_timing = true,
> @@ -130,6 +134,9 @@ struct mtk_spi {
>   	{ .compatible = "mediatek,mt2701-spi",
>   		.data = (void *)&mtk_common_compat,
>   	},
> +	{ .compatible = "mediatek,mt2712-spi",
> +		.data = (void *)&mt2712_compat,
> +	},
>   	{ .compatible = "mediatek,mt6589-spi",
>   		.data = (void *)&mtk_common_compat,
>   	},
> 

Reviewed-by: Matthias Brugger <matthias.bgg@...il.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ