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]
Date:   Fri, 8 Dec 2017 16:21:28 -0600
From:   Li Yang <leoyang.li@....com>
To:     Yangbo Lu <yangbo.lu@....com>
Cc:     "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] soc: fsl: support GUTS driver for ls1012a/ls1046a

On Thu, Dec 7, 2017 at 2:36 AM, Yangbo Lu <yangbo.lu@....com> wrote:
> This patch is to add compatible strings "fsl,ls1021a-dcfg" and
> "fsl,ls1043a-dcfg" into device match table of GUTS driver.
>
> Signed-off-by: Yangbo Lu <yangbo.lu@....com>
> ---
>  drivers/soc/fsl/guts.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/soc/fsl/guts.c b/drivers/soc/fsl/guts.c
> index d89a6a80c8ef..d98de2c76659 100644
> --- a/drivers/soc/fsl/guts.c
> +++ b/drivers/soc/fsl/guts.c
> @@ -214,6 +214,8 @@ static const struct of_device_id fsl_guts_of_match[] = {
>         { .compatible = "fsl,ls1043a-dcfg", },
>         { .compatible = "fsl,ls2080a-dcfg", },
>         { .compatible = "fsl,ls1088a-dcfg", },
> +       { .compatible = "fsl,ls1012a-dcfg", },
> +       { .compatible = "fsl,ls1046a-dcfg", },

Looks good.  Merged.

Regards,
Leo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ