<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/extres, branch release/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2016-05-26T15:45:36Z</updated>
<entry>
<title>Rename gpiobus_map_pin() to gpiobus_acquire_pin(), to better reflect the</title>
<updated>2016-05-26T15:45:36Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2016-05-26T15:45:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c45b84225021c61fedc3a4e1bdeb3f5b6abda748'/>
<id>urn:sha1:c45b84225021c61fedc3a4e1bdeb3f5b6abda748</id>
<content type='text'>
fact that the caller is requesting exclusive use of the pin, and also to
better match the inverse operation which is named gpiobus_release_pin().
</content>
</entry>
<entry>
<title>Use OF_prop_free instead of direct call to free(9)</title>
<updated>2016-05-14T04:59:36Z</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2016-05-14T04:59:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4eefe43b218cf1e7750bf2fa89ac601de61feb8'/>
<id>urn:sha1:f4eefe43b218cf1e7750bf2fa89ac601de61feb8</id>
<content type='text'>
Reviewed by:	mmel@
</content>
</entry>
<entry>
<title>Fix a format string when uint64_t is not unsigned long long by casting</title>
<updated>2016-04-04T10:03:06Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2016-04-04T10:03:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=670e854e4a0b5bfaf80ddc3120e7e0f383cb5f2b'/>
<id>urn:sha1:670e854e4a0b5bfaf80ddc3120e7e0f383cb5f2b</id>
<content type='text'>
through uintmax_t.
</content>
</entry>
<entry>
<title>Pass clkdev_if methods through to parent device by default.</title>
<updated>2016-03-28T11:51:35Z</updated>
<author>
<name>Jared McNeill</name>
<email>jmcneill@FreeBSD.org</email>
</author>
<published>2016-03-28T11:51:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7a8917b25d10e1cc44abaa243f33a225862531cf'/>
<id>urn:sha1:7a8917b25d10e1cc44abaa243f33a225862531cf</id>
<content type='text'>
Reviewed by:		mmel, adrian (mentor)
Approved by:		adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D5750
</content>
</entry>
<entry>
<title>Do nothing if requested clk frequency is already correct.</title>
<updated>2016-03-27T23:19:20Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2016-03-27T23:19:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=19a8851f7b9e4a86c87f7d557292324bd487017a'/>
<id>urn:sha1:19a8851f7b9e4a86c87f7d557292324bd487017a</id>
<content type='text'>
Reviewed by: mmel
</content>
</entry>
<entry>
<title>Fix support for fixed factor clocks.</title>
<updated>2016-03-23T19:26:53Z</updated>
<author>
<name>Jared McNeill</name>
<email>jmcneill@FreeBSD.org</email>
</author>
<published>2016-03-23T19:26:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=64f86dc4cb1a0d61aa41f21993621b5454b55026'/>
<id>urn:sha1:64f86dc4cb1a0d61aa41f21993621b5454b55026</id>
<content type='text'>
 - Use a different device description for fixed and fixed factor clocks.
 - Fix a bug where the "clock-div" property was stored in the "mult" field
   of the clock definition.
 - Get the fixed factor parent clock by index instead of by name, as a
   clock-names property is not required to be present here.

Reviewed by:		mmel, adrian (mentor)
Approved by:		adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D5703
</content>
</entry>
<entry>
<title>clk_parse_ofw_out_names is supposed to return a list of indices when the</title>
<updated>2016-03-23T19:24:09Z</updated>
<author>
<name>Jared McNeill</name>
<email>jmcneill@FreeBSD.org</email>
</author>
<published>2016-03-23T19:24:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=694f5cae46cc7470beb8f2126ab8423a80a8c3ed'/>
<id>urn:sha1:694f5cae46cc7470beb8f2126ab8423a80a8c3ed</id>
<content type='text'>
clock-indices property is present, so change the "uint32_t *indices" parameter
to "uint32_t **indices" to allow this.

Reviewed by:		mmel, adrian (mentor)
Approved by:		adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D5702
</content>
</entry>
<entry>
<title>Return BUS_PROBE_GENERIC instead of 0 from ofw_clkbus_probe, giving</title>
<updated>2016-03-23T19:21:21Z</updated>
<author>
<name>Jared McNeill</name>
<email>jmcneill@FreeBSD.org</email>
</author>
<published>2016-03-23T19:21:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1f3a8ce54a35e2d030fe0a7f0e2fdb3623e1985'/>
<id>urn:sha1:e1f3a8ce54a35e2d030fe0a7f0e2fdb3623e1985</id>
<content type='text'>
platform specific drivers a chance to override the generic driver.

Reviewed by:		mmel, adrian (mentor)
Approved by:		adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D5701
</content>
</entry>
<entry>
<title>Add phy framework, a next part of new 'extended resources' family of</title>
<updated>2016-03-15T15:31:17Z</updated>
<author>
<name>Michal Meloun</name>
<email>mmel@FreeBSD.org</email>
</author>
<published>2016-03-15T15:31:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4e3d35d76e33b4f1c40f312d482b7c3769892304'/>
<id>urn:sha1:4e3d35d76e33b4f1c40f312d482b7c3769892304</id>
<content type='text'>
support frameworks (i.e. clk/regulators/tsensors/fuses...).

It provides simple unified consumers interface for manipulations with
phy (USB/SATA/PCIe) resources.
</content>
</entry>
<entry>
<title>Add regulator framework, a next part of new 'extended resources' family of</title>
<updated>2016-03-15T15:30:17Z</updated>
<author>
<name>Michal Meloun</name>
<email>mmel@FreeBSD.org</email>
</author>
<published>2016-03-15T15:30:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=878ca242ebf60821f703b68343f1d6e66d44d172'/>
<id>urn:sha1:878ca242ebf60821f703b68343f1d6e66d44d172</id>
<content type='text'>
support frameworks(i.e. clk/reset/phy/tsensors/fuses...).

The framework is still far from perfect and probably doesn't have stable
interface yet, but we want to start testing it on more real boards and
different architectures.
</content>
</entry>
</feed>
