<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/greybus/Documentation, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/greybus/Documentation?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/greybus/Documentation?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2019-08-27T17:02:26Z</updated>
<entry>
<title>staging: greybus: remove license "boilerplate"</title>
<updated>2019-08-27T17:02:26Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-08-25T05:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=137bfbd006b2aad72fa90b6fbe096f3a1db5b32a'/>
<id>urn:sha1:137bfbd006b2aad72fa90b6fbe096f3a1db5b32a</id>
<content type='text'>
When the greybus drivers were converted to SPDX identifiers for the
license text, some license boilerplate was not removed.  Clean this up
by removing this unneeded text now.

Cc: Johan Hovold &lt;johan@kernel.org&gt;
Cc: Vaibhav Agarwal &lt;vaibhav.sr@gmail.com&gt;
Cc: "Bryan O'Donoghue" &lt;pure.logic@nexus-software.ie&gt;
Cc: greybus-dev@lists.linaro.org
Cc: devel@driverdev.osuosl.org
Acked-by: Mark Greer &lt;mgreer@animalcreekk.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
Acked-by: Alex Elder &lt;elder@kernel.org&gt;
Link: https://lore.kernel.org/r/20190825055429.18547-3-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: greybus: add SPDX identifiers to all greybus driver files</title>
<updated>2017-11-11T13:46:20Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-11-07T13:58:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=eb50fd3a22c770f36be275295b782f3ea52e3215'/>
<id>urn:sha1:eb50fd3a22c770f36be275295b782f3ea52e3215</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.

Update the drivers/staging/greybus files files with the correct SPDX
license 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: Vaibhav Hiremath &lt;hvaibhav.linux@gmail.com&gt;
Cc: "Bryan O'Donoghue" &lt;pure.logic@nexus-software.ie&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;
Cc: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;
Acked-by: Vaibhav Agarwal &lt;vaibhav.sr@gmail.com&gt;
Acked-by: David Lin &lt;dtwlin@gmail.com&gt;
Reviewed-by: Alex Elder &lt;elder@linaro.org&gt;
Acked-by: Johan Hovold &lt;johan@kernel.org&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
Acked-by: Mark Greer &lt;mgreer@animalcreek.com&gt;
Acked-by: Rui Miguel Silva &lt;rmfrfs@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: greybus: firmware: Convert sscanf calls to strtoul</title>
<updated>2017-03-09T18:29:50Z</updated>
<author>
<name>Michael Sartain</name>
<email>mikesart@fastmail.com</email>
</author>
<published>2017-03-09T16:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=4da14d5922e99dbbd609a85b18f84c32d1c27a57'/>
<id>urn:sha1:4da14d5922e99dbbd609a85b18f84c32d1c27a57</id>
<content type='text'>
Also convert the fw_update_type and fw_timeout variables to
unsigned and update the printf specifier to %u.

The FW_MGMT_IOC_SET_TIMEOUT_MS ioctl takes an unsigned int
and checkpatch was complaining about not checking the sscanf
return values.

Signed-off-by: Michael Sartain &lt;mikesart@fastmail.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar at linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: greybus: firmware: Change long long unsigned to unsigned long long</title>
<updated>2017-03-09T18:29:50Z</updated>
<author>
<name>Michael Sartain</name>
<email>mikesart@fastmail.com</email>
</author>
<published>2017-03-09T16:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=afb5fdfc12acfda45b1486abdbb595bcb6d57cc0'/>
<id>urn:sha1:afb5fdfc12acfda45b1486abdbb595bcb6d57cc0</id>
<content type='text'>
Fixes checkpatch warning:
  type 'long long unsigned int' should be specified
  in [[un]signed] [short|int|long|long long] order

Signed-off-by: Michael Sartain &lt;mikesart@fastmail.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar at linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: greybus: firmware: Remove extra braces from single line if</title>
<updated>2017-03-09T18:29:50Z</updated>
<author>
<name>Michael Sartain</name>
<email>mikesart@fastmail.com</email>
</author>
<published>2017-03-09T16:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5099c4c4a6edca35a50d27016091f37002e86d4a'/>
<id>urn:sha1:5099c4c4a6edca35a50d27016091f37002e86d4a</id>
<content type='text'>
Fixes checkpatch warning:
  braces {} are not necessary for any arm of this statement

Signed-off-by: Michael Sartain &lt;mikesart@fastmail.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar at linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: greybus: firmware: Remove trailing semicolon from FW_TIMEOUT_DEFAULT</title>
<updated>2017-03-09T18:29:50Z</updated>
<author>
<name>Michael Sartain</name>
<email>mikesart@fastmail.com</email>
</author>
<published>2017-03-09T16:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0c3801875c526b16fcd4719cd728e45ed092f9dd'/>
<id>urn:sha1:0c3801875c526b16fcd4719cd728e45ed092f9dd</id>
<content type='text'>
Fixes checkpatch warning:
  macros should not use a trailing semicolon

Signed-off-by: Michael Sartain &lt;mikesart@fastmail.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar at linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: greybus: remove old es1 endpoint description</title>
<updated>2016-09-19T10:40:33Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@google.com</email>
</author>
<published>2016-09-19T10:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=526dec064223d7e21b1e3c91759bddff1f7d968a'/>
<id>urn:sha1:526dec064223d7e21b1e3c91759bddff1f7d968a</id>
<content type='text'>
The Toshiba ES1 chip is no longer around, so remove the USB descriptor
documentation for it as no one cares anymore.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@google.com&gt;
</content>
</entry>
<entry>
<title>staging: greybus: Documentation: remove sysfs tree</title>
<updated>2016-09-19T10:35:16Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@google.com</email>
</author>
<published>2016-09-19T10:35:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=bc5aa3a079437159ed4685e8bb062e027d6e54a3'/>
<id>urn:sha1:bc5aa3a079437159ed4685e8bb062e027d6e54a3</id>
<content type='text'>
We do not need an example of the sysfs tree in the kernel code itself,
so remove these files, as they are now pointless.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@google.com&gt;
</content>
</entry>
<entry>
<title>greybus: firmware: s/_LEN/_SIZE</title>
<updated>2016-08-12T15:38:19Z</updated>
<author>
<name>Viresh Kumar</name>
<email>viresh.kumar@linaro.org</email>
</author>
<published>2016-08-11T20:27:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b2abeaa10d5711e7730bb07120dd60ae27d7b930'/>
<id>urn:sha1:b2abeaa10d5711e7730bb07120dd60ae27d7b930</id>
<content type='text'>
Alex Elder pointed out that the macros also count the trailing NULL
('\0') character and so it should be using SIZE instead of LEN.

This patch makes that change.

Reported-by: Alex Elder &lt;alex.elder@linaro.org&gt;
Signed-off-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@google.com&gt;
</content>
</entry>
<entry>
<title>greybus: firmware: Fix typo in documentation</title>
<updated>2016-08-11T12:14:54Z</updated>
<author>
<name>Viresh Kumar</name>
<email>viresh.kumar@linaro.org</email>
</author>
<published>2016-08-10T17:48:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d581bc88cb0b89ba3bf135855843916fc78e6693'/>
<id>urn:sha1:d581bc88cb0b89ba3bf135855843916fc78e6693</id>
<content type='text'>
s/shall be used the user/shall be used by the user/

Signed-off-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@google.com&gt;
</content>
</entry>
</feed>
