public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
From: <daire.mcnamara@microchip.com>
To: <mturquette@baylibre.com>, <sboyd@kernel.org>,
	<linux-clk@vger.kernel.org>, <robh+dt@kernel.org>,
	<devicetree@vger.kernel.org>, <padmarao.begari@microchip.com>,
	<david.abdurachmanov@gmail.com>
Cc: Daire McNamara <daire.mcnamara@microchip.com>
Subject: [PATCH v1 0/2] CLK: microchip: Add clkcfg driver for Microchip PolarFire SoC
Date: Thu, 15 Oct 2020 12:47:23 +0100	[thread overview]
Message-ID: <20201015114725.23137-1-daire.mcnamara@microchip.com> (raw)

From: Daire McNamara <daire.mcnamara@microchip.com>

This patchset adds support for the Microchip PolarFire clkcfg
hardware block.

Daire McNamara (2):
  dt-bindings: CLK: microchip: Add Microchip PolarFire host binding
  CLK: microchip: Add driver for Microchip PolarFire SoC

 .../bindings/clock/microchip,pfsoc.yaml       |  70 +++
 drivers/clk/Kconfig                           |   5 +
 drivers/clk/Makefile                          |   1 +
 drivers/clk/microchip/Makefile                |   1 +
 drivers/clk/microchip/clk-pfsoc.c             | 424 ++++++++++++++++++
 .../dt-bindings/clock/microchip,pfsoc-clock.h |  45 ++
 6 files changed, 546 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/microchip,pfsoc.yaml
 create mode 100644 drivers/clk/microchip/clk-pfsoc.c
 create mode 100644 include/dt-bindings/clock/microchip,pfsoc-clock.h


base-commit: b5fc7a89e58bcc059a3d5e4db79c481fb437de59
prerequisite-patch-id: b98abc1ad412692a95e3eb3f7adfaff214750282
prerequisite-patch-id: b77f4eea4090304b5c113e4ccc29e64fc82cdc45
prerequisite-patch-id: 6237d2bb8bbd70d5f7023d07f4b3b2295097e85b
prerequisite-patch-id: 4b86709d0511137151e90710207805dad7b2d6f1
prerequisite-patch-id: 3c6331ab346c2cc212eddd1ecffd8c503e7a5cf1
-- 
2.25.1


             reply	other threads:[~2020-10-15 11:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15 11:47 daire.mcnamara [this message]
2020-10-15 11:47 ` [PATCH v1 1/2] dt-bindings: CLK: microchip: Add Microchip PolarFire host binding daire.mcnamara
2020-10-15 12:40   ` Krzysztof Kozlowski
2020-10-16 16:07   ` Rob Herring
2020-10-15 11:47 ` [PATCH v1 2/2] CLK: microchip: Add driver for Microchip PolarFire SoC daire.mcnamara
2020-10-15 12:52   ` Krzysztof Kozlowski
2020-10-20  0:16     ` Stephen Boyd

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=20201015114725.23137-1-daire.mcnamara@microchip.com \
    --to=daire.mcnamara@microchip.com \
    --cc=david.abdurachmanov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=padmarao.begari@microchip.com \
    --cc=robh+dt@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox