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
| ||
|
Message-ID: <53f2bd239c74bab3079be3185abc4909.sboyd@kernel.org> Date: Mon, 27 Mar 2023 11:51:57 -0700 From: Stephen Boyd <sboyd@...nel.org> To: Hal Feng <hal.feng@...rfivetech.com>, devicetree@...r.kernel.org, linux-clk@...r.kernel.org, linux-riscv@...ts.infradead.org Cc: Michael Turquette <mturquette@...libre.com>, Philipp Zabel <p.zabel@...gutronix.de>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Conor Dooley <conor@...nel.org>, Palmer Dabbelt <palmer@...belt.com>, Paul Walmsley <paul.walmsley@...ive.com>, Albert Ou <aou@...s.berkeley.edu>, Ben Dooks <ben.dooks@...ive.com>, Daniel Lezcano <daniel.lezcano@...aro.org>, Thomas Gleixner <tglx@...utronix.de>, Marc Zyngier <maz@...nel.org>, Emil Renner Berthing <emil.renner.berthing@...onical.com>, Hal Feng <hal.feng@...rfivetech.com>, linux-kernel@...r.kernel.org Subject: Re: [PATCH v6 13/21] clk: starfive: Add StarFive JH7110 system clock driver Quoting Hal Feng (2023-03-20 03:37:42) > diff --git a/drivers/clk/starfive/clk-starfive-jh7110-sys.c b/drivers/clk/starfive/clk-starfive-jh7110-sys.c > new file mode 100644 > index 000000000000..f98a508969c3 > --- /dev/null > +++ b/drivers/clk/starfive/clk-starfive-jh7110-sys.c > @@ -0,0 +1,450 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * StarFive JH7110 System Clock Driver > + * > + * Copyright (C) 2022 Emil Renner Berthing <kernel@...il.dk> > + * Copyright (C) 2022 StarFive Technology Co., Ltd. > + */ > + > +#include <linux/clk.h> Please drop this include. > +#include <linux/clk-provider.h> > +#include <linux/init.h> > +#include <linux/io.h> > +#include <linux/platform_device.h>
Powered by blists - more mailing lists