<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/arm/include/asm/ti-common, 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>2018-11-05T16:42:01Z</updated>
<entry>
<title>driver: net: ti: keystone_net: switch to use common mdio lib</title>
<updated>2018-11-05T16:42:01Z</updated>
<author>
<name>Grygorii Strashko</name>
</author>
<published>2018-10-31T21:21:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=79d8127168e211f4745bd2183a3338c6c4e2d003'/>
<id>urn:sha1:79d8127168e211f4745bd2183a3338c6c4e2d003</id>
<content type='text'>
Update TI Keystone 2 driver to re-use common mdio lib.

Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Signed-off-by: Grygorii Strashko &lt;grygorii.strashko@ti.com&gt;
</content>
</entry>
<entry>
<title>drivers: net: keystone_net: drop non dm code</title>
<updated>2018-11-05T16:42:00Z</updated>
<author>
<name>Grygorii Strashko</name>
</author>
<published>2018-10-31T21:21:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=af0cf2178b043983a29f51e61e28feac4cf3b1d0'/>
<id>urn:sha1:af0cf2178b043983a29f51e61e28feac4cf3b1d0</id>
<content type='text'>
Networking support for all TI K2 boards converted to use DM model and
CONFIG_DM_ETH enabled in all corresponding defconfig files, hence drop
unused non DM K2 networking code.

Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Signed-off-by: Grygorii Strashko &lt;grygorii.strashko@ti.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.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: dma: ti-edma3: add support for memory fill</title>
<updated>2018-01-19T20:49:25Z</updated>
<author>
<name>Tero Kristo</name>
</author>
<published>2017-12-29T06:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=72b7af5a04afc22913e943decc1733a25b8eefcf'/>
<id>urn:sha1:72b7af5a04afc22913e943decc1733a25b8eefcf</id>
<content type='text'>
Add support for simple memory fill operation. With large data sizes
it is much faster to use EDMA for memory fill rather than CPU.

Signed-off-by: Tero Kristo &lt;t-kristo@ti.com&gt;
</content>
</entry>
<entry>
<title>mtd: nand: Rename nand.h into rawnand.h</title>
<updated>2017-12-04T13:00:00Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2017-11-30T04:45:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6ae3900a86b52429bf7a73ad832f0ad02acc2282'/>
<id>urn:sha1:6ae3900a86b52429bf7a73ad832f0ad02acc2282</id>
<content type='text'>
This header was renamed to rawnand.h in Linux.

The following is the corresponding commit in Linux.

  commit d4092d76a4a4e57b65910899948a83cc8646c5a5
  Author: Boris Brezillon &lt;boris.brezillon@free-electrons.com&gt;
  Date:   Fri Aug 4 17:29:10 2017 +0200

      mtd: nand: Rename nand.h into rawnand.h

      We are planning to share more code between different NAND based
      devices (SPI NAND, OneNAND and raw NANDs), but before doing that
      we need to move the existing include/linux/mtd/nand.h file into
      include/linux/mtd/rawnand.h so we can later create a nand.h header
      containing all common structure and function prototypes.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig</title>
<updated>2017-04-27T20:49:08Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2017-04-25T04:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=a93fbf4a78924741a1fc157fd182de79ea15f327'/>
<id>urn:sha1:a93fbf4a78924741a1fc157fd182de79ea15f327</id>
<content type='text'>
In Linux, CONFIG_ARCH_OMAP2PLUS is used for OMAP2 or later SoCs.
Rename CONFIG_ARCH_OMAP2 to CONFIG_ARCH_OMAP2PLUS to follow this
naming.

Move the OMAP2+ board/SoC choice down to mach-omap2/Kconfig to slim
down the arch/arm/Kconfig level.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ti: wdt: common: Make the wdt IP defines common for the TI platform</title>
<updated>2017-04-09T01:32:48Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2017-02-19T22:24:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=d7ebbe9dc4c4df4112f9403b7447438774e6b15c'/>
<id>urn:sha1:d7ebbe9dc4c4df4112f9403b7447438774e6b15c</id>
<content type='text'>
Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>TI: Remove CONFIG_OMAP_COMMON in favor of CONFIG_ARCH_OMAP2</title>
<updated>2016-11-21T19:07:29Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2016-11-08T02:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=187f9dc3f70f827fe0742d5345067fcabd1cca6b'/>
<id>urn:sha1:187f9dc3f70f827fe0742d5345067fcabd1cca6b</id>
<content type='text'>
With the move to arch/arm/mach-omap2 there are now very few uses of
CONFIG_OMAP_COMMON and further they can all be replaced with
CONFIG_ARCH_OMAP2, so do so.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()</title>
<updated>2016-10-08T13:33:13Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2016-09-26T11:45:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=43ebbfc39ff0b59047b84827a9f92f4a8ff9bb9b'/>
<id>urn:sha1:43ebbfc39ff0b59047b84827a9f92f4a8ff9bb9b</id>
<content type='text'>
The KeyStone platform has its own clk_get_rate() but its prototype
is different from that of the common-clk (clk-uclass) framework.

Prefix the KeyStone specific implementation with ks_ in order to
avoid name-space conflict.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Fix to davinci_nand.h to place CEnCFG registers at correct</title>
<updated>2016-06-06T17:39:12Z</updated>
<author>
<name>Peter Howard</name>
</author>
<published>2016-06-02T03:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c165994299281957d735f5ec8863dda6243c3456'/>
<id>urn:sha1:c165994299281957d735f5ec8863dda6243c3456</id>
<content type='text'>
Signed-off-by: Peter Howard &lt;phoward@gme.net.au&gt;
</content>
</entry>
</feed>
