freebsd-dev/sys/dev/spibus
Emmanuel Vadot 7073d12c4d ofw_spi: Parse property for the SPI mode and CS polarity.
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
2016-12-18 14:54:20 +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
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] Make "data" part of spigen_transfer optional 2016-12-16 19:09:57 +00:00