<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/faraday, 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>2018-05-07T13:34:12Z</updated>
<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>include: delete unused header files</title>
<updated>2014-01-24T21:59:07Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2014-01-08T11:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=3b98b57fa796d0c8d4cbdf6b2b6faa08197a9858'/>
<id>urn:sha1:3b98b57fa796d0c8d4cbdf6b2b6faa08197a9858</id>
<content type='text'>
Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>mmc: add Faraday FTSDC021 SDHCI controller support</title>
<updated>2013-12-08T12:23:05Z</updated>
<author>
<name>Kuo-Jung Su</name>
</author>
<published>2013-11-25T02:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=adebb98ba12008021e75a2881deb424db0184770'/>
<id>urn:sha1:adebb98ba12008021e75a2881deb424db0184770</id>
<content type='text'>
Faraday FTSDC021 is a controller which is compliant with
SDHCI v3.0, SDIO v2.0 and MMC v4.3.

However this driver is only verified with SD memory cards.

Signed-off-by: Kuo-Jung Su &lt;dantesu@faraday-tech.com&gt;
Acked-by: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;
CC: Andy Fleming &lt;afleming@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-nds32</title>
<updated>2013-07-25T12:51:51Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2013-07-25T12:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c'/>
<id>urn:sha1:aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>pci: move pci_ftpci100.h to include/faraday/ftpci100.h</title>
<updated>2013-07-24T03:49:17Z</updated>
<author>
<name>Gabor Juhos</name>
</author>
<published>2013-05-26T10:11:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=8599515f42cd51009bb3b0bf8f48e1181b058537'/>
<id>urn:sha1:8599515f42cd51009bb3b0bf8f48e1181b058537</id>
<content type='text'>
Even though the header files is used only by the
pci_ftpci100 driver, it contains declaration for
a function which is used by external code.

Move the header file to a common location which
lets external code use it.

Compile tested only.

Cc: Macpaul Lin &lt;macpaul@andestech.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;
</content>
</entry>
<entry>
<title>mmc: update Faraday FTSDC010 for rw performance</title>
<updated>2013-05-15T23:18:15Z</updated>
<author>
<name>Kuo-Jung Su</name>
</author>
<published>2013-05-06T20:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=f6c3b34697bf8bf05cb4e81c2fd3cadb9a98daea'/>
<id>urn:sha1:f6c3b34697bf8bf05cb4e81c2fd3cadb9a98daea</id>
<content type='text'>
Faraday FTSDC010 is a MMC/SD host controller.
Although there is already a driver in current u-boot release,
which is modified from eSHDC and contributed by Andes Tech.
Its performance is too terrible on Faraday A36x SoC platforms,
so I turn to implement this new version of driver which is
10+ times faster than the old one.

It's carefully designed to be compatible with Andes chips,
so it should be safe to replace it.

Signed-off-by: Kuo-Jung Su &lt;dantesu@faraday-tech.com&gt;
CC: Andy Fleming &lt;afleming@gmail.com&gt;
Signed-off-by: Andy Fleming &lt;afleming@freescale.com&gt;
</content>
</entry>
<entry>
<title>ftsdc010: add support of ftsdc010 mmc controller</title>
<updated>2011-09-04T23:03:02Z</updated>
<author>
<name>Macpaul Lin</name>
</author>
<published>2011-07-20T21:29:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=f8ef0d4f4603dc0dbe10f7f4778b8066cea47b6f'/>
<id>urn:sha1:f8ef0d4f4603dc0dbe10f7f4778b8066cea47b6f</id>
<content type='text'>
Faraday FTSDC010 controller is a SD/MMC controller for SoC chip.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
<entry>
<title>ftpmu010.h: fix some missing declaration in header</title>
<updated>2011-05-12T21:44:33Z</updated>
<author>
<name>Macpaul Lin</name>
</author>
<published>2011-05-02T01:28:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=ac56032676d30f4f6f41ababaed0ffcd8f432b4d'/>
<id>urn:sha1:ac56032676d30f4f6f41ababaed0ffcd8f432b4d</id>
<content type='text'>
Fix some missing declaration in header.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
<entry>
<title>ftsmc020: add missing definitions</title>
<updated>2011-05-12T21:43:38Z</updated>
<author>
<name>Macpaul Lin</name>
</author>
<published>2011-05-01T22:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=10ba1d3cff7d32e4c2ef4301baf5e2e44530176a'/>
<id>urn:sha1:10ba1d3cff7d32e4c2ef4301baf5e2e44530176a</id>
<content type='text'>
Add missing definitions in header file according to datasheet.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
</content>
</entry>
</feed>
