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-next>] [day] [month] [year] [list]
Date:	Tue, 13 May 2014 17:06:53 +0300
From:	Peter De Schrijver <pdeschrijver@...dia.com>
To:	Peter De Schrijver <pdeschrijver@...dia.com>
CC:	Mike Turquette <mturquette@...aro.org>,
	Prashant Gaikwad <pgaikwad@...dia.com>,
	Stephen Warren <swarren@...dotorg.org>,
	Thierry Reding <thierry.reding@...il.com>,
	Rob Herring <robh+dt@...nel.org>,
	Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	Arnd Bergmann <arnd@...db.de>, <linux-kernel@...r.kernel.org>,
	<linux-tegra@...r.kernel.org>, <devicetree@...r.kernel.org>
Subject: [RFC PATCH 0/3] Introduce shared and cbus clocks

Cbus clocks are virtual clocks which implement coordinated changes to
clock rates. They are used to change PLL rates with active child clocks.
On some SoCs (eg. Tegra) this requires the active child clocks to be moved
to a different parent durint the rate change.

Shared clocks are virtual clocks which implement clock policies such as
minimum required rate or maximum allowed rate.

Peter De Schrijver (3):
  clk: Implement cbus and shared clocks
  clk: tegra: Implement common shared clks
  clk: tegra: Implement Tegra124 shared/cbus clks

 drivers/clk/Makefile                     |    1 +
 drivers/clk/clk-shared-cbus.c            |  448 ++++++++++++++++++++++++++++++
 drivers/clk/tegra/Makefile               |    1 +
 drivers/clk/tegra/clk-id.h               |   58 ++++
 drivers/clk/tegra/clk-tegra-shared.c     |  128 +++++++++
 drivers/clk/tegra/clk-tegra124.c         |   50 ++++
 drivers/clk/tegra/clk.h                  |    1 +
 include/dt-bindings/clock/tegra124-car.h |   70 +++++-
 include/linux/clk-provider.h             |   56 ++++
 9 files changed, 812 insertions(+), 1 deletions(-)
 create mode 100644 drivers/clk/clk-shared-cbus.c
 create mode 100644 drivers/clk/tegra/clk-tegra-shared.c

-- 
1.7.7.rc0.72.g4b5ea.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ