<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/video/bus_vcxk.c, 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-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.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>Remove typedefs from bmp_layout.h</title>
<updated>2015-06-11T01:26:54Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2015-05-13T13:02:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1c3dbe56f720132723a89709ef5f2baeb52b44d4'/>
<id>urn:sha1:1c3dbe56f720132723a89709ef5f2baeb52b44d4</id>
<content type='text'>
We try to avoid typedefs and these ones are easy enough to remove. Before
changing this header in the next patch, remove the typedefs.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Suggested-by: Joe Hershberger &lt;joe.hershberger@gmail.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>video: remove AT91 legacy API from bus_vcxk</title>
<updated>2013-11-13T21:13:10Z</updated>
<author>
<name>Andreas Bießmann</name>
</author>
<published>2013-10-30T14:18:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0f1f041835d7f524fa9121b02000b0a398f01f20'/>
<id>urn:sha1:0f1f041835d7f524fa9121b02000b0a398f01f20</id>
<content type='text'>
Signed-off-by: Andreas Bießmann &lt;andreas.devel@googlemail.com&gt;
Acked-by: Jens Scharsig (BuS Elektronik) &lt;esw@bus-elektronik.de&gt;
Acked-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</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.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>Video: fix compiler warnings in bus_vcxk</title>
<updated>2012-11-14T11:27:49Z</updated>
<author>
<name>Jens Scharsig (BuS Elektronik)</name>
</author>
<published>2012-11-14T00:10:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=4a1921eb04fa83acbab60fc0219e48e85dbc2f74'/>
<id>urn:sha1:4a1921eb04fa83acbab60fc0219e48e85dbc2f74</id>
<content type='text'>
if a board uses the vcxk driver option CONFIG_SYS_VCXK_DOUBLEBUFFERD,
compilier shows warnings. This patch will fix it.

Signed-off-by: Jens Scharsig (BuS Elektronik) &lt;esw@bus-elektronik.de&gt;
</content>
</entry>
<entry>
<title>drivers/video/bus_vcxk.c: Fix GCC 4.6 warning</title>
<updated>2011-11-16T20:36:22Z</updated>
<author>
<name>Anatolij Gustschin</name>
</author>
<published>2011-11-15T13:20:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5dfc9e146a839271114dcad3f5a7501f8661dca0'/>
<id>urn:sha1:5dfc9e146a839271114dcad3f5a7501f8661dca0</id>
<content type='text'>
Fix:
bus_vcxk.c: In function 'vcxk_display_bitmap':
bus_vcxk.c:396:16: warning: variable 'compression' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>GCC4.6: Squash warning in bus_vcxk.c</title>
<updated>2011-10-27T21:54:07Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2011-10-24T23:40:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=458f4381691a083e8a4004d1fe444a1951d75354'/>
<id>urn:sha1:458f4381691a083e8a4004d1fe444a1951d75354</id>
<content type='text'>
bus_vcxk.c:167:2: warning: format '%d' expects type 'int', but argument 2 has
type 'u_long'
bus_vcxk.c:167:2: warning: format '%d' expects type 'int', but argument 3 has
type 'u_long'

Signed-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Simon Glass &lt;sjg@chromium.org&gt;
Cc: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>convert common files to new SoC access</title>
<updated>2010-02-12T18:31:55Z</updated>
<author>
<name>Jens Scharsig</name>
</author>
<published>2010-02-03T21:46:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0cf0b93161beb3f3ed5e37e6112aedf15da17e8a'/>
<id>urn:sha1:0cf0b93161beb3f3ed5e37e6112aedf15da17e8a</id>
<content type='text'>
* add's a warning to all files, which need update to new SoC access
 * convert common files in cpu/../at91 and a lot of drivers to use
   c stucture SoC access

Signed-off-by: Jens Scharsig &lt;js_at_ng@scharsoft.de&gt;
</content>
</entry>
<entry>
<title>bus_vcxk.c: fix warning: unused variable 'lineptr'</title>
<updated>2009-08-09T20:49:16Z</updated>
<author>
<name>Jens Scharsig</name>
</author>
<published>2009-07-27T13:28:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1c6232f1e2eae87e0e36d489611eb6891dff21e1'/>
<id>urn:sha1:1c6232f1e2eae87e0e36d489611eb6891dff21e1</id>
<content type='text'>
Signed-off-by: Jens Scharsig &lt;esw@bus-elektronik.de&gt;
</content>
</entry>
<entry>
<title>video: bus_vcxk.c: fix style issues added by 50217dee</title>
<updated>2009-07-26T11:18:43Z</updated>
<author>
<name>Anatolij Gustschin</name>
</author>
<published>2009-07-26T10:05:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=04538cdb752eeea8fd23cf7ac3394439f189fb77'/>
<id>urn:sha1:04538cdb752eeea8fd23cf7ac3394439f189fb77</id>
<content type='text'>
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
</feed>
