<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/mtd/spi, branch v2016.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd/spi?h=v2016.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd/spi?h=v2016.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-01-07T14:59:33Z</updated>
<entry>
<title>spi: spi_flash: Fix the arguments of stm_is_locked_sr()</title>
<updated>2016-01-07T14:59:33Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-01-06T00:24:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=509215835944eb7ebd4b690d3f1b8fec7d78991d'/>
<id>urn:sha1:509215835944eb7ebd4b690d3f1b8fec7d78991d</id>
<content type='text'>
stm_is_locked_sr() takes the status register (SR) value as the last
parameter, not the second.

Based on a patch from Brian Norris for the linux kernel:
http://git.infradead.org/linux-mtd.git/commit/a32d5b726ff8cf32bf491522b0ac8ae2545a063e

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: Rename sf_ops.c to spi-flash.c</title>
<updated>2015-12-11T16:42:24Z</updated>
<author>
<name>Jagan Teki</name>
<email>jteki@openedev.com</email>
</author>
<published>2015-12-06T17:59:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cba65a77c4e75d6e1e3dcaa65b7d509f1a2bb95e'/>
<id>urn:sha1:cba65a77c4e75d6e1e3dcaa65b7d509f1a2bb95e</id>
<content type='text'>
Since all spi-flash core operations are moved into
sf_ops.c then it's better to renamed as spi-flash.c

Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: Use static for file-scope functions</title>
<updated>2015-12-11T16:42:24Z</updated>
<author>
<name>Jagan Teki</name>
<email>jteki@openedev.com</email>
</author>
<published>2015-12-06T16:14:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=339fd6dca58fcd6175abd1e1c584ee7f3e68d9f6'/>
<id>urn:sha1:339fd6dca58fcd6175abd1e1c584ee7f3e68d9f6</id>
<content type='text'>
Used static for file-scope functions in sf_probe.c

Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: sf_probe: Remove spi_slave pointer argument</title>
<updated>2015-12-11T16:42:24Z</updated>
<author>
<name>Jagan Teki</name>
<email>jteki@openedev.com</email>
</author>
<published>2015-12-06T16:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bfdb07eb4b7547ba63bc71c48be8459538f2d781'/>
<id>urn:sha1:bfdb07eb4b7547ba63bc71c48be8459538f2d781</id>
<content type='text'>
Since spi_slave is a spi pointer in spi_flash{} then assign
spi_slave{} pointer to flash-&gt;spi and remove spi_slave
pointer argument to
- spi_flash_probe_slave
- spi_flash_scan

Tested-by: Jagan Teki &lt;jteki@openedev.com&gt;
Tested-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: ops: Fix missing break on spansion read_bar</title>
<updated>2015-12-11T16:42:24Z</updated>
<author>
<name>Jagan Teki</name>
<email>jteki@openedev.com</email>
</author>
<published>2015-11-20T07:30:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b6a2c436e0010f80693f1c22d429c969b67792fd'/>
<id>urn:sha1:b6a2c436e0010f80693f1c22d429c969b67792fd</id>
<content type='text'>
For assigning read_bar commands in spansion case, break
is missing this patch add that break.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: Remove unneeded SST_BP and SST_WP</title>
<updated>2015-12-11T16:42:24Z</updated>
<author>
<name>Jagan Teki</name>
<email>jteki@openedev.com</email>
</author>
<published>2015-11-25T19:33:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aae00f8bab3af6d353c254d420c069018fd4ffa6'/>
<id>urn:sha1:aae00f8bab3af6d353c254d420c069018fd4ffa6</id>
<content type='text'>
SST parts added on sf_params.c supports both SST_WR which consits
of both BP and WP and there is a spi controller ich which supports
only BP so the relevent _write hook set based on "slave-&gt;op_mode_tx"
hence there is no respective change required from flash side hance
removed these.

Tested-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: Remove unneeded header includes</title>
<updated>2015-12-11T16:42:24Z</updated>
<author>
<name>Jagan Teki</name>
<email>jteki@openedev.com</email>
</author>
<published>2015-11-03T19:10:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=615879ac1a8fa761f931c3353a9a4b933177b5f0'/>
<id>urn:sha1:615879ac1a8fa761f931c3353a9a4b933177b5f0</id>
<content type='text'>
Removed unneeded header includes in sf_ops and sf_probe

Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: Flash power up read-only based on idcode0</title>
<updated>2015-12-11T16:42:24Z</updated>
<author>
<name>Jagan Teki</name>
<email>jteki@openedev.com</email>
</author>
<published>2015-09-29T20:31:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6f9d670d8e9a77553b00c293fd1a8f913a9d7be3'/>
<id>urn:sha1:6f9d670d8e9a77553b00c293fd1a8f913a9d7be3</id>
<content type='text'>
Using macro's for flash power up read-only access code
leads wrong behaviour hence use idcode0 for runtime
detection, hence the flash which require this functionality
gets detected at runtime.

Tested-by: Jagan Teki &lt;jteki@openedev.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: Use simple name for register access functions</title>
<updated>2015-12-11T16:42:23Z</updated>
<author>
<name>Jagan Teki</name>
<email>jteki@openedev.com</email>
</author>
<published>2015-09-29T16:59:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cb37518516420c581877a209a7841f2a5fe6382d'/>
<id>urn:sha1:cb37518516420c581877a209a7841f2a5fe6382d</id>
<content type='text'>
Most of the register access function are static,
so used simple name to represent each.

Tested-by: Jagan Teki &lt;jteki@openedev.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: Fix Makefile</title>
<updated>2015-12-11T16:42:23Z</updated>
<author>
<name>Jagan Teki</name>
<email>jteki@openedev.com</email>
</author>
<published>2015-09-29T13:46:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fc335d63b06dc81db45acc77358bdedeeca737c8'/>
<id>urn:sha1:fc335d63b06dc81db45acc77358bdedeeca737c8</id>
<content type='text'>
This patch removes unneeded ifdef and fixed accordingly.

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