08 Feb, 2016
2 commits
-
This patch fixes the checkpatch.pl issue:
CHECK: Please use a blank line after function/struct/union/enum declarations
Signed-off-by: SirnamSwetha
Signed-off-by: Greg Kroah-Hartman -
This patch fixes the checkpatch.pl issue:
CHECK: Avoid CamelCase:
CHECK: Avoid CamelCase:
Signed-off-by: SirnamSwetha
Signed-off-by: Greg Kroah-Hartman
21 Jul, 2015
1 commit
-
This clock provider uses the consumer API, so include clk.h
explicitly.Acked-by: Sören Brinkmann
Acked-by: Greg Kroah-Hartman
Signed-off-by: Stephen Boyd
18 Jan, 2015
2 commits
-
Even though it should never happen, handle the case that the clock
notifier is called with an unexpected clock handle. This avoids the
compiler warning:
drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_clk_notifier':
>> drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:99:6: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (ndata->new_rate > max)
^Reported-by: kbuild test robot
Signed-off-by: Soren Brinkmann
Signed-off-by: Greg Kroah-Hartman -
Added a new line after declaration to remove the warning
'Missing a blank line after declarations'Signed-off-by: Athira Lekshmi
Acked-by: Soren Brinkmann
Signed-off-by: Greg Kroah-Hartman
03 Dec, 2014
2 commits
-
Fixed checkpatch warning:
Missing a newline after declarationsSigned-off-by: Athira Sharikkal
Acked-by: Soren Brinkmann
Signed-off-by: Greg Kroah-Hartman -
The clk_name gets the return value from kasprintf (part of which does the
allocation of the returned buffer). So check the return pointer
before using it for clk_register_fixed_factor.Signed-off-by: Devendra Naga
Reviewed-by: Soren Brinkmann
Signed-off-by: Greg Kroah-Hartman
29 Oct, 2014
1 commit
-
A macro doing some arithmetic to calculate a register offset, did not
contain an argument to the macro in parentheses, potentially leading to
unexpected results when using that macro with arithmetic expressions as
argument.Signed-off-by: Soren Brinkmann
Signed-off-by: Greg Kroah-Hartman
20 Oct, 2014
1 commit
-
Add a driver for the Xilinx Clocking Wizard soft IP. The clocking wizard
provides an AXI interface to dynamically reconfigure the clocking
resources of Xilinx FPGAs.Signed-off-by: Soren Brinkmann
Acked-by: Laurent Pinchart
Signed-off-by: Greg Kroah-Hartman