Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1228935
| From | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 0/6] ARM: berlin: add cpufreq support |
| Date | 2015-09-20 20:30 +0200 |
| Message-ID | <qaRx7-7Lc-11@gated-at.bofh.it> (permalink) |
| References | <q9Esi-wC-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 17.09.2015 12:14, Antoine Tenart wrote: > This series adds the cpufreq support to the Berlin SoCs, using > cpufreq-dt. [...] > Antoine Tenart (6): > clk: berlin: move MAX_CLKS out of drivers/clk/berlin > clk: berlin: add cpuclk > ARM: berlin: dts: add the cpufreq-dt bindings on the BG2Q > ARM: berlin: dts: add the cpufreq-dt bindings on the BG2 > ARM: berlin: dts: add the cpufreq-dt bindings on the BG2CD > ARM: berlin: register cpufreq-dt Applied 1, 2 with Mike's and Stephen's Acked-by to berlin/driver. Applied 3, 4, 5 to berlin/dt. Applied 6 to berlin/driver again. Sebastian > arch/arm/boot/dts/berlin2.dtsi | 10 ++++++++++ > arch/arm/boot/dts/berlin2cd.dtsi | 8 ++++++++ > arch/arm/boot/dts/berlin2q.dtsi | 11 +++++++++++ > arch/arm/mach-berlin/berlin.c | 6 ++++++ > drivers/clk/berlin/bg2.c | 1 - > drivers/clk/berlin/bg2q.c | 13 ++++++------- > include/dt-bindings/clock/berlin2.h | 2 ++ > include/dt-bindings/clock/berlin2q.h | 3 +++ > 8 files changed, 46 insertions(+), 8 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/6] ARM: berlin: add cpufreq support Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-09-17 12:20 +0200 [PATCH v3 6/6] ARM: berlin: register cpufreq-dt Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-09-17 12:20 +0200 [PATCH v3 2/6] clk: berlin: add cpuclk Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-09-17 12:20 +0200 [PATCH v3 4/6] ARM: berlin: dts: add the cpufreq-dt bindings on the BG2 Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-09-17 12:20 +0200 [PATCH v3 1/6] clk: berlin: move MAX_CLKS out of drivers/clk/berlin Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-09-17 12:20 +0200 [PATCH v3 5/6] ARM: berlin: dts: add the cpufreq-dt bindings on the BG2CD Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-09-17 12:20 +0200 [PATCH v3 3/6] ARM: berlin: dts: add the cpufreq-dt bindings on the BG2Q Antoine Tenart <antoine.tenart@free-electrons.com> - 2015-09-17 12:20 +0200 Re: [PATCH v3 0/6] ARM: berlin: add cpufreq support Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-09-20 20:30 +0200
csiph-web