From mboxrd@z Thu Jan 1 00:00:00 1970 From: rjw@rjwysocki.net (Rafael J. Wysocki) Date: Sun, 17 Dec 2017 19:11:01 +0100 Subject: [PATCH 0/2] cpufreq: few fix on mvebu driver In-Reply-To: <20171213172914.6148-1-gregory.clement@free-electrons.com> References: <20171213172914.6148-1-gregory.clement@free-electrons.com> Message-ID: <7730090.7esIMHHDxy@aspire.rjw.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday, December 13, 2017 6:29:12 PM CET Gregory CLEMENT wrote: > Hi, > > The second patch of this series was originally part of the series "Add CPU > Frequency scaling support on Armada 37xx" [1]. > > As requested by Viresh Kumar, it is extracted in a independent series. > In the meantime, Thomas Petazzoni pointed an issue on the first > version that I fixed in this series. > > While I was on this driver I found an aother issue that I fixed with > the first patch. > > Thanks, > > Gregory > > [1]: http://lists.infradead.org/pipermail/linux-arm-kernel/2017-December/547650.html > > Gregory CLEMENT (2): > cpufreq: mvebu: Free the clock reference in the normal path > cpufreq: mvebu: Free opp if registering failed > > drivers/cpufreq/mvebu-cpufreq.c | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) > > Both applied, thanks!