aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/broadcom/bcm2835/bcm2835_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* 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/+1
* bcm2835/spi: Support SPI_FLAG_KEEP_CSJustin Hibbits2023-11-141-10/+23
* 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
* arm/arm64 broadcom: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-6/+6
* Retrieve the bus clock speed and mode (polarity/phase) from the child deviceIan Lepore2018-06-231-34/+87
* [rpi] Add fdt_pinctrl(4) support to Raspberry Pi GPIO driverOleksandr Tymoshenko2018-04-081-12/+1
* sys/arm: 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/+3
* CS ivar is uint32_t, not int.Emmanuel Vadot2016-12-121-2/+3
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Add compatible strings used in upstream dts filesOleksandr Tymoshenko2016-10-121-1/+7
* ARM: Remove unused includes.Michal Meloun2016-10-091-2/+0
* Add a missing wakeup when releasing ownership of the SPI hardware.Ian Lepore2015-06-021-13/+12
* Stop using machine/fdt.h in the arm kernel code when we don't need it.Andrew Turner2015-04-041-1/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Add the Raspberry Pi SPI controller driver.Luiz Otavio O Souza2013-10-241-0/+521