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,  3 Mar 2020 18:48:10 +0530
From:   Odelu Kukatla <okukatla@...eaurora.org>
To:     georgi.djakov@...aro.org, daidavid1@...eaurora.org,
        bjorn.andersson@...aro.org, evgreen@...gle.com
Cc:     sboyd@...nel.org, ilina@...eaurora.org, seansw@....qualcomm.com,
        elder@...aro.org, linux-kernel@...r.kernel.org,
        linux-arm-msm@...r.kernel.org, linux-pm@...r.kernel.org,
        linux-arm-msm-owner@...r.kernel.org,
        Odelu Kukatla <okukatla@...eaurora.org>
Subject: [v5, 0/3] Add SC7180 interconnect provider driver

Add driver to support scaling of the on-chip interconnects on
the SC7180-based platforms.

v5:
 - Addressed review comments (Georgi/Matthias)
 
v4:
 - Addressed review comments (Sibi/Matthias)

v3:
 - Addressed review comments (Stephen/Rob)
 - Switched the dt-bindings to dual-license.
 - Sorted DT nodes by their addresses.
 - Rebased to linux-next

v2:
 - Addressed review comments (Sibi/Georgi)
 - Added local ids for nodes.

Depends on:
Consolidate interconnect RPMh support: https://patchwork.kernel.org/patch/11411959/

Odelu Kukatla (3):
  dt-bindings: interconnect: Add Qualcomm SC7180 DT bindings
  interconnect: qcom: Add SC7180 interconnect provider driver
  arm64: dts: sc7180: Add interconnect provider DT nodes

 .../bindings/interconnect/qcom,sc7180.yaml         |  85 +++
 arch/arm64/boot/dts/qcom/sc7180.dtsi               |  96 +++
 drivers/interconnect/qcom/Kconfig                  |  10 +
 drivers/interconnect/qcom/Makefile                 |   2 +
 drivers/interconnect/qcom/sc7180.c                 | 641 +++++++++++++++++++++
 drivers/interconnect/qcom/sc7180.h                 | 149 +++++
 include/dt-bindings/interconnect/qcom,sc7180.h     | 161 ++++++
 7 files changed, 1144 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sc7180.yaml
 create mode 100644 drivers/interconnect/qcom/sc7180.c
 create mode 100644 drivers/interconnect/qcom/sc7180.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sc7180.h

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

Powered by blists - more mailing lists