[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1398366252-19582-1-git-send-email-alexandre.belloni@free-electrons.com>
Date: Thu, 24 Apr 2014 21:04:07 +0200
From: Alexandre Belloni <alexandre.belloni@...e-electrons.com>
To: Mike Turquette <mturquette@...aro.org>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Antoine Ténart
<antoine.tenart@...e-electrons.com>,
Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>,
Jimmy Xu <zmxu@...vell.com>,
Jisheng Zhang <jszhang@...vell.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>
Subject: [PATCHv2 0/5] Berlin: add clock support
This patch set adds support for the clocks having their own register set. Other
clocks are available but they are sharing a common register in addition of their
own registers. They will be supported in a following series.
Also, I realized that when moving the pll nodes out of the clocks container,
they didn't get reorder.
Changes in v2:
- reworked berlin_clk_recalc_rate() as suggested by Sebastian
- some dts tweaks, as suggested by Antoine
Alexandre Belloni (5):
clk: berlin: add support for clocks
clk: berlin: add berlin clocks DT bindings documentation
ARM: berlin/dt: add sdio clocks to BG2
ARM: berlin/dt: add sdio clocks to BG2CD
ARM: berlin/dt: add sdio clocks to BG2Q
.../devicetree/bindings/clock/berlin-clock.txt | 9 +-
arch/arm/boot/dts/berlin2.dtsi | 42 ++++---
arch/arm/boot/dts/berlin2cd.dtsi | 42 ++++---
arch/arm/boot/dts/berlin2q.dtsi | 28 +++--
drivers/clk/berlin/Makefile | 2 +-
drivers/clk/berlin/clk.c | 134 +++++++++++++++++++++
6 files changed, 220 insertions(+), 37 deletions(-)
create mode 100644 drivers/clk/berlin/clk.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists