devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Helms <alexander.helms.jy@renesas.com>
To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-clk@vger.kernel.org
Cc: robh+dt@kernel.org, sboyd@kernel.org, mturquette@baylibre.com,
	geert+renesas@glider.be, alexander.helms.jy@renesas.com
Subject: [PATCH v2 0/2] Add support for Renesas ProXO XP oscillator
Date: Fri, 23 Sep 2022 13:52:49 -0700	[thread overview]
Message-ID: <20220923205251.1387-1-alexander.helms.jy@renesas.com> (raw)

Device tree bindings and a common clock framework device drivers
for the Renesas ProXO XP oscillator.

V2:
 - Fix minor issues in dt bindings
 - Change renesas,xtal to renesas,crystal-frequency

Alex Helms (2):
  dt-bindings: clock: Add bindings for Renesas ProXO
  clk: Add support for Renesas ProXO oscillator

 .../bindings/clock/renesas,proxo.yaml         |  49 +++
 MAINTAINERS                                   |   6 +
 drivers/clk/Kconfig                           |   7 +
 drivers/clk/Makefile                          |   1 +
 drivers/clk/clk-proxo.c                       | 410 ++++++++++++++++++
 5 files changed, 473 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,proxo.yaml
 create mode 100644 drivers/clk/clk-proxo.c


base-commit: f64b5666e11dce481737208027d4af300c63842d
-- 
2.30.2


             reply	other threads:[~2022-09-23 20:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-23 20:52 Alex Helms [this message]
2022-09-23 20:52 ` [PATCH v2 1/2] dt-bindings: clock: Add bindings for Renesas ProXO Alex Helms
2022-09-26 23:04   ` Rob Herring
2022-09-27 14:10     ` Michal Simek
2022-09-27 14:51       ` Geert Uytterhoeven
2022-09-28 23:16         ` Alex Helms
2022-09-28 23:41           ` Stephen Boyd
2022-09-29 12:00             ` Michal Simek
2022-09-29 12:20               ` Geert Uytterhoeven
2022-09-29 12:59                 ` Michal Simek
2022-09-28 23:14     ` Alex Helms
2022-09-23 20:52 ` [PATCH v2 2/2] clk: Add support for Renesas ProXO oscillator Alex Helms

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=20220923205251.1387-1-alexander.helms.jy@renesas.com \
    --to=alexander.helms.jy@renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.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;
as well as URLs for NNTP newsgroup(s).