All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Akshu Agrawal <akshu.agrawal@amd.com>
Cc: djkurtz@chromium.org, Alexander.Deucher@amd.com,
	mturquette@baylibre.com, sboyd@kernel.org,
	christian.koenig@amd.com, airlied@redhat.com,
	Shaoyun.Liu@amd.com, linux-kernel@vger.kernel.org,
	linux-clk@vger.kernel.org, lenb@kernel.org,
	linux-acpi@vger.kernel.org
Subject: Re: [PATCH v3 0/2] Add support for general system clock on ST AMD platform
Date: Wed, 23 May 2018 13:32:06 +0200	[thread overview]
Message-ID: <1850531.osTZcrXkZF@aspire.rjw.lan> (raw)
In-Reply-To: <1525859941-23654-1-git-send-email-akshu.agrawal@amd.com>

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!

      parent reply	other threads:[~2018-05-23 11:32 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-09  9:58 [PATCH v3 0/2] Add support for general system clock on ST AMD platform Akshu Agrawal
2018-05-09  9:58 ` Akshu Agrawal
2018-05-09  9:58 ` Akshu Agrawal
2018-05-09  9:59 ` [PATCH v5 1/2] clk: x86: Add ST oscout platform clock Akshu Agrawal
2018-05-09  9:59   ` Akshu Agrawal
2018-05-09  9:59   ` Akshu Agrawal
2018-05-09 15:58   ` Daniel Kurtz
2018-05-15  9:32   ` Rafael J. Wysocki
2018-05-15  9:39     ` Agrawal, Akshu
2018-05-15 21:14       ` Stephen Boyd
2018-05-15 21:14         ` Stephen Boyd
2018-05-16  8:23         ` Rafael J. Wysocki
2018-05-16 21:18           ` Stephen Boyd
2018-05-16 21:18             ` Stephen Boyd
2018-05-15 21:11   ` Stephen Boyd
2018-05-15 21:11     ` Stephen Boyd
2018-05-15 21:11     ` Stephen Boyd
2018-05-09  9:59 ` [PATCH v3 2/2] ACPI: APD: Add AMD misc clock handler support Akshu Agrawal
2018-05-09  9:59   ` Akshu Agrawal
2018-05-09  9:59   ` Akshu Agrawal
2018-05-09 15:59   ` Daniel Kurtz
2018-05-23 11:32 ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1850531.osTZcrXkZF@aspire.rjw.lan \
    --to=rjw@rjwysocki.net \
    --cc=Alexander.Deucher@amd.com \
    --cc=Shaoyun.Liu@amd.com \
    --cc=airlied@redhat.com \
    --cc=akshu.agrawal@amd.com \
    --cc=christian.koenig@amd.com \
    --cc=djkurtz@chromium.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.