<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/clocking-wizard, branch v4.5</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v4.5</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2015-07-20T17:52:41Z</updated>
<entry>
<title>staging: clocking-wizard: Include clk.h</title>
<updated>2015-07-20T17:52:41Z</updated>
<author>
<name>Stephen Boyd</name>
<email>sboyd@codeaurora.org</email>
</author>
<published>2015-06-19T22:00:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=10a3402415d7f6e32ca20ebb088e153fe45f807d'/>
<id>urn:sha1:10a3402415d7f6e32ca20ebb088e153fe45f807d</id>
<content type='text'>
This clock provider uses the consumer API, so include clk.h
explicitly.

Acked-by: Sören Brinkmann &lt;soren.brinkmann@xilinx.com&gt;
Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;
</content>
</entry>
<entry>
<title>staging: clocking-wizard: Handle invalid clk in notifier</title>
<updated>2015-01-18T00:06:20Z</updated>
<author>
<name>Soren Brinkmann</name>
<email>soren.brinkmann@xilinx.com</email>
</author>
<published>2015-01-05T17:21:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=19f15a3000a6ede8c3fcd2735225b894002a7cc1'/>
<id>urn:sha1:19f15a3000a6ede8c3fcd2735225b894002a7cc1</id>
<content type='text'>
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':
&gt;&gt; drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:99:6: warning: 'max' may be used uninitialized in this function [-Wmaybe-uninitialized]
      if (ndata-&gt;new_rate &gt; max)
         ^

Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;
Signed-off-by: Soren Brinkmann &lt;soren.brinkmann@xilinx.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Clocking-wizard: Fixed missing blank line warning</title>
<updated>2015-01-18T00:06:20Z</updated>
<author>
<name>Athira Lekshmi</name>
<email>andnlnbn18@gmail.com</email>
</author>
<published>2014-12-07T09:05:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b6461b53e723ec24d57bdd7c23ee6fee4472bee9'/>
<id>urn:sha1:b6461b53e723ec24d57bdd7c23ee6fee4472bee9</id>
<content type='text'>
Added a new line after declaration to remove the warning
'Missing a blank line after declarations'

Signed-off-by: Athira Lekshmi &lt;andnlnbn18@gmail.com&gt;
Acked-by: Soren Brinkmann &lt;soren.brinkmann@xilinx.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Drivers:staging:clocking-wizard: Added a newline</title>
<updated>2014-12-03T00:45:24Z</updated>
<author>
<name>Athira Sharikkal</name>
<email>athirasnamby@gmail.com</email>
</author>
<published>2014-11-30T08:46:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e66f7a27521119ccd76e91ebf5f8084c51285581'/>
<id>urn:sha1:e66f7a27521119ccd76e91ebf5f8084c51285581</id>
<content type='text'>
Fixed checkpatch warning:
Missing a newline after declarations

Signed-off-by: Athira Sharikkal &lt;athirasnamby@gmail.com&gt;
Acked-by: Soren Brinkmann &lt;soren.brinkmann@xilinx.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: clocking-wizard: check for a valid clk_name pointer</title>
<updated>2014-12-03T00:45:24Z</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2014-11-29T22:48:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5f18611038f9c9d503318490069b730c942523f8'/>
<id>urn:sha1:5f18611038f9c9d503318490069b730c942523f8</id>
<content type='text'>
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 &lt;devendra.aaru@gmail.com&gt;
Reviewed-by: Soren Brinkmann &lt;soren.brinkmann@xilinx.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: clocking-wizard: Contain macro argument in parenthesis</title>
<updated>2014-10-29T09:25:53Z</updated>
<author>
<name>Soren Brinkmann</name>
<email>soren.brinkmann@xilinx.com</email>
</author>
<published>2014-10-20T20:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4baa70f69d842a04fc247b5ba4d2778306668f54'/>
<id>urn:sha1:4baa70f69d842a04fc247b5ba4d2778306668f54</id>
<content type='text'>
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 &lt;soren.brinkmann@xilinx.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: Add Xilinx Clocking Wizard driver</title>
<updated>2014-10-20T02:29:26Z</updated>
<author>
<name>Soren Brinkmann</name>
<email>soren.brinkmann@xilinx.com</email>
</author>
<published>2014-10-02T16:13:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=812283cd54637633c1b5aa8d86667afe6c507f0e'/>
<id>urn:sha1:812283cd54637633c1b5aa8d86667afe6c507f0e</id>
<content type='text'>
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 &lt;soren.brinkmann@xilinx.com&gt;
Acked-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
