Linux clock framework development
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Richard Fitzgerald <rf@opensource.cirrus.com>
Cc: bmasney@redhat.com, sboyd@kernel.org, mturquette@baylibre.com,
	 robh@kernel.org, krzk+dt@kernel.org, linux-clk@vger.kernel.org,
	 devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	patches@opensource.cirrus.com
Subject: Re: [PATCH v7 1/3] dt-bindings: clock: cs2600: Add support for the CS2600
Date: Mon, 10 Aug 2026 08:56:51 +0200	[thread overview]
Message-ID: <20260810-hungry-authentic-junglefowl-bfd103@quoll> (raw)
In-Reply-To: <20260807155406.752721-2-rf@opensource.cirrus.com>

On Fri, Aug 07, 2026 at 04:54:04PM +0100, Richard Fitzgerald wrote:
> diff --git a/Documentation/devicetree/bindings/clock/cirrus,cs2600.yaml b/Documentation/devicetree/bindings/clock/cirrus,cs2600.yaml
> new file mode 100644
> index 000000000000..630be30c160c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/cirrus,cs2600.yaml
> @@ -0,0 +1,170 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/cirrus,cs2600.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Cirrus Logic Fractional-N Clock Synthesizer & Clock Multiplier
> +
> +maintainers:
> +  - patches@opensource.cirrus.com

No group mailboxes are accepted. List here people which we can actually
contact.

I did not notice this in v5.


...

> +examples:
> +  - |
> +    i2c {
> +      #address-cells = <1>;
> +      #size-cells = <0>;
> +
> +      clock-controller@2c {
> +        compatible = "cirrus,cs2600";
> +        reg = <0x2c>;
> +        #clock-cells = <1>;
> +        clocks = <&xtl_clk>, <&sync_clock>;
> +        clock-names = "ref_clk_in", "clk_in";
> +        vdd-supply = <&vreg>;
> +        cirrus,smart-mode;
> +        cirrus,smart-mode-clkin-only;
> +      };
> +    };
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4a8b0fd665ce..c2328066fede 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6213,6 +6213,13 @@ F:	sound/hda/codecs/side-codecs/cs*
>  F:	sound/hda/codecs/side-codecs/hda_component*
>  F:	sound/soc/codecs/cs*
>  
> +CIRRUS LOGIC CLOCK DRIVERS
> +M:	patches@opensource.cirrus.com

Company drop boxes are not really working for us. I understand it does
work for you, though, but that's not what we want. Please come up with
list of people REALLY responsible for this.

Otherwise why would we want it in the Linux kernel?

> +L:	patches@opensource.cirrus.com
> +S:	Supported
> +F:	Documentation/devicetree/bindings/clock/cirrus,cs2600*
> +F:	include/dt-bindings/clock/cirrus,cs2600*
> +
>  CIRRUS LOGIC HAPTIC DRIVERS
>  M:	James Ogletree <jogletre@opensource.cirrus.com>
>  M:	Fred Treven <fred.treven@cirrus.com>
> diff --git a/include/dt-bindings/clock/cirrus,cs2600-clock.h b/include/dt-bindings/clock/cirrus,cs2600-clock.h
> new file mode 100644
> index 000000000000..bde505e17813
> --- /dev/null
> +++ b/include/dt-bindings/clock/cirrus,cs2600-clock.h

Same filename as the binding.

Best regards,
Krzysztof


  reply	other threads:[~2026-08-10  6:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-07 15:54 [PATCH v7 0/3] Cirrus Logic CS2600 clock device Richard Fitzgerald
2026-08-07 15:54 ` [PATCH v7 1/3] dt-bindings: clock: cs2600: Add support for the CS2600 Richard Fitzgerald
2026-08-10  6:56   ` Krzysztof Kozlowski [this message]
2026-08-07 15:54 ` [PATCH v7 2/3] clk: cs2600: Add Fractional-N clock driver Richard Fitzgerald
2026-08-07 20:55   ` Uwe Kleine-König
2026-08-07 15:54 ` [PATCH v7 3/3] clk: cs2600: Add KUnit test for CS2600 driver Richard Fitzgerald

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=20260810-hungry-authentic-junglefowl-bfd103@quoll \
    --to=krzk@kernel.org \
    --cc=bmasney@redhat.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=patches@opensource.cirrus.com \
    --cc=rf@opensource.cirrus.com \
    --cc=robh@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