aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/spibus/ofw_spibus.c
Commit message (Expand)AuthorAgeFilesLines
* Add IRQ resource to SPIBUSEmmanuel Vadot2020-12-171-0/+14
* Return BUS_PROBE_DEFAULT, not zero, because this is not the one driverIan Lepore2018-04-071-1/+5
* Provide public declarations for ofw_spibus_driver and ofw_spibus_devclassIan Lepore2018-02-181-2/+2
* SPDX: fix wrong license ID tag in dev/spibus.Pedro F. Giffuni2017-12-281-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-181-0/+20
* [spibus] implement maximum clock frequency lookup from ofw.Adrian Chadd2016-05-261-1/+10
* Add an OFW SPI compatible bus. Fix the spibus probe to returnLuiz Otavio O Souza2013-10-241-0/+192