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:   Wed, 12 Aug 2020 18:28:14 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Cc:     devel@...verdev.osuosl.org, Mayulong <mayulong1@...wei.com>,
        linuxarm@...wei.com, linux-kernel@...r.kernel.org,
        mauro.chehab@...wei.com
Subject: Re: [PATCH 01/44] staging: spmi: add Hikey 970 SPMI controller driver

On Wed, Aug 12, 2020 at 05:56:11PM +0200, Mauro Carvalho Chehab wrote:
> From: Mayulong <mayulong1@...wei.com>
> 
> Add the SPMI controller code required to use the Kirin 970
> SPMI bus.
> 
> [mchehab+huawei@...nel.org: added just the SPMI controller on this patch]
> 
> The complete patch is at:
> 
> 	https://github.com/96boards-hikey/linux/commit/08464419fba2
> 
> Signed-off-by: Mayulong <mayulong1@...wei.com>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
> ---
>  .../staging/hikey9xx/hisi-spmi-controller.c   | 390 ++++++++++++++++++
>  1 file changed, 390 insertions(+)
>  create mode 100644 drivers/staging/hikey9xx/hisi-spmi-controller.c
> 
> diff --git a/drivers/staging/hikey9xx/hisi-spmi-controller.c b/drivers/staging/hikey9xx/hisi-spmi-controller.c
> new file mode 100644
> index 000000000000..987526c8b49f
> --- /dev/null
> +++ b/drivers/staging/hikey9xx/hisi-spmi-controller.c
> @@ -0,0 +1,390 @@
> +
> +#include <linux/delay.h>

<snip>

No SPDX line at all?

:(

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ