<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/spi, branch v2014.01-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/spi?h=v2014.01-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/spi?h=v2014.01-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2013-12-10T14:36:23Z</updated>
<entry>
<title>Merge branch 'spi' of git://git.denx.de/u-boot-x86</title>
<updated>2013-12-10T14:36:23Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2013-12-10T14:36:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=65b7fe28a12bbaccc7a0c076f5f9f213150030e7'/>
<id>urn:sha1:65b7fe28a12bbaccc7a0c076f5f9f213150030e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sandbox: spi: Add SPI emulation bus</title>
<updated>2013-12-09T19:22:18Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2013-12-03T23:43:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6122813fa2cb9eef4a211bd47292322096db9fa8'/>
<id>urn:sha1:6122813fa2cb9eef4a211bd47292322096db9fa8</id>
<content type='text'>
This adds a SPI framework for people to hook up simulated SPI clients.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node</title>
<updated>2013-12-09T19:22:12Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2013-12-03T23:43:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0efc02499f9131bd7e1689ebb8d626ef12387de4'/>
<id>urn:sha1:0efc02499f9131bd7e1689ebb8d626ef12387de4</id>
<content type='text'>
This allows us to put the SPI flash chip inside the SPI interface node,
with U-Boot finding the correct bus and chip select automatically.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]</title>
<updated>2013-12-06T08:06:51Z</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@ingics.com</email>
</author>
<published>2013-12-02T04:57:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9bac8f77698771165def23b9eebad536d5b5cd6d'/>
<id>urn:sha1:9bac8f77698771165def23b9eebad536d5b5cd6d</id>
<content type='text'>
For invalid bus number, current code returns NULL in the default case of
switch-case statements. In additional, pins[bus] is always not NULL because
it is the address of specific row of the two-dimensional array.
Thus this patch removes these unnecessary test.

Signed-off-by: Axel Lin &lt;axel.lin@ingics.com&gt;
Acked-by: Scott Jiang &lt;scott.jiang.linux@gmail.com&gt;
Signed-off-by: Sonic Zhang &lt;sonic.zhang@analog.com&gt;
</content>
</entry>
<entry>
<title>spi: bfin_spi: Remove unnecessary test for bus and pins[bus]</title>
<updated>2013-12-06T08:06:51Z</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@ingics.com</email>
</author>
<published>2013-12-02T04:57:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=727cbe14b25b492bc9b96ad9d1f5f881d833028e'/>
<id>urn:sha1:727cbe14b25b492bc9b96ad9d1f5f881d833028e</id>
<content type='text'>
For invalid bus number, current code returns NULL in the default case of
switch-case statements. In additional, pins[bus] is always not NULL because
it is the address of specific row of the two-dimensional array.
Thus this patch removes these unnecessary test.

Signed-off-by: Axel Lin &lt;axel.lin@ingics.com&gt;
Acked-by: Scott Jiang &lt;scott.jiang.linux@gmail.com&gt;
Signed-off-by: Sonic Zhang &lt;sonic.zhang@analog.com&gt;
</content>
</entry>
<entry>
<title>spi: omap3: add support for more word lengths</title>
<updated>2013-11-12T09:02:44Z</updated>
<author>
<name>Nikita Kiryanov</name>
<email>nikita@compulab.co.il</email>
</author>
<published>2013-10-16T14:23:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5753d09b1064a669e3be8f27e0f1fd008b96934a'/>
<id>urn:sha1:5753d09b1064a669e3be8f27e0f1fd008b96934a</id>
<content type='text'>
Current implementation only supports 8 bit word lengths, even though
omap3 can handle anything between 4 and 32.

Update the spi interface to support changing the SPI word length,
and implement it in omap3_spi driver to support the full range of
possible word lengths.
This implementation is backwards compatible by defaulting to the old
behavior of 8 bit word lengths.
Also, it required a change to the omap3_spi non static I/O functions,
but since they are not used anywhere else, no collateral changes are required.

Cc: Tom Rini &lt;trini@ti.com&gt;
Cc: Jagannadha Sutradharudu Teki &lt;jagannadh.teki@gmail.com&gt;
Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Signed-off-by: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
</content>
</entry>
<entry>
<title>spi: omap3: remove semicolon from #define</title>
<updated>2013-11-12T09:00:36Z</updated>
<author>
<name>Nikita Kiryanov</name>
<email>nikita@compulab.co.il</email>
</author>
<published>2013-10-16T14:23:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=54a759c880a11a6dd93704f0adba40139b595e87'/>
<id>urn:sha1:54a759c880a11a6dd93704f0adba40139b595e87</id>
<content type='text'>
Remove unnecessary semicolon from #define SPI_WAIT_TIMEOUT

Cc: Tom Rini &lt;trini@ti.com&gt;
Cc: Jagannadha Sutradharudu Teki &lt;jagannadh.teki@gmail.com&gt;
Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Cc: Gerhard Sittig &lt;gsi@denx.de&gt;
Signed-off-by: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
</content>
</entry>
<entry>
<title>drivers: convert makefiles to Kbuild style</title>
<updated>2013-10-31T17:26:01Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2013-10-17T08:34:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=710f1d3d5f44731665a0d801d166c0f98c1de38e'/>
<id>urn:sha1:710f1d3d5f44731665a0d801d166c0f98c1de38e</id>
<content type='text'>
Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers</title>
<updated>2013-10-15T18:44:30Z</updated>
<author>
<name>Timo Herbrecher</name>
<email>t.herbrecher@gateware.de</email>
</author>
<published>2013-10-15T18:35:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d5ce1bd0048617d48c05de1a84fae8696081127'/>
<id>urn:sha1:6d5ce1bd0048617d48c05de1a84fae8696081127</id>
<content type='text'>
If dout buffer is not 32 bit-aligned or data to transmit is not multiple
of 32 bit the read data pointer is already incremented on single byte reads.

Signed-off-by: Timo Herbrecher &lt;t.herbrecher@gateware.de&gt;
Signed-off-by: Jagannadha Sutradharudu Teki &lt;jaganna@xilinx.com&gt;
</content>
</entry>
<entry>
<title>spi: Add GPL-2.0+ SPDX-License-Identifier for missing files</title>
<updated>2013-10-15T18:44:01Z</updated>
<author>
<name>Jagannadha Sutradharudu Teki</name>
<email>jaganna@xilinx.com</email>
</author>
<published>2013-10-14T08:01:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e7b1e452ff7e1d06a6ceebd441fca4597cdf1c84'/>
<id>urn:sha1:e7b1e452ff7e1d06a6ceebd441fca4597cdf1c84</id>
<content type='text'>
Added GPL-2.0+ SPDX-License-Identifier for missed spi
source files.

Signed-off-by: Jagannadha Sutradharudu Teki &lt;jaganna@xilinx.com&gt;
</content>
</entry>
</feed>
