<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/spi, branch v2015.10-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=v2015.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/spi?h=v2015.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-08-13T00:48:02Z</updated>
<entry>
<title>spi: omap3_spi: add am43xx support to omap3_spi</title>
<updated>2015-08-13T00:48:02Z</updated>
<author>
<name>Nikita Kiryanov</name>
<email>nikita@compulab.co.il</email>
</author>
<published>2015-07-30T20:56:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2ff97625cb63fb7be88f5a6306c36ea4db31a2a5'/>
<id>urn:sha1:2ff97625cb63fb7be88f5a6306c36ea4db31a2a5</id>
<content type='text'>
Add support for AM43XX to the omap3_spi driver.

Cc: Jagan Teki &lt;jteki@openedev.com&gt;
Cc: Igor Grinberg &lt;grinberg@compulab.co.il&gt;
Signed-off-by: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type</title>
<updated>2015-08-06T13:31:13Z</updated>
<author>
<name>York Sun</name>
<email>yorksun@freescale.com</email>
</author>
<published>2015-08-03T19:02:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fdb9f349be255b9b69a5e1a300296779b48a36b0'/>
<id>urn:sha1:fdb9f349be255b9b69a5e1a300296779b48a36b0</id>
<content type='text'>
fdt_addr_t is changed to phys_addr_t. The format in debug should be updated
to %pa to match the type.

Signed-off-by: York Sun &lt;yorksun@freescale.com&gt;
CC: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>exynos: spi: Convert the timeout to debug()</title>
<updated>2015-08-06T03:06:14Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-07-03T00:16:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c7d50e7fb9cc7e71dde7d630b157334e7f8b63fb'/>
<id>urn:sha1:c7d50e7fb9cc7e71dde7d630b157334e7f8b63fb</id>
<content type='text'>
Since the timeout is reported through normal channels, and is sometimes
expected (e.g. if the bus is being probed for a non-existent device),
don't display the message in the driver.

In general, drivers should not write to the console as this limits their
usefulness in error conditions.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>spi: zynq_spi: Simplify debug macro</title>
<updated>2015-07-28T09:56:28Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-07-21T05:54:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=80fd9792f5c227d0b8ed3b0d662328c81eb6bda9'/>
<id>urn:sha1:80fd9792f5c227d0b8ed3b0d662328c81eb6bda9</id>
<content type='text'>
Trivial fix.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>spi: Fix zynq SPI binding</title>
<updated>2015-07-28T09:56:22Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-07-22T08:47:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=40b383fa84cf5d54bfe79ecb6d5387c791f79421'/>
<id>urn:sha1:40b383fa84cf5d54bfe79ecb6d5387c791f79421</id>
<content type='text'>
Zynq is using Cadence IP where binding is documented in the Linux kernel
and there is no reason to use different binding.
Synchronize it.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>dm: spi: Make local functions static</title>
<updated>2015-07-21T23:39:27Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-06-23T21:39:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6f849c3012b794302112eb07b0be85388e075ba3'/>
<id>urn:sha1:6f849c3012b794302112eb07b0be85388e075ba3</id>
<content type='text'>
Several functions in this file should be marked as static. Update them.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>fdt: armv8: Fix build warnings on armv8</title>
<updated>2015-07-20T13:21:47Z</updated>
<author>
<name>Haikun Wang</name>
<email>Haikun.Wang@freescale.com</email>
</author>
<published>2015-06-26T11:56:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b1d9e46a0b89054e1a702e757612f87a907bf7a9'/>
<id>urn:sha1:b1d9e46a0b89054e1a702e757612f87a907bf7a9</id>
<content type='text'>
Fix below build warnings on armv8,
drivers/spi/fsl_dspi.c: In function ‘fsl_dspi_ofdata_to_platdata’:
drivers/spi/fsl_dspi.c:667:2:
warning: format ‘%x’ expects argument of type ‘unsigned int’,
	but argument 2 has type ‘fdt_addr_t’ [-Wformat=]
debug("DSPI: regs=0x%x, max-frequency=%d, endianess=%s, num-cs=%d\n",
		    ^
lib/fdtdec.c: In function ‘fdtdec_get_addr_size’:
lib/fdtdec.c:105:4:
warning: format ‘%lx’ expects argument of type ‘long unsigned int’,
but argument 3 has type ‘fdt_size_t’ [-Wformat=]
debug("addr=%08lx, size=%08lx\n",
			    ^

Signed-off-by: Haikun Wang &lt;haikun.wang@freescale.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-x86</title>
<updated>2015-07-15T14:41:20Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-07-15T14:41:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=605e15db2b54302364a2528d3c6604fbc57be846'/>
<id>urn:sha1:605e15db2b54302364a2528d3c6604fbc57be846</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dm: spi: Correct BIOS protection logic for ICH9</title>
<updated>2015-07-15T00:03:19Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-07-04T00:28:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=507879280750fc4af5e5fd0c4387147d286ff6f7'/>
<id>urn:sha1:507879280750fc4af5e5fd0c4387147d286ff6f7</id>
<content type='text'>
The logic is incorrect and currently has no effect. Fix it so that we can
write to SPI flash, since by default it is write-protected.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Tested-by: Andrew Bradford &lt;andrew.bradford@kodakalaris.com&gt;
</content>
</entry>
<entry>
<title>dm: spi: Correct status register access width</title>
<updated>2015-07-15T00:03:19Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-07-04T00:28:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e1e332c8f2e5cac70566998a0ba0ccfdea437f10'/>
<id>urn:sha1:e1e332c8f2e5cac70566998a0ba0ccfdea437f10</id>
<content type='text'>
The status register on ICH9 is a single byte, so use byte access when
writing to it, to avoid updating the control register also.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
</feed>
