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:   Mon, 19 Jul 2021 09:58:05 +0300
From:   Maxim Kochetkov <fido_max@...ox.ru>
To:     Li Yang <leoyang.li@....com>
Cc:     linuxppc-dev <linuxppc-dev@...ts.ozlabs.org>, saravanak@...gle.com,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        lkml <linux-kernel@...r.kernel.org>,
        "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" 
        <linux-arm-kernel@...ts.infradead.org>,
        Zhao Qiang <qiang.zhao@....com>
Subject: Re: [PATCH] soc: fsl: qe: convert QE interrupt controller to
 platform_device

15.07.2021 01:29, Li Yang wrote:
>  From the original code, this should be type = "qeic".  It is not
> defined in current binding but probably needed for backward
> compatibility.

I took these strings from this part:

        np = of_find_compatible_node(NULL, NULL, "fsl,qe-ic");

        if (!np) {

                np = of_find_node_by_type(NULL, "qeic");

                if (!np)

                        return -ENODEV;

        }

However I can't find usage of "qeic" in any dts, so I will drop this in V2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ