<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/Documentation/spi/spi-summary, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2019-07-31T20:13:13+00:00</updated>
<entry>
<title>spi: docs: convert to ReST and add it to the kABI bookset</title>
<updated>2019-07-31T20:13:13+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-07-31T20:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9cdd273e29f3b901712ec3c298b1d506861f48e3'/>
<id>urn:sha1:9cdd273e29f3b901712ec3c298b1d506861f48e3</id>
<content type='text'>
While there's one file there with briefily describes the uAPI,
the documentation was written just like most subsystems: focused
on kernel developers. So, add it together with driver-api books.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
Acked-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt; # for iio
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>spi-summary: document set_cs_timing</title>
<updated>2019-04-08T07:13:43+00:00</updated>
<author>
<name>Sowjanya Komatineni</name>
<email>skomatineni@nvidia.com</email>
</author>
<published>2019-04-05T00:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=24496da6927fa7399f7f60ab31b4cea27ec3ed00'/>
<id>urn:sha1:24496da6927fa7399f7f60ab31b4cea27ec3ed00</id>
<content type='text'>
This patch documents set_cs_timing SPI master method.

Signed-off-by: Sowjanya Komatineni &lt;skomatineni@nvidia.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>spi: Document SPI slave controller support</title>
<updated>2017-05-26T12:11:00+00:00</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert+renesas@glider.be</email>
</author>
<published>2017-05-22T13:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=aa2ea9115bc3f0735aa65b833076cc5fe3da1489'/>
<id>urn:sha1:aa2ea9115bc3f0735aa65b833076cc5fe3da1489</id>
<content type='text'>
Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>spi: Use PM ops instead of legacy suspend/resume</title>
<updated>2015-03-08T19:57:55+00:00</updated>
<author>
<name>Lars-Peter Clausen</name>
<email>lars@metafoo.de</email>
</author>
<published>2015-03-08T13:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=47875e81476bda8a9bd4875eb281b46e33027d42'/>
<id>urn:sha1:47875e81476bda8a9bd4875eb281b46e33027d42</id>
<content type='text'>
New drivers should use PM ops instead of the legacy suspend/resume
callbacks. Update the SPI device driver guide to reflect this.

Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>spi-summary: documentation mistake</title>
<updated>2014-09-16T16:43:08+00:00</updated>
<author>
<name>Oscar Utbult</name>
<email>oscar@oscr.io</email>
</author>
<published>2014-09-16T10:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=2be01d29f8555d5afe0c7c4bea6b306b0c31f17f'/>
<id>urn:sha1:2be01d29f8555d5afe0c7c4bea6b306b0c31f17f</id>
<content type='text'>
Contributors are not listed in alphabetical order as claimed by documentation.

Signed-off-by: Oscar Utbult &lt;oscar@oscr.io&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>spi: correct the transfer_one_message documentation wording</title>
<updated>2014-01-27T18:45:02+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2014-01-25T20:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e9305331f64ab9e5210baa4307355635c5e849f4'/>
<id>urn:sha1:e9305331f64ab9e5210baa4307355635c5e849f4</id>
<content type='text'>
The transfer_one_message callback handles messages, not transfers.

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Mark Brown &lt;broonie@linaro.org&gt;
</content>
</entry>
<entry>
<title>spi: document the transfer_one spi_master callback</title>
<updated>2014-01-27T18:44:35+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2014-01-25T20:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=18cc0adb132b390d026c574deec29bf182aede51'/>
<id>urn:sha1:18cc0adb132b390d026c574deec29bf182aede51</id>
<content type='text'>
Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Mark Brown &lt;broonie@linaro.org&gt;
</content>
</entry>
<entry>
<title>spi: Correction to typos in Documentation/spi/spi-summary</title>
<updated>2013-12-09T17:22:19+00:00</updated>
<author>
<name>John Whitmore</name>
<email>johnfwhitmore@gmail.com</email>
</author>
<published>2013-12-06T13:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0c64bc1b5eace5f48dec7305b83ee4d613d58c94'/>
<id>urn:sha1:0c64bc1b5eace5f48dec7305b83ee4d613d58c94</id>
<content type='text'>
Just a few simple typo corrections.

Signed-off-by: John Whitmore &lt;johnfwhitmore@gmail.com&gt;
Signed-off-by: Mark Brown &lt;broonie@linaro.org&gt;
</content>
</entry>
<entry>
<title>spi/documentation: Fix usage of __initdata</title>
<updated>2013-08-08T10:43:44+00:00</updated>
<author>
<name>Sachin Kamat</name>
<email>sachin.kamat@linaro.org</email>
</author>
<published>2013-08-08T05:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=61679efe979674d794988c2b96b02b2a80d96d96'/>
<id>urn:sha1:61679efe979674d794988c2b96b02b2a80d96d96</id>
<content type='text'>
__initdata should be placed between the variable name and equal
sign for the variable to be placed in the intended section. Fix
the example code.

Signed-off-by: Sachin Kamat &lt;sachin.kamat@linaro.org&gt;
Signed-off-by: Mark Brown &lt;broonie@linaro.org&gt;
</content>
</entry>
<entry>
<title>Documentation: remove __dev* attributes.</title>
<updated>2013-01-03T23:57:16+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-12-21T23:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=63a29f744fe1c19742039ce7526663a98f172f7e'/>
<id>urn:sha1:63a29f744fe1c19742039ce7526663a98f172f7e</id>
<content type='text'>
CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
markings need to be removed.

This change removes the use of __devinit, __devexit_p, __devinitdata,
__devinitconst, and __devexit from the kernel documentation.

Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.

Cc: Bill Pemberton &lt;wfp5p@virginia.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
