linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v3 09/13] dt-bindings: clock: Make marvell,mmp2-clock a power controller
       [not found] ` <20200519224151.2074597-10-lkundrak@v3.sk>
@ 2020-05-26 23:05   ` Rob Herring
  2020-05-28  1:01   ` [PATCH v3 09/13] dt-bindings: clock: Make marvell, mmp2-clock " Stephen Boyd
  1 sibling, 0 replies; 16+ messages in thread
From: Rob Herring @ 2020-05-26 23:05 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Stephen Boyd, Michael Turquette, linux-kernel,
	linux-clk, linux-arm-kernel

On Wed, May 20, 2020 at 12:41:47AM +0200, Lubomir Rintel wrote:
> This is a binding for the MMP2 power management units. As such apart from
> providing the clocks, they also manage the power islands.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> 
> ---
> Changes since v2:
> - Added this patch
> 
>  .../devicetree/bindings/clock/marvell,mmp2-clock.yaml        | 5 +++++
>  1 file changed, 5 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 12/13] dt-bindings: clock: Add Marvell MMP Audio Clock Controller binding
       [not found] ` <20200519224151.2074597-13-lkundrak@v3.sk>
@ 2020-05-26 23:06   ` Rob Herring
  2020-05-28  1:01   ` Stephen Boyd
  2020-06-04 20:47   ` Rob Herring
  2 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2020-05-26 23:06 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Stephen Boyd, Michael Turquette, linux-kernel,
	Rob Herring, linux-clk, linux-arm-kernel

On Wed, 20 May 2020 00:41:50 +0200, Lubomir Rintel wrote:
> This describes the bindings for a controller that generates master and bit
> clocks for the I2S interface.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> 
> ---
> Changes since v1:
> - Fix commit message wording
> - Define MMP2_CLK_AUDIO_NR_CLKS
> - Make clock ids start at 0, not 1
> - Fix dt-bindings/clock/marvell,mmp2-audio.h file name
> - Rename node from "clocks" to "clock-controller"
> 
>  .../clock/marvell,mmp2-audio-clock.yaml       | 74 +++++++++++++++++++
>  .../dt-bindings/clock/marvell,mmp2-audio.h    | 10 +++
>  2 files changed, 84 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml
>  create mode 100644 include/dt-bindings/clock/marvell,mmp2-audio.h
> 

Reviewed-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 01/13] clk: mmp: frac: Do not lose last 4 digits of precision
       [not found] ` <20200519224151.2074597-2-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:39)
> While calculating the output rate of a fractional divider clock, the
> value is divided and multipled by 10000, discarding the least
> significant digits -- presumably to fit the intermediate value within 32
> bits.
> 
> The precision we're losing is, however, not insignificant for things like
> I2S clock. Maybe also elsewhere, now that since commit ea56ad60260e ("clk:
> mmp2: Stop pretending PLL outputs are constant") the parent rates are more
> precise and no longer rounded to 10000s.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 02/13] clk: mmp: frac: Allow setting bits other than the numerator/denominator
       [not found] ` <20200519224151.2074597-3-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:40)
> For the I2S fractional clocks, there are more bits that need to be set
> for the clock to run. Their actual meaning is unknown.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 03/13] dt-bindings: marvell, mmp2: Add clock id for the I2S clocks
       [not found] ` <20200519224151.2074597-4-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Rob Herring, Michael Turquette, linux-kernel,
	Lubomir Rintel, Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:41)
> There are two of these on a MMP2.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> Acked-by: Rob Herring <robh@kernel.org>
> 
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 04/13] dt-bindings: marvell, mmp2: Add clock id for the Audio clock
       [not found] ` <20200519224151.2074597-5-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Rob Herring, Michael Turquette, linux-kernel,
	Lubomir Rintel, Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:42)
> This clocks the Audio block.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> Acked-by: Rob Herring <robh@kernel.org>
> 
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 05/13] clk: mmp2: Move thermal register defines up a bit
       [not found] ` <20200519224151.2074597-6-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:43)
> A trivial change to keep the sorting sane. The APBC registers are happier
> when they are grouped together, instead of mixed with the APMU ones.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 06/13] clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init()
       [not found] ` <20200519224151.2074597-7-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:44)
> This is a trivial rename for a routine that registers more clock sources
> than the PLLs -- there's also a XO.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 07/13] clk: mmp2: Add the I2S clocks
       [not found] ` <20200519224151.2074597-8-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:45)
> A pair of fractional clock sources for PLLs and gates.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> 
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 08/13] clk: mmp2: Add the audio clock
       [not found] ` <20200519224151.2074597-9-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:46)
> This clocks the Audio block.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 09/13] dt-bindings: clock: Make marvell, mmp2-clock a power controller
       [not found] ` <20200519224151.2074597-10-lkundrak@v3.sk>
  2020-05-26 23:05   ` [PATCH v3 09/13] dt-bindings: clock: Make marvell,mmp2-clock a power controller Rob Herring
@ 2020-05-28  1:01   ` Stephen Boyd
  1 sibling, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:47)
> This is a binding for the MMP2 power management units. As such apart from
> providing the clocks, they also manage the power islands.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> 
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 10/13] dt-bindings: marvell, mmp2: Add ids for the power domains
       [not found] ` <20200519224151.2074597-11-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Rob Herring, Michael Turquette, linux-kernel,
	Lubomir Rintel, Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:48)
> On MMP2 the audio and GPU blocks are on separate power islands. On MMP3
> the camera block's power is also controlled separately.
> 
> Add the numbers that we could use to refer to the power domains for
> respective power islands from the device tree.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> Acked-by: Rob Herring <robh@kernel.org>
> 
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 11/13] clk: mmp2: Add support for power islands
       [not found] ` <20200519224151.2074597-12-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:49)
> Apart from the clocks and resets, the PMU hardware also controls power
> to peripherals that are on separate power islands. On MMP2, that's the
> GC860 GPU and the SSPA audio interface, while on MMP3 also the camera
> interface is on a separate island, along with the pair of GC2000 and GC300
> GPUs and the SSPA.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> 
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 12/13] dt-bindings: clock: Add Marvell MMP Audio Clock Controller binding
       [not found] ` <20200519224151.2074597-13-lkundrak@v3.sk>
  2020-05-26 23:06   ` [PATCH v3 12/13] dt-bindings: clock: Add Marvell MMP Audio Clock Controller binding Rob Herring
@ 2020-05-28  1:01   ` Stephen Boyd
  2020-06-04 20:47   ` Rob Herring
  2 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:50)
> This describes the bindings for a controller that generates master and bit
> clocks for the I2S interface.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> 
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 13/13] clk: mmp2: Add audio clock controller driver
       [not found] ` <20200519224151.2074597-14-lkundrak@v3.sk>
@ 2020-05-28  1:01   ` Stephen Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Boyd @ 2020-05-28  1:01 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Michael Turquette, linux-kernel, Lubomir Rintel,
	Rob Herring, linux-clk, linux-arm-kernel

Quoting Lubomir Rintel (2020-05-19 15:41:51)
> This is a driver for a block that generates master and bit clocks for
> the I2S interface. It's separate from the PMUs that generate clocks for
> the peripherals.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> 
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 12/13] dt-bindings: clock: Add Marvell MMP Audio Clock Controller binding
       [not found] ` <20200519224151.2074597-13-lkundrak@v3.sk>
  2020-05-26 23:06   ` [PATCH v3 12/13] dt-bindings: clock: Add Marvell MMP Audio Clock Controller binding Rob Herring
  2020-05-28  1:01   ` Stephen Boyd
@ 2020-06-04 20:47   ` Rob Herring
  2 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2020-06-04 20:47 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: devicetree, Stephen Boyd, Michael Turquette, linux-kernel,
	linux-clk,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

On Tue, May 19, 2020 at 4:42 PM Lubomir Rintel <lkundrak@v3.sk> wrote:
>
> This describes the bindings for a controller that generates master and bit
> clocks for the I2S interface.
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
>
> ---
> Changes since v1:
> - Fix commit message wording
> - Define MMP2_CLK_AUDIO_NR_CLKS
> - Make clock ids start at 0, not 1
> - Fix dt-bindings/clock/marvell,mmp2-audio.h file name
> - Rename node from "clocks" to "clock-controller"
>
>  .../clock/marvell,mmp2-audio-clock.yaml       | 74 +++++++++++++++++++
>  .../dt-bindings/clock/marvell,mmp2-audio.h    | 10 +++
>  2 files changed, 84 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml
>  create mode 100644 include/dt-bindings/clock/marvell,mmp2-audio.h
>
> diff --git a/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml b/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml
> new file mode 100644
> index 000000000000..ab6e82d1d3a9
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/marvell,mmp2-audio-clock.yaml
> @@ -0,0 +1,74 @@
> +# SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/marvell,mmp2-audio-clock.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Marvell MMP2 Audio Clock Controller
> +
> +maintainers:
> +  - Lubomir Rintel <lkundrak@v3.sk>
> +
> +description: |
> +  The audio clock controller generates and supplies the clocks to the audio
> +  codec.
> +
> +  Each clock is assigned an identifier and client nodes use this identifier
> +  to specify the clock which they consume.
> +
> +  All these identifiers could be found in
> +  <dt-bindings/clock/marvell,mmp2-audio.h>.
> +
> +properties:
> +  compatible:
> +    enum:
> +      - marvell,mmp2-audio-clock
> +
> +  reg:
> +    maxItems: 1
> +
> +  clocks:
> +    items:
> +      - description: Audio subsystem clock
> +      - description: The crystal oscillator clock
> +      - description: First I2S clock
> +      - description: Second I2S clock
> +
> +  clock-names:
> +    items:
> +      - const: audio
> +      - const: vctcxo
> +      - const: i2s0
> +      - const: i2s1
> +
> +  '#clock-cells':
> +    const: 1
> +
> +  power-domains:
> +    maxItems: 1
> +
> +required:
> +  - compatible
> +  - reg
> +  - clocks
> +  - clock-names
> +  - '#clock-cells'
> +
> +additionalProperties: false
> +
> +examples:
> +  - |
> +    #include <dt-bindings/clock/marvell,mmp2-audio.h>
> +    #include <dt-bindings/power/marvell,mmp2.h>
> +
> +    clock-controller@d42a0c30 {
> +      compatible = "marvell,mmp2-audio-clock";
> +      reg = <0xd42a0c30 0x10>;
> +      clock-names = "audio", "vctcxo", "i2s0", "i2s1";
> +      clocks = <&soc_clocks MMP2_CLK_AUDIO>,
> +               <&soc_clocks MMP2_CLK_VCTCXO>,
> +               <&soc_clocks MMP2_CLK_I2S0>,
> +               <&soc_clocks MMP2_CLK_I2S1>;

This now breaks linux-next. I think the above defines are missing
their include.

My testing wasn't happy either because it couldn't find
marvell,mmp2.h. I guess that's somewhere in linux-next and now we're
on to the secondary issue. Once that's fixed, then the schema checks
will actually run (hint: make sure they pass).

Please get this fixed or revert before it is sent to Linus. Maybe we
can have an rc1 without the schema broken.

Rob

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-06-04 20:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200519224151.2074597-1-lkundrak@v3.sk>
     [not found] ` <20200519224151.2074597-2-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 01/13] clk: mmp: frac: Do not lose last 4 digits of precision Stephen Boyd
     [not found] ` <20200519224151.2074597-3-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 02/13] clk: mmp: frac: Allow setting bits other than the numerator/denominator Stephen Boyd
     [not found] ` <20200519224151.2074597-4-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 03/13] dt-bindings: marvell, mmp2: Add clock id for the I2S clocks Stephen Boyd
     [not found] ` <20200519224151.2074597-5-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 04/13] dt-bindings: marvell, mmp2: Add clock id for the Audio clock Stephen Boyd
     [not found] ` <20200519224151.2074597-6-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 05/13] clk: mmp2: Move thermal register defines up a bit Stephen Boyd
     [not found] ` <20200519224151.2074597-7-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 06/13] clk: mmp2: Rename mmp2_pll_init() to mmp2_main_clk_init() Stephen Boyd
     [not found] ` <20200519224151.2074597-8-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 07/13] clk: mmp2: Add the I2S clocks Stephen Boyd
     [not found] ` <20200519224151.2074597-9-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 08/13] clk: mmp2: Add the audio clock Stephen Boyd
     [not found] ` <20200519224151.2074597-10-lkundrak@v3.sk>
2020-05-26 23:05   ` [PATCH v3 09/13] dt-bindings: clock: Make marvell,mmp2-clock a power controller Rob Herring
2020-05-28  1:01   ` [PATCH v3 09/13] dt-bindings: clock: Make marvell, mmp2-clock " Stephen Boyd
     [not found] ` <20200519224151.2074597-11-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 10/13] dt-bindings: marvell, mmp2: Add ids for the power domains Stephen Boyd
     [not found] ` <20200519224151.2074597-12-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 11/13] clk: mmp2: Add support for power islands Stephen Boyd
     [not found] ` <20200519224151.2074597-14-lkundrak@v3.sk>
2020-05-28  1:01   ` [PATCH v3 13/13] clk: mmp2: Add audio clock controller driver Stephen Boyd
     [not found] ` <20200519224151.2074597-13-lkundrak@v3.sk>
2020-05-26 23:06   ` [PATCH v3 12/13] dt-bindings: clock: Add Marvell MMP Audio Clock Controller binding Rob Herring
2020-05-28  1:01   ` Stephen Boyd
2020-06-04 20:47   ` Rob Herring

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).