<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/spibus, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-01-09T18:28:58Z</updated>
<entry>
<title>MFC r257064:</title>
<updated>2014-01-09T18:28:58Z</updated>
<author>
<name>Luiz Otavio O Souza</name>
<email>loos@FreeBSD.org</email>
</author>
<published>2014-01-09T18:28:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0fe5b01baf5f9c89ce16ea538aa29be0f6308427'/>
<id>urn:sha1:0fe5b01baf5f9c89ce16ea538aa29be0f6308427</id>
<content type='text'>
Add an OFW SPI compatible bus.  Fix the spibus probe to return
BUS_PROBE_GENERIC and not BUS_PROBE_SPECIFIC (0) so the OFW SPI bus can
attach when enabled.  Export the spibus devclass_t and driver_t
declarations.

Submitted by:	ray
Approved by:	adrian (mentor)
</content>
</entry>
<entry>
<title>Fetch the chip select in the bridge driver, like all the other spi</title>
<updated>2012-08-23T22:38:37Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2012-08-23T22:38:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e31adaf3354646d978c64f30baaa7ded755411a'/>
<id>urn:sha1:6e31adaf3354646d978c64f30baaa7ded755411a</id>
<content type='text'>
bridges do.
</content>
</entry>
<entry>
<title>Add the chip select glue.</title>
<updated>2012-08-01T01:18:36Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2012-08-01T01:18:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc9063987348807c6707c8f0a4ea797ebf7d2234'/>
<id>urn:sha1:cc9063987348807c6707c8f0a4ea797ebf7d2234</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace `inline static' by `static inline'.</title>
<updated>2011-12-13T14:06:01Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-12-13T14:06:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75da3c1a9be663083e48f931994c1caae3f9b7a9'/>
<id>urn:sha1:75da3c1a9be663083e48f931994c1caae3f9b7a9</id>
<content type='text'>
If I interpret the C standard correctly, the storage specifier should be
placed before the inline keyword. While at it, replace __inline by
inline in the files affected.
</content>
</entry>
<entry>
<title>- There's no need to overwrite the default device method with the default</title>
<updated>2011-11-22T21:28:20Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2011-11-22T21:28:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b7ec27007570e0ce4fe9dbb447e7afc131b487a'/>
<id>urn:sha1:4b7ec27007570e0ce4fe9dbb447e7afc131b487a</id>
<content type='text'>
  one. Interestingly, these are actually the default for quite some time
  (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9)
  since r52045) but even recently added device drivers do this unnecessarily.
  Discussed with: jhb, marcel
- While at it, use DEVMETHOD_END.
  Discussed with: jhb
- Also while at it, use __FBSDID.
</content>
</entry>
<entry>
<title>bus_add_child: change type of order parameter to u_int</title>
<updated>2010-09-10T11:19:03Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2010-09-10T11:19:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d844eddb70884ea1c2414d9cec87c16974b3f67'/>
<id>urn:sha1:3d844eddb70884ea1c2414d9cec87c16974b3f67</id>
<content type='text'>
This reflects actual type used to store and compare child device orders.
Change is mostly done via a Coccinelle (soon to be devel/coccinelle)
semantic patch.
Verified by LINT+modules kernel builds.

Followup to:	r212213
MFC after:	10 days
</content>
</entry>
<entry>
<title>strict kobj signatures: fix assortment of bus_read_ivar impls</title>
<updated>2009-06-11T17:06:58Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2009-06-11T17:06:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c6ee94f8c316a993a4850700a2db07d6c1cd39c'/>
<id>urn:sha1:7c6ee94f8c316a993a4850700a2db07d6c1cd39c</id>
<content type='text'>
Reviewed by:	imp, current@
Approved by:	jhb (mentor)
</content>
</entry>
<entry>
<title>- Make SPI bus bridge be non-arch dependent by using more generic</title>
<updated>2009-05-13T18:42:49Z</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2009-05-13T18:42:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ecd616333853888f75b5076cc66102c4625c91c9'/>
<id>urn:sha1:ecd616333853888f75b5076cc66102c4625c91c9</id>
<content type='text'>
    name

Reviewed by:	imp
</content>
</entry>
<entry>
<title>MFp4: when passing the transfer up the foodchain, make sure we go up</title>
<updated>2006-10-20T07:11:52Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2006-10-20T07:11:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86663fabdd8b4b22abfdfc564a64bf1d0936c27a'/>
<id>urn:sha1:86663fabdd8b4b22abfdfc564a64bf1d0936c27a</id>
<content type='text'>
the food chain.  devi == NULL is the error condition.  Treat it as such.
</content>
</entry>
<entry>
<title>Fix comments.</title>
<updated>2006-07-17T21:18:03Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2006-07-17T21:18:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4e9e16ed7e46b88ac1b32aa4c7929e818e7cfe59'/>
<id>urn:sha1:4e9e16ed7e46b88ac1b32aa4c7929e818e7cfe59</id>
<content type='text'>
</content>
</entry>
</feed>
