[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1584825247.git.mirq-linux@rere.qmqm.pl>
Date: Sat, 21 Mar 2020 22:18:02 +0100
From: Michał Mirosław <mirq-linux@...e.qmqm.pl>
To: Alexandre Belloni <alexandre.belloni@...tlin.com>,
Ludovic Desroches <ludovic.desroches@...rochip.com>,
Michael Turquette <mturquette@...libre.com>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/3] clk: at91: support configuring more clock parents via DT
This series extends AT91 with clock references to PCKx and
PLLA/AUDIOPLL (for sama5d2).
First patch simplifies clock table allocation. Next two update the table
with missing clock pointers and IDs.
---
v2: rebased against current clk/clk-at91 tree
v3: non-functional changes + rebase
---
Michał Mirosław (3):
clk: at91: optimize pmc data allocation
clk: at91: allow setting PCKx parent via DT
clk: at91: sama5d2: allow setting all PMC clock parents via DT
drivers/clk/at91/at91rm9200.c | 6 +++--
drivers/clk/at91/at91sam9260.c | 7 +++--
drivers/clk/at91/at91sam9g45.c | 6 +++--
drivers/clk/at91/at91sam9n12.c | 6 +++--
drivers/clk/at91/at91sam9rl.c | 6 +++--
drivers/clk/at91/at91sam9x5.c | 6 +++--
drivers/clk/at91/pmc.c | 44 ++++++++++++--------------------
drivers/clk/at91/pmc.h | 8 ++++--
drivers/clk/at91/sam9x60.c | 6 +++--
drivers/clk/at91/sama5d2.c | 12 ++++++---
drivers/clk/at91/sama5d3.c | 6 +++--
drivers/clk/at91/sama5d4.c | 6 +++--
include/dt-bindings/clock/at91.h | 3 +++
13 files changed, 72 insertions(+), 50 deletions(-)
--
2.20.1
Powered by blists - more mailing lists