<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwn.git/arch/arm/mach-s3c64xx/dev-spi.c, branch docs-5.6</title>
<subtitle>Linux kernel documentation tree maintained by Jonathan Corbet</subtitle>
<id>http://mirrors.hust.edu.cn/git/lwn.git/atom?h=docs-5.6</id>
<link rel='self' href='http://mirrors.hust.edu.cn/git/lwn.git/atom?h=docs-5.6'/>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/'/>
<updated>2011-12-23T01:49:53+00:00</updated>
<entry>
<title>ARM: SAMSUNG: Consolidation of SPI platform devices to plat-samsung</title>
<updated>2011-12-23T01:49:53+00:00</updated>
<author>
<name>Padmavathi Venna</name>
<email>padma.v@samsung.com</email>
</author>
<published>2011-12-23T01:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=875a59374cd10200ac24f03877ccd8f73af590cc'/>
<id>urn:sha1:875a59374cd10200ac24f03877ccd8f73af590cc</id>
<content type='text'>
SPI platform device definitions consolidated from respective machine
folder to plat-samsung

Signed-off-by: Padmavathi Venna &lt;padma.v@samsung.com&gt;
Signed-off-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
</content>
</entry>
<entry>
<title>ARM: SAMSUNG: Remove SPI bus clocks from platform data</title>
<updated>2011-12-23T01:10:46+00:00</updated>
<author>
<name>Padmavathi Venna</name>
<email>padma.v@samsung.com</email>
</author>
<published>2011-11-02T11:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=a153e31abb01484d0088ac28425dc98204848ad4'/>
<id>urn:sha1:a153e31abb01484d0088ac28425dc98204848ad4</id>
<content type='text'>
SPI bus clocks can be avoided passing through platform
data as spi driver is getting the bus clock using the
generic clock connection id registered via clkdev.

Signed-off-by: Padmavathi Venna &lt;padma.v@samsung.com&gt;
Signed-off-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
</content>
</entry>
<entry>
<title>ARM: S3C64XX: Add linux/export.h to dev-spi.c</title>
<updated>2011-12-02T05:17:54+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2011-12-02T05:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=f4a65ad6eb9b56180724de52ddd6dd6712121be1'/>
<id>urn:sha1:f4a65ad6eb9b56180724de52ddd6dd6712121be1</id>
<content type='text'>
This is required for the EXPORT_SYMBOL()s the code uses, previously the
header was being included implicitly by another header.

Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
</content>
</entry>
<entry>
<title>ARM: SAMSUNG: Add tx_st_done variable</title>
<updated>2011-07-06T06:03:08+00:00</updated>
<author>
<name>Padmavathi Venna</name>
<email>padma.v@samsung.com</email>
</author>
<published>2011-07-05T08:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=8918034dfb7b0f625ba9eb0329d5750a9573f62e'/>
<id>urn:sha1:8918034dfb7b0f625ba9eb0329d5750a9573f62e</id>
<content type='text'>
tx_st_done is required for checking the transmission status of SPI
channels with different fifo levels

Signed-off-by: Padmavathi Venna &lt;padma.v@samsung.com&gt;
Acked-by: Jassi Brar &lt;jassisinghbrar@gmail.com
Acked-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
Signed-off-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
</content>
</entry>
<entry>
<title>ARM: S3C64XX: Remove gpio-bank-X header files</title>
<updated>2011-05-06T00:37:36+00:00</updated>
<author>
<name>Joonyoung Shim</name>
<email>jy0922.shim@samsung.com</email>
</author>
<published>2011-05-06T00:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=3185847957d4834d1b30b253b1c71bb05bad7265'/>
<id>urn:sha1:3185847957d4834d1b30b253b1c71bb05bad7265</id>
<content type='text'>
The gpio-bank-X header files of S3C64XX have definitions
which can be substituted by other common GPIO API.

Signed-off-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Signed-off-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
</content>
</entry>
<entry>
<title>ARM: S3C64XX: Prototype SPI devices</title>
<updated>2010-09-18T00:54:54+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2010-09-18T00:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=5343795fda222183c1f77d0f5870f2027713bb0d'/>
<id>urn:sha1:5343795fda222183c1f77d0f5870f2027713bb0d</id>
<content type='text'>
Avoids build warnings due to the undeclared non-statics.

Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
</content>
</entry>
<entry>
<title>ARM: S3C64XX: Fix dev-spi build</title>
<updated>2010-09-14T08:59:51+00:00</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2010-09-09T02:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=23a07eb0e8ea7d5b6ac41f2cc647e7ae53859292'/>
<id>urn:sha1:23a07eb0e8ea7d5b6ac41f2cc647e7ae53859292</id>
<content type='text'>
The irqs.h usage here got missed in the Samsung platform reorganisation.

Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Acked-by: Jassi Brar &lt;jassi.brar@samsung.com&gt;
Signed-off-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
</content>
</entry>
<entry>
<title>ARM: SAMSUNG: Fix on inclusion mach/gpio.h for Samsung SoCs</title>
<updated>2010-08-06T12:28:44+00:00</updated>
<author>
<name>Kukjin Kim</name>
<email>kgene.kim@samsung.com</email>
</author>
<published>2010-08-04T22:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=1c739c7f374f77c5a355273c0c1d9345ed08c0ce'/>
<id>urn:sha1:1c739c7f374f77c5a355273c0c1d9345ed08c0ce</id>
<content type='text'>
This patch fixes on inclusion &lt;mach/gpio.h&gt; to &lt;linux/gpio.h&gt;

Signed-off-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;
Cc: Ben Dooks &lt;ben-linux@fluff.org&gt;
</content>
</entry>
<entry>
<title>ARM: S3C64XX: Move device and device setup into mach-s3c64xx</title>
<updated>2010-02-20T22:32:01+00:00</updated>
<author>
<name>Ben Dooks</name>
<email>ben-linux@fluff.org</email>
</author>
<published>2010-01-26T02:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=88fc68a280709f3fb9488986ab39eac330d17b6d'/>
<id>urn:sha1:88fc68a280709f3fb9488986ab39eac330d17b6d</id>
<content type='text'>
Move the S3C64XX specific device and setup files into mach-s3c64xx as
they are unlikely to be used outside of this code.

Signed-off-by: Ben Dooks &lt;ben-linux@fluff.org&gt;
</content>
</entry>
</feed>
