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-prev] [day] [month] [year] [list]
Date:   Wed, 23 May 2018 13:32:06 +0200
From:   "Rafael J. Wysocki" <rjw@...ysocki.net>
To:     Akshu Agrawal <akshu.agrawal@....com>
Cc:     djkurtz@...omium.org, Alexander.Deucher@....com,
        mturquette@...libre.com, sboyd@...nel.org,
        christian.koenig@....com, airlied@...hat.com, Shaoyun.Liu@....com,
        linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org,
        lenb@...nel.org, linux-acpi@...r.kernel.org
Subject: Re: [PATCH v3 0/2] Add support for general system clock on ST AMD platform

On Wednesday, May 9, 2018 11:58:59 AM CEST Akshu Agrawal wrote:
> AMD ST/CZ platform provides a general system clock which can be used
> by any driver. Registration of this clock will done in clk-st driver.
> While the ACPI misc device will create the required MMIO mappings
> and pass the same to the clk-st driver. The clk-st driver will
> use the address to enable/disable and set frequency.
> 
> Changelog:
> v2:
>   clk: x86: Add ST oscout platform clock: v3->v4 unregister clk_hw
>   ACPI: APD: Add AMD misc clock handler support: No change (v2)
> v3:
>   clk: x86: Add ST oscout platform clock:
> 		v4->v5 use static array, change license
>   ACPI: APD: Add AMD misc clock handler support:
> 		v2->v3 use devm_ioremap, fix warning
> 
> Akshu Agrawal (2):
>   clk: x86: Add ST oscout platform clock
>   ACPI: APD: Add AMD misc clock handler support
> 
>  drivers/acpi/acpi_apd.c              | 50 ++++++++++++++++++++
>  drivers/clk/x86/Makefile             |  1 +
>  drivers/clk/x86/clk-st.c             | 88 ++++++++++++++++++++++++++++++++++++
>  include/linux/platform_data/clk-st.h | 35 ++++++++++++++
>  4 files changed, 174 insertions(+)
>  create mode 100644 drivers/clk/x86/clk-st.c
>  create mode 100644 include/linux/platform_data/clk-st.h
> 
> 

Both patches applied, thanks!


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ