<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/dm/platform_data, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-05-24T12:11:57Z</updated>
<entry>
<title>drivers: spi: cf_spi: convert to driver model</title>
<updated>2019-05-24T12:11:57Z</updated>
<author>
<name>Angelo Dureghello</name>
</author>
<published>2019-03-13T20:46:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=5ea3766461dd3d317aa2388fbc3b51e0861b09cd'/>
<id>urn:sha1:5ea3766461dd3d317aa2388fbc3b51e0861b09cd</id>
<content type='text'>
Converting to driver model and removes non-dm code.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Angelo Dureghello &lt;angelo@sysam.it&gt;
</content>
</entry>
<entry>
<title>dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h</title>
<updated>2018-11-27T15:36:46Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-11-22T06:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=3ae6030cf9587d310ee9cb8c3b17e9a8693f7636'/>
<id>urn:sha1:3ae6030cf9587d310ee9cb8c3b17e9a8693f7636</id>
<content type='text'>
Rename platform_data include file as spi_pl022.h from pl022_spi.h,
this is generic notation used for spi platdata include files.

Acked-by: Quentin Schulz &lt;quentin.schulz@bootlin.com&gt;
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>spi: pl022: Simplify platdata code</title>
<updated>2018-11-27T15:36:19Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-11-14T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=3deb1f731d9b122c86c246a7ec53bcd1d67af66f'/>
<id>urn:sha1:3deb1f731d9b122c86c246a7ec53bcd1d67af66f</id>
<content type='text'>
pl022 spi driver support both OF_CONTROL and PLATDATA, this
patch is trying to simplify the code that differentiating
platdata vs of_control.
- Move OF_CONTROL code at one place
- Handle clock setup code directly in pl022_spi_ofdata_to_platdata

Acked-by: Quentin Schulz &lt;quentin.schulz@bootlin.com&gt;
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>spi: davinci: Add platdata support</title>
<updated>2018-10-10T06:05:06Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2018-09-03T17:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=ba3c22bf186db550435a46dafc777b8cfae6fe30'/>
<id>urn:sha1:ba3c22bf186db550435a46dafc777b8cfae6fe30</id>
<content type='text'>
Davanci spi driver has DM support already, this patch
add support for platdata so-that SPL can use it for
low foot-print.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
Tested-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>spi: add support for ARM PL022 SPI controller</title>
<updated>2018-09-26T01:49:18Z</updated>
<author>
<name>Quentin Schulz</name>
</author>
<published>2018-08-31T14:28:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=8a4791fa08fb456f9cf8ef95083ddd4e0d07b48e'/>
<id>urn:sha1:8a4791fa08fb456f9cf8ef95083ddd4e0d07b48e</id>
<content type='text'>
This adds support for the ARM PL022 SPI controller for the standard
variant (0x00041022) which has a 16bit wide and 8 locations deep TX/RX
FIFO.

A few parts were borrowed from the Linux kernel driver.

Cc: Armando Visconti &lt;armando.visconti@st.com&gt;
Cc: Vipin Kumar &lt;vipin.kumar@st.com&gt;
Signed-off-by: Quentin Schulz &lt;quentin.schulz@bootlin.com&gt;
</content>
</entry>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>drivers: net: pfe_eth: LS1012A PFE headers</title>
<updated>2018-03-22T20:05:28Z</updated>
<author>
<name>Calvin Johnson</name>
</author>
<published>2018-03-08T10:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=cf4c34486d633c9e168475bd318ef67ff821063b'/>
<id>urn:sha1:cf4c34486d633c9e168475bd318ef67ff821063b</id>
<content type='text'>
Contains all the pfe header files.

Signed-off-by: Calvin Johnson &lt;calvin.johnson@nxp.com&gt;
Signed-off-by: Anjaneyulu Jagarlmudi &lt;anji.jagarlmudi@nxp.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>serial: bcm283x_mu: Remove support for post-init disabling</title>
<updated>2018-01-28T17:27:33Z</updated>
<author>
<name>Alexander Graf</name>
</author>
<published>2018-01-25T11:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=fc8523a1474d33dcc5f7fd1823563fbd73aa1876'/>
<id>urn:sha1:fc8523a1474d33dcc5f7fd1823563fbd73aa1876</id>
<content type='text'>
We are switching to a model where a serial device doesn't even get probed when
it's not muxed properly, so we don't need device specific disabling
functionality anymore.

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>serial: stm32x7: migrate serial struct to driver</title>
<updated>2017-07-26T15:26:54Z</updated>
<author>
<name>Patrice Chotard</name>
</author>
<published>2017-07-18T07:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=122b2d4763e82e13f9b2735624813266047ddcd5'/>
<id>urn:sha1:122b2d4763e82e13f9b2735624813266047ddcd5</id>
<content type='text'>
This allow to remove include/dm/platform_data/serial_stm32x7.h
which was included in the past by stm32x7 driver and by
stm32f746-disco.c board file.
Since patch 42bf5e7c27 "serial: stm32f7: add device tree support"
this file is no more needed in board file.

Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Acked-by: Vikas MANOCHA &lt;vikas.manocha@st.com&gt;
</content>
</entry>
<entry>
<title>serial: pxa: integrate optional driver model handling</title>
<updated>2016-11-23T12:53:20Z</updated>
<author>
<name>Marcel Ziswiler</name>
</author>
<published>2016-11-14T20:40:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=cbfa67a16b345cfb94840a41ee2fa0f728be296a'/>
<id>urn:sha1:cbfa67a16b345cfb94840a41ee2fa0f728be296a</id>
<content type='text'>
Optional driver model handling integration.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
</feed>
