Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1468318
| From | Marcin Wojtas <mw@semihalf.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Armada 7k/8k CP110 system controller fixes |
| Date | 2016-08-23 08:30 +0200 |
| Message-ID | <s9dnI-eE-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
Newly added clock driver for Marvell Armada 7k/8k CP110 HW block occurred
not to be working properly, especially when using two instances of CP110
in Armada 8k. Below tiny patchset comprise fixes for that (prevent from
using uninitialized 'flag' field and static global resources).
Any feedback would be very welcome.
Best regards,
Marcin
Marcin Wojtas (2):
clk: mvebu: set flags in CP110 gate clock
clk: mvebu: dynamically allocate resources in Armada CP110 system
controller
drivers/clk/mvebu/cp110-system-controller.c | 30 ++++++++++++++++++++---------
1 file changed, 21 insertions(+), 9 deletions(-)
--
1.8.3.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Armada 7k/8k CP110 system controller fixes Marcin Wojtas <mw@semihalf.com> - 2016-08-23 08:30 +0200
[PATCH 2/2] clk: mvebu: dynamically allocate resources in Armada CP110 system controller Marcin Wojtas <mw@semihalf.com> - 2016-08-23 08:30 +0200
Re: [PATCH 2/2] clk: mvebu: dynamically allocate resources in Armada CP110 system controller Stephen Boyd <sboyd@codeaurora.org> - 2016-08-25 07:10 +0200
[PATCH 1/2] clk: mvebu: set flags in CP110 gate clock Marcin Wojtas <mw@semihalf.com> - 2016-08-23 08:30 +0200
Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock Andrew Lunn <andrew@lunn.ch> - 2016-08-23 16:20 +0200
Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock Marcin Wojtas <mw@semihalf.com> - 2016-08-24 11:00 +0200
Re: [PATCH 1/2] clk: mvebu: set flags in CP110 gate clock Stephen Boyd <sboyd@codeaurora.org> - 2016-08-25 07:10 +0200
csiph-web