<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/doc/device-tree-bindings/spi, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-05-24T03:14:38Z</updated>
<entry>
<title>m68k: add basic set of devicetrees</title>
<updated>2019-05-24T03:14:38Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2019-03-13T20:46:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b5867b1a7a4c45c6a5a6a97f866dd180631ebf2b'/>
<id>urn:sha1:b5867b1a7a4c45c6a5a6a97f866dd180631ebf2b</id>
<content type='text'>
This patch adds a basic group of devicetrees, one for each
cpu family, including actually just uart and dspi devices,
since these are the drivers supporting devicetree (support
added in this patch-set).

Acked-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
Reviewed-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>doc: device-tree-bindings: switch from spi-flash to jedec, spi-nor</title>
<updated>2019-04-12T05:24:27Z</updated>
<author>
<name>Neil Armstrong</name>
</author>
<published>2019-02-10T10:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5991d0e36d37d21ea0a93e55bd720ed9e102f87d'/>
<id>urn:sha1:5991d0e36d37d21ea0a93e55bd720ed9e102f87d</id>
<content type='text'>
Since all DTS files has been switched to "jedec,spi-nor", remove
the "spi-flash" compatible from the bindings examples.

Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
Reviewed-by: Simon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;
Reviewed-by: Rick Chen &lt;rick@andestech.com&gt;
Reviewed-by: Patrick Delaunay &lt;Patrick.delaunay@st.com&gt;
Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;
</content>
</entry>
<entry>
<title>spi: cadence_qspi: use "cdns,qspi-nor" as compatible</title>
<updated>2018-11-29T11:45:15Z</updated>
<author>
<name>Simon Goldschmidt</name>
</author>
<published>2018-11-02T10:54:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2a3a99932b8ce12fefd65bde03dc4a33b5317b45'/>
<id>urn:sha1:2a3a99932b8ce12fefd65bde03dc4a33b5317b45</id>
<content type='text'>
Linux uses "cdns,qspi-nor" as compatible string for the cadence
qspi driver, so change driver, docs and all device trees.

Signed-off-by: Simon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;
</content>
</entry>
<entry>
<title>dts: cadence_spi: Update documentation for DT bindings</title>
<updated>2018-01-24T06:37:50Z</updated>
<author>
<name>Jason Rush</name>
</author>
<published>2018-01-23T23:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c58f300628b9037b9f3f82910a5c6b9590882c11'/>
<id>urn:sha1:c58f300628b9037b9f3f82910a5c6b9590882c11</id>
<content type='text'>
Update documentation to reflect adopting the Linux DT bindings.

Tested on TI K2G platform:
Tested-by: Vignesh R &lt;vigneshr@ti.com&gt;

Tested on a socfpga-cyclonev board:
Tested-by: Simon Goldschmidt &lt;sgoldschmidt@de.pepperl-fuchs.com&gt;

Signed-off-by: Jason Rush &lt;jarush@gmail.com&gt;
Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;
Acked-by: Simon Goldschmidt &lt;sgoldschmidt@de.pepperl-fuchs.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>doc: bindings: soft-spi: update documentation to match the code</title>
<updated>2018-01-10T06:36:15Z</updated>
<author>
<name>Miquel Raynal</name>
</author>
<published>2017-12-29T14:55:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=32466c445c49b489b09f99b4ae9b440d76d4720f'/>
<id>urn:sha1:32466c445c49b489b09f99b4ae9b440d76d4720f</id>
<content type='text'>
Linux bindings have been introduced in the code (removing the U-Boot
specific ones) without documentation update. Compatible string has
changed, as well as the four GPIO properties. Reflect this by updating
the soft-spi.txt documentation.

Fixes: 102412c415 ("dm: spi: soft_spi: switch to use linux compatible string")
Signed-off-by: Miquel Raynal &lt;miquel.raynal@free-electrons.com&gt;
Reviewed-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>dt-bindings: spi: Add andestech atcspi200 spi binding doc</title>
<updated>2017-11-30T01:45:29Z</updated>
<author>
<name>Rick Chen</name>
</author>
<published>2017-11-15T08:03:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=872cd42e706983b2efa928ec038f1f80d5eb5e87'/>
<id>urn:sha1:872cd42e706983b2efa928ec038f1f80d5eb5e87</id>
<content type='text'>
Add a document to describe Andestech atcspi200 spi and
binding information.

Signed-off-by: Rick Chen &lt;rick@andestech.com&gt;
</content>
</entry>
<entry>
<title>ARM: DTS: stm32: add stm32f746-disco device tree files</title>
<updated>2017-01-28T19:04:42Z</updated>
<author>
<name>Michael Kurz</name>
</author>
<published>2017-01-22T15:04:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b1a8de7e07a6b40e7c5920566836862cd07df08a'/>
<id>urn:sha1:b1a8de7e07a6b40e7c5920566836862cd07df08a</id>
<content type='text'>
This patch adds the DTS source files needed for stm32f746-disco board
The files are based on the stm32f429/469 files from current linux
kernel.

Source for "arch/arm/dts/armv7-m.dtsi": Linux: "arch/arm/boot/dts/armv7-m.dtsi"

Signed-off-by: Michael Kurz &lt;michi.kurz@gmail.com&gt;
Acked-by: Vikas MANOCHA &lt;vikas.manocha@st.com&gt;
</content>
</entry>
<entry>
<title>drivers: spi: add spi support for QCA/Atheros ath79 SOCs</title>
<updated>2016-05-20T23:25:50Z</updated>
<author>
<name>Wills Wang</name>
</author>
<published>2016-03-16T08:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b85dc4607268ffc49af642ab702d44c8b5ef3719'/>
<id>urn:sha1:b85dc4607268ffc49af642ab702d44c8b5ef3719</id>
<content type='text'>
This patch add a compatible spi driver for ath79 series SOC.

Signed-off-by: Wills Wang &lt;wills.wang@live.com&gt;
Reviewed-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix spelling of "transferred".</title>
<updated>2016-03-22T16:16:16Z</updated>
<author>
<name>Vagrant Cascadian</name>
</author>
<published>2016-03-15T19:16:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6'/>
<id>urn:sha1:a6f70a3d1456e6ce97e0f00ac2d5ff8ae22027d6</id>
<content type='text'>
Signed-off-by: Vagrant Cascadian &lt;vagrant@debian.org&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>doc: device-tree-bindings: spi: Add zynq qspi info</title>
<updated>2015-10-25T14:47:01Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2015-08-15T17:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e5e7c747a0d591116f3418b071d2bb3629eafe56'/>
<id>urn:sha1:e5e7c747a0d591116f3418b071d2bb3629eafe56</id>
<content type='text'>
Added device-tree-binding information for zynq qspi controller
driver.

Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Siva Durga Prasad Paladugu &lt;sivadur@xilinx.com&gt;
Acked-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Tested-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
</feed>
