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>] [day] [month] [year] [list]
Date:   Thu, 10 Mar 2022 10:56:29 +0900
From:   Sang Min Kim <hypmean.kim@...sung.com>
To:     "bzolnier@...il.com" <bzolnier@...il.com>,
        "krzysztof.kozlowski@...onical.com" 
        <krzysztof.kozlowski@...onical.com>,
        "rafael@...nel.org" <rafael@...nel.org>,
        "daniel.lezcano@...aro.org" <daniel.lezcano@...aro.org>,
        "amitk@...nel.org" <amitk@...nel.org>,
        "rui.zhang@...el.com" <rui.zhang@...el.com>
CC:     "linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
        "linux-samsung-soc@...r.kernel.org" 
        <linux-samsung-soc@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/3] Add support for artpec8 to samsung tmu

These patches are to add thermal management uint to artpec8 SoC.
The tmu of artpec8 is derived from the tmu of exynos, but it includes settings
specialized for artpec8 SoC, such as supporting multiple remote sensors.
 
The contents of each patch are as follows.
0001: Compatible for artpec8 has been added.
0002: It contains tmu driver code for artpec8.
0003: This is a modified version of Makefile to build artpec8 tmu.
 
The driver was tested on a board that supports artpec8 SoC.
 
sangmin kim (3):
  dt-bindings: thermal: Add artpec8 compatible string for exynos-thermal
  thermal: artpec8-tmu: Add tmu driver for artpec8
  thermal: samsung: Update makefile for artpec8
 
 .../bindings/thermal/samsung,exynos-thermal.yaml   |   2 +
 drivers/thermal/samsung/Makefile                   |   2 +-
 drivers/thermal/samsung/artpec8_tmu.c              | 754 +++++++++++++++++++++
 3 files changed, 757 insertions(+), 1 deletion(-)
 create mode 100644 drivers/thermal/samsung/artpec8_tmu.c
 
--
2.9.5
 
 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ