summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-gpio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clk: gpio: Unlock mutex on error pathStephen Boyd2015-07-281-2/+4
| | | | | | | | | | We don't unlock the mutex if we fail to allocate the parent names array. Unlock it and return an error in this case as well. Reported-by: kbuild test robot <fengguang.wu@intel.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Cc: Sergej Sawazki <ce3a@gmx.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: Rename clk-gpio-gate.c to clk-gpio.cSergej Sawazki2015-07-071-0/+322
The file clk-gpio-gate.c does not only contain the gate clock, but also the mux clock. Rename the file to clk-gpio.c. Cc: Jyri Sarha <jsarha@ti.com> Signed-off-by: Sergej Sawazki <ce3a@gmx.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>