freebsd-dev/sys/dev/spibus
Oleksandr Tymoshenko 32d7412741 [spigen] Fix spigen attaching as a driver for SPI devices nodes in FDT
Return BUS_PROBE_NOWILDCARD in probe method to make sure that spigen
attaches only to the device created in identify method.

Before this change spigen probe method used to return 0 which meant it
competed with other drivers to be attached to the devices created for
child nodes of SPI bus node in FDT.

Reported by:	Daniel Braniss
MFC after:	1 week
2016-12-24 00:30:29 +00:00
..
ofw_spibus.c ofw_spi: Parse property for the SPI mode and CS polarity. 2016-12-18 14:54:20 +00:00
spi.h [spigen] add initial spigen driver from green@ 2016-05-26 07:02:20 +00:00
spibus_if.m Revert r298268 (Add optional chip_select/deselect methods). 2016-04-19 15:39:46 +00:00
spibus.c [spi] reformat message and ar5315_spi minor fix 2016-12-13 09:53:43 +00:00
spibusvar.h ofw_spi: Parse property for the SPI mode and CS polarity. 2016-12-18 14:54:20 +00:00
spigen.c [spigen] Fix spigen attaching as a driver for SPI devices nodes in FDT 2016-12-24 00:30:29 +00:00