<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/clocking-wizard, branch v5.0</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=v5.0</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v5.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2018-10-09T12:57:33Z</updated>
<entry>
<title>staging: clocking-wizard: match parenthesis indentation</title>
<updated>2018-10-09T12:57:33Z</updated>
<author>
<name>Ioannis Valasakis</name>
<email>code@wizofe.uk</email>
</author>
<published>2018-10-04T12:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d5213236151ba6968b04f4da0e03f66c56a18587'/>
<id>urn:sha1:d5213236151ba6968b04f4da0e03f66c56a18587</id>
<content type='text'>
Match parenthesis indentation after line end, and fixed alignment
to conform to the coding style guidelines.
Reported by checkpatch.

Signed-off-by: Ioannis Valasakis &lt;code@wizofe.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: clocking-wizard: prefer 'help' in Kconfig</title>
<updated>2018-06-17T07:05:13Z</updated>
<author>
<name>Kyle Buzby</name>
<email>kyle.buzby@gmail.com</email>
</author>
<published>2018-06-11T03:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3a29f43cc3160c3f5cde7b1779fc05ebe68a56e5'/>
<id>urn:sha1:3a29f43cc3160c3f5cde7b1779fc05ebe68a56e5</id>
<content type='text'>
Fixes the checkpatch warning:

WARNING: prefer 'help' over '---help---' for new help texts
+config COMMON_CLK_XLNX_CLKWZRD

Signed-off-by: Kyle Buzby &lt;kyle.buzby@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: clocking-wizard: remove redundant license text</title>
<updated>2018-01-15T15:03:45Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-01-11T10:08:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=09956d59bad5f5bb238efb805f0767060e624378'/>
<id>urn:sha1:09956d59bad5f5bb238efb805f0767060e624378</id>
<content type='text'>
Now that the SPDX tag is in the clocking-wizard driver files, that
identifies the license in a specific and legally-defined manner.  So the
extra GPL text wording can be removed as it is no longer needed at all.

This is done on a quest to remove the 700+ different ways that files in
the kernel describe the GPL license text.  And there's unneeded stuff
like the address (sometimes incorrect) for the FSF which is never
needed.

No copyright headers or other non-license-description text was removed.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: clocking-wizard: add SPDX identifier.</title>
<updated>2018-01-15T15:03:45Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-01-11T10:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1dbb3344d9e9cd6e72da23f4058f3e6e926614b6'/>
<id>urn:sha1:1dbb3344d9e9cd6e72da23f4058f3e6e926614b6</id>
<content type='text'>
It's good to have SPDX identifiers in all files to make it easier to
audit the kernel tree for correct licenses.

Fix up the staging clocking-wizard driver to have a proper SPDX
identifier, based on the license text in the file itself.  The SPDX
identifier is a legally binding shorthand, which can be used instead of
the full boiler plate text.

This work is based on a script and data from Thomas Gleixner, Philippe
Ombredanne, and Kate Stewart.

Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;
Cc: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: clocking-wizard: Fix incorrect type of speed grade</title>
<updated>2016-10-25T07:54:32Z</updated>
<author>
<name>Xavier Roumegue</name>
<email>xroumegue@gmail.com</email>
</author>
<published>2016-10-18T20:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a95cd6deebb44f6e3192e6819e1671f623b8449b'/>
<id>urn:sha1:a95cd6deebb44f6e3192e6819e1671f623b8449b</id>
<content type='text'>
The speed grade type is unsigned according to the dt-bindings.

Fix sparse issue (-Wtypesign):
CHECK   drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:162:56: warning: incorrect type in argument 3 (different signedness)
drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:162:56:    expected unsigned int [usertype] *out_value
drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:162:56:    got int *&lt;noident&gt;

Signed-off-by: Xavier Roumegue &lt;xroumegue@gmail.com&gt;
Acked-by: Sören Brinkmann &lt;soren.brinkmann@xilinx.com&gt;
Acked-by: Moritz Fischer &lt;moritz.fischer@ettus.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: clocking-wizard: CHECK:Please use a blank line</title>
<updated>2016-02-08T04:05:31Z</updated>
<author>
<name>SirnamSwetha</name>
<email>theonly.ultimate@gmail.com</email>
</author>
<published>2016-01-30T20:51:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6e0906c72f037fa83ba89ed59443e70e2c39e6ef'/>
<id>urn:sha1:6e0906c72f037fa83ba89ed59443e70e2c39e6ef</id>
<content type='text'>
This patch fixes the checkpatch.pl issue:

CHECK: Please use a blank line after function/struct/union/enum declarations

Signed-off-by: SirnamSwetha &lt;theonly.ultimate@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: clocking-wizard: Avoid CamelCase</title>
<updated>2016-02-08T04:05:31Z</updated>
<author>
<name>SirnamSwetha</name>
<email>theonly.ultimate@gmail.com</email>
</author>
<published>2016-01-30T20:46:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=82293995e8f797f5c5bdded3d546c2798cf4a987'/>
<id>urn:sha1:82293995e8f797f5c5bdded3d546c2798cf4a987</id>
<content type='text'>
This patch fixes the checkpatch.pl issue:

CHECK: Avoid CamelCase: &lt;WZRD_CLkOUT0_FRAC_EN&gt;

CHECK: Avoid CamelCase: &lt;WZRD_CLkFBOUT_FRAC_EN&gt;

Signed-off-by: SirnamSwetha &lt;theonly.ultimate@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<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>
</feed>
