linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] add slow clock support for SAM9X60
@ 2019-05-21 10:11 Claudiu.Beznea
  2019-05-21 10:11 ` [PATCH v4 1/4] clk: at91: sckc: sama5d4 has no bypass support Claudiu.Beznea
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Claudiu.Beznea @ 2019-05-21 10:11 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt, mark.rutland, Nicolas.Ferre,
	alexandre.belloni, Ludovic.Desroches
  Cc: linux-clk, devicetree, linux-arm-kernel, linux-kernel, Claudiu.Beznea

From: Claudiu Beznea <claudiu.beznea@microchip.com>

Hi,

This series add slow clock support for SAM9X60. Apart from previous IPs, this
one uses different offsets in control register for different functionalities.
The series adapt current driver to work for all IPs using per IP
configurations initialized at probe.

Thank you,
Claudiu Beznea

Changes in v4:
- remove macros which were used to access IP specific bits for control
  register
- collect Acked-by, Reviewed-by tags

Changes in v3:
- add patch 1/1 that remove bypass code in the code specific to SAMA5D4
  (there is no bypass support on SAMA5D4)
- adapt review comments
- register clock with of_clk_hw_onecell_get to emphasize that this IP has
  2 output clocks MD_SLKC and TD_SLCK (I considered not necessary to
  introduce new constants to be shared b/w driver and DT bindings; if
  you consider otherwise, let me know)
- adapt dt-binding patch with clock-cells changes (thus didn't introduced
  Reviewed-by tag)
- renamed struct clk_slow_offsets to struct clk_slow_bits and the
  corresponding instances of it

Changes in v2:
- split patch 1/1 from v1 in 2 patches: one adding register bit offsets
  support (patch 1/3 from this series), one adding support for SAM9X60
  (patch 2/3 from this series)
- fix compatible string from "microchip,at91sam9x60-sckc" to
  "microchip,sam9x60-sckc"

Claudiu Beznea (4):
  clk: at91: sckc: sama5d4 has no bypass support
  clk: at91: sckc: add support to specify registers bit offsets
  dt-bindings: clk: at91: add bindings for SAM9X60's slow clock
    controller
  clk: at91: sckc: add support for SAM9X60

 .../devicetree/bindings/clock/at91-clock.txt       |   7 +-
 drivers/clk/at91/sckc.c                            | 173 ++++++++++++++++-----
 2 files changed, 139 insertions(+), 41 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-06-27 10:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21 10:11 [PATCH v4 0/4] add slow clock support for SAM9X60 Claudiu.Beznea
2019-05-21 10:11 ` [PATCH v4 1/4] clk: at91: sckc: sama5d4 has no bypass support Claudiu.Beznea
2019-06-26 18:34   ` Stephen Boyd
2019-05-21 10:11 ` [PATCH v4 2/4] clk: at91: sckc: add support to specify registers bit offsets Claudiu.Beznea
2019-05-21 10:49   ` Alexandre Belloni
2019-06-26 18:34   ` Stephen Boyd
2019-05-21 10:11 ` [PATCH v4 3/4] dt-bindings: clk: at91: add bindings for SAM9X60's slow clock controller Claudiu.Beznea
2019-06-26 18:34   ` Stephen Boyd
2019-05-21 10:11 ` [PATCH v4 4/4] clk: at91: sckc: add support for SAM9X60 Claudiu.Beznea
2019-06-26 18:34   ` Stephen Boyd
2019-06-26 18:36   ` Stephen Boyd
2019-06-27 10:23     ` Claudiu.Beznea

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