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:	Wed, 18 Mar 2015 16:08:20 +0200
From:	Georgi Djakov <georgi.djakov@...aro.org>
To:	sboyd@...eaurora.org, mturquette@...aro.org, galak@...eaurora.org
Cc:	linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org
Subject: [PATCH v3 0/2] clk: qcom: Add MSM8916 Global Clock Controller support

This patch adds support for the global clock controller found on the MSM8916
based devices. It allows the various device drivers to probe and control
their clocks and resets.

Depends on this patchset: https://lkml.org/lkml/2015/3/18/318

Changes since v2:
 * Addressed more comments from Stephen Boyd, reworked driver to use
 index tables for clock parents.
 * Split into two patches - DT binding and driver.

Changes since v1:
 * Addressed comments from Stephen Boyd and Archit Taneja
 * Fixed some incorrect offsets, parents etc.
 * Driver is tested on MSM8916-MTP device.


Georgi Djakov (2):
  dt-bindings: Add #defines for MSM8916 clocks and resets
  clk: qcom: Add MSM8916 Global Clock Controller support

 .../devicetree/bindings/clock/qcom,gcc.txt         |    1 +
 drivers/clk/qcom/Kconfig                           |    8 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/gcc-msm8916.c                     | 2880 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-msm8916.h       |  156 ++
 include/dt-bindings/reset/qcom,gcc-msm8916.h       |  108 +
 6 files changed, 3154 insertions(+)
 create mode 100644 drivers/clk/qcom/gcc-msm8916.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8916.h
 create mode 100644 include/dt-bindings/reset/qcom,gcc-msm8916.h

--
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