<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/arm/lpc, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>arm: lpc: Remove support</title>
<updated>2018-01-24T22:04:16+00:00</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2018-01-24T22:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=09ac34375943c4650d1809a68c38a98b554f3653'/>
<id>09ac34375943c4650d1809a68c38a98b554f3653</id>
<content type='text'>
Code hasn't been touch this it's original commit in 2012 beside api changes.

Reviewed by:	ian
Differential Revision:	https://reviews.freebsd.org/D13625
Discussed with:		freebsd-arm@freebsd.org (no reply)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code hasn't been touch this it's original commit in 2012 beside api changes.

Reviewed by:	ian
Differential Revision:	https://reviews.freebsd.org/D13625
Discussed with:		freebsd-arm@freebsd.org (no reply)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the TSLOG framework to record entry/exit timestamps for DELAY and</title>
<updated>2017-12-31T09:24:41+00:00</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2017-12-31T09:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d5d7606c0c076237567d5fa706478c70a1189916'/>
<id>d5d7606c0c076237567d5fa706478c70a1189916</id>
<content type='text'>
_vprintf; these functions are called in many places and can contribute
meaningfully to the total time spent booting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_vprintf; these functions are called in many places and can contribute
meaningfully to the total time spent booting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert r327250 as it broke the build for some armv6 kernel and all armv4/5</title>
<updated>2017-12-28T07:31:14+00:00</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2017-12-28T07:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ee070097f273c6645513e175e24fe4a545a1ddbb'/>
<id>ee070097f273c6645513e175e24fe4a545a1ddbb</id>
<content type='text'>
Reported by:	ian
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	ian
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: Add kern/kern_clocksource.c to files.arm</title>
<updated>2017-12-27T21:39:57+00:00</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2017-12-27T21:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d06955f9bdb1416d9196043ed781f9b36dae9adc'/>
<id>d06955f9bdb1416d9196043ed781f9b36dae9adc</id>
<content type='text'>
Instead of adding it to every files.vendor, add it to the common arch file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of adding it to every files.vendor, add it to the common arch file.
</pre>
</div>
</content>
</entry>
<entry>
<title>sys/arm: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:04:10+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=af3dc4a7ca7fdfbe1790f34b83024557a35d11f2'/>
<id>af3dc4a7ca7fdfbe1790f34b83024557a35d11f2</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridges</title>
<updated>2017-03-07T22:42:44+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2017-03-07T22:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=55dae242e62f282a2d871183abf29da2afd4ca2a'/>
<id>55dae242e62f282a2d871183abf29da2afd4ca2a</id>
<content type='text'>
as kernel drivers and their dependency onto mmc(4); this allows for
incrementing the mmc(4) module version but also for entire omission
of these bridge declarations for mmccam(4) in a single place, i. e.
in dev/mmc/bridge.h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as kernel drivers and their dependency onto mmc(4); this allows for
incrementing the mmc(4) module version but also for entire omission
of these bridge declarations for mmccam(4) in a single place, i. e.
in dev/mmc/bridge.h.
</pre>
</div>
</content>
</entry>
<entry>
<title>o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regarding</title>
<updated>2017-03-06T23:47:59+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2017-03-06T23:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b440e965da9648c04cceae5371897c50a2673739'/>
<id>b440e965da9648c04cceae5371897c50a2673739</id>
<content type='text'>
  comments, marking unused parameters as such, style(9), whitespace,
  etc.
o In the mmc(4) bridges and sdhci(4) (bus) front-ends:
  - Remove redundant assignments of the default bus_generic_print_child
    device method (I've whipped these out of the tree as part of r227843
    once, but they keep coming back ...),
  - use DEVMETHOD_END,
  - use NULL instead of 0 for pointers.
o Trim/adjust includes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  comments, marking unused parameters as such, style(9), whitespace,
  etc.
o In the mmc(4) bridges and sdhci(4) (bus) front-ends:
  - Remove redundant assignments of the default bus_generic_print_child
    device method (I've whipped these out of the tree as part of r227843
    once, but they keep coming back ...),
  - use DEVMETHOD_END,
  - use NULL instead of 0 for pointers.
o Trim/adjust includes.
</pre>
</div>
</content>
</entry>
<entry>
<title>ofw_spi: Parse property for the SPI mode and CS polarity.</title>
<updated>2016-12-18T14:54:20+00:00</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2016-12-18T14:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7073d12c4da0fe9874543aff5ef48a85c99bb507'/>
<id>7073d12c4da0fe9874543aff5ef48a85c99bb507</id>
<content type='text'>
As cs is stored in a uint32_t, use the last bit to store the
active high flag as it's unlikely that we will have that much CS.

Reviewed by:	loos
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D8614
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As cs is stored in a uint32_t, use the last bit to store the
active high flag as it's unlikely that we will have that much CS.

Reviewed by:	loos
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D8614
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the missing void to function signatures in much of the arm code.</title>
<updated>2016-12-13T13:43:22+00:00</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2016-12-13T13:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=59249a516a69e3a4055393f0975cdd8a848f5ce8'/>
<id>59249a516a69e3a4055393f0975cdd8a848f5ce8</id>
<content type='text'>
Sponsored by:	ABT Systems Ltd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	ABT Systems Ltd
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the spibus accessor when applicable.</title>
<updated>2016-12-12T20:04:31+00:00</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2016-12-12T20:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=adff859ba29a4020ef33c7faf96e9ed5cf92e573'/>
<id>adff859ba29a4020ef33c7faf96e9ed5cf92e573</id>
<content type='text'>
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	3 days
</pre>
</div>
</content>
</entry>
</feed>
