aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/spibus/ofw_spibus.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* spibus: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-011-0/+7
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* spibus: Make ofw_spibus probe just a little more favoredJustin Hibbits2023-08-281-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove unused spibus_devclass and ofw_spibus_devclass.John Baldwin2022-05-091-3/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1
* 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