mbox series

[0/2] add slow clock support for SAM9X60

Message ID 1550140748-21714-1-git-send-email-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series add slow clock support for SAM9X60 | expand

Message

Claudiu Beznea Feb. 14, 2019, 10:39 a.m. UTC
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

Claudiu Beznea (2):
  clk: at91: sckc: adapt sckc driver to work for SAM9X60
  dt-bindings: clk: at91: add bindings for SAM9X60's slow clock
    controller

 .../devicetree/bindings/clock/at91-clock.txt       |   3 +-
 drivers/clk/at91/sckc.c                            | 142 ++++++++++++++++-----
 2 files changed, 109 insertions(+), 36 deletions(-)

Comments

Claudiu Beznea Feb. 14, 2019, 11:39 a.m. UTC | #1
Hi,

Please ignore this series. I'll resend a new one better formating the patches.

Thank you,
Claudiu Beznea

On 14.02.2019 12:39, Claudiu Beznea - M18063 wrote:
> 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
> 
> Claudiu Beznea (2):
>   clk: at91: sckc: adapt sckc driver to work for SAM9X60
>   dt-bindings: clk: at91: add bindings for SAM9X60's slow clock
>     controller
> 
>  .../devicetree/bindings/clock/at91-clock.txt       |   3 +-
>  drivers/clk/at91/sckc.c                            | 142 ++++++++++++++++-----
>  2 files changed, 109 insertions(+), 36 deletions(-)
>