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: <20171212205104.vnnjr3w56w4mrfh6@rob-hp-laptop> Date: Tue, 12 Dec 2017 14:51:04 -0600 From: Rob Herring <robh@...nel.org> To: Sricharan R <sricharan@...eaurora.org> Cc: mturquette@...libre.com, sboyd@...eaurora.org, devicetree@...r.kernel.org, linux-pm@...r.kernel.org, linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org, viresh.kumar@...aro.org, linux-arm-kernel@...ts.infradead.org Subject: Re: [PATCH v4 09/12] clk: qcom: Add Krait clock controller driver On Fri, Dec 08, 2017 at 03:12:27PM +0530, Sricharan R wrote: > From: Stephen Boyd <sboyd@...eaurora.org> > > The Krait CPU clocks are made up of a primary mux and secondary > mux for each CPU and the L2, controlled via cp15 accessors. For > Kraits within KPSSv1 each secondary mux accepts a different aux > source, but on KPSSv2 each secondary mux accepts the same aux > source. > > Cc: <devicetree@...r.kernel.org> > Signed-off-by: Stephen Boyd <sboyd@...eaurora.org> > --- > .../devicetree/bindings/clock/qcom,krait-cc.txt | 22 ++ Please make bindings a separate patch. > drivers/clk/qcom/Kconfig | 8 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/krait-cc.c | 350 +++++++++++++++++++++ > 4 files changed, 381 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/qcom,krait-cc.txt > create mode 100644 drivers/clk/qcom/krait-cc.c
Powered by blists - more mailing lists