| Commit message (Expand) | Author | Age | Files | Lines |
| * | spibus: Use a bus_child_deleted method to free ivars for children | John Baldwin | 2024-12-01 | 4 | -0/+22 |
| * | Add plug and play information macro for SPI bus. | Vladimir Kondratyev | 2023-08-20 | 1 | -0/+6 |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 3 | -6/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 2 | -4/+0 |
| * | acpi_spibus.c: fix i386 build | Konstantin Belousov | 2023-08-06 | 1 | -1/+1 |
| * | spibus(4): Add support for ACPI-based children enumeration | Vladimir Kondratyev | 2023-08-03 | 3 | -10/+606 |
| * | spibus(4): Allow IRQ resource to be released | Vladimir Kondratyev | 2023-08-03 | 1 | -1/+1 |
| * | spibus(4): Skip bus_generic_detach() on device detach | Vladimir Kondratyev | 2023-08-03 | 1 | -7/+1 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | spibus: extend API: add cs_delay ivar, KEEP_CS and NO_SLEEP flags | Val Packett | 2023-04-24 | 3 | -0/+13 |
| * | spigen: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 1 | -3/+1 |
| * | Remove unused spibus_devclass and ofw_spibus_devclass. | John Baldwin | 2022-05-09 | 3 | -8/+2 |
| * | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh | 2021-06-23 | 2 | -15/+5 |
| * | Add IRQ resource to SPIBUS | Emmanuel Vadot | 2020-12-17 | 3 | -0/+44 |
| * | spibus: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 2 | -4/+2 |
| * | Consistently use busy and vm_page_valid() rather than touching page bits | Jeff Roberson | 2020-01-23 | 1 | -2/+3 |
| * | Regularize my copyright notice | Warner Losh | 2019-12-04 | 4 | -8/+4 |
| * | Use the new FDTCOMPAT_PNP_INFO() macro to define SPIBUS_FDT_PNP_INFO(). | Ian Lepore | 2019-05-23 | 1 | -3/+5 |
| * | Set maximum bus clock speed from hints when attaching hinted spibus(4) children. | Ian Lepore | 2019-02-25 | 1 | -0/+1 |
| * | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
| * | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Enhancements and fixes for the spigen(4) driver... | Ian Lepore | 2018-07-11 | 1 | -168/+71 |
| * | Incorporate bus and chip select numbers into spigen(4) cdev names. Rather | Ian Lepore | 2018-06-21 | 2 | -6/+48 |
| * | spi: Add SPIBUS_PNP_INFO macro | Emmanuel Vadot | 2018-06-14 | 1 | -0/+4 |
| * | Allow hinted attachment on FDT-based systems. Instead of returning ENXIO | Ian Lepore | 2018-04-08 | 1 | -8/+11 |
| * | Cast the data pointer to the correct type for the data being accessed (as | Ian Lepore | 2018-04-07 | 1 | -2/+2 |
| * | Don't check for impossible NULL return from malloc(..., M_WAITOK). | Ian Lepore | 2018-04-07 | 1 | -6/+0 |
| * | Add an ioctl to get/set the SPI transfer mode. Also, make the bus clock | Ian Lepore | 2018-04-07 | 1 | -12/+11 |
| * | Generate a spibus_set_[ivarname]() convenience function for each ivar, | Ian Lepore | 2018-04-07 | 1 | -1/+7 |
| * | Remove the existing identify() hack to force-add a spigen device on | Ian Lepore | 2018-04-07 | 1 | -15/+16 |
| * | Return BUS_PROBE_DEFAULT, not zero, because this is not the one driver | Ian Lepore | 2018-04-07 | 1 | -1/+5 |
| * | A couple minor improvements to spibus.c... | Ian Lepore | 2018-04-07 | 1 | -9/+5 |
| * | Add support for writing/changing spi device ivars. The SPI mode (polarity | Ian Lepore | 2018-04-07 | 1 | -0/+32 |
| * | Add a missing MODULE_DEPEND(). | Ian Lepore | 2018-04-04 | 1 | -0/+1 |
| * | Provide public declarations for ofw_spibus_driver and ofw_spibus_devclass | Ian Lepore | 2018-02-18 | 2 | -2/+4 |
| * | SPDX: fix wrong license ID tag in dev/spibus. | Pedro F. Giffuni | 2017-12-28 | 1 | -1/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | [spigen] make spigen device ready to be compiled as a module | Oleksandr Tymoshenko | 2017-03-09 | 1 | -8/+41 |
| * | [spibus] small code refactoring | Michael Zhilin | 2017-01-16 | 1 | -3/+2 |
| * | [spigen] Fix spigen attaching as a driver for SPI devices nodes in FDT | Oleksandr Tymoshenko | 2016-12-24 | 1 | -1/+3 |
| * | ofw_spi: Parse property for the SPI mode and CS polarity. | Emmanuel Vadot | 2016-12-18 | 2 | -0/+22 |
| * | [spigen] Make "data" part of spigen_transfer optional | Oleksandr Tymoshenko | 2016-12-16 | 1 | -8/+12 |
| * | [spi] reformat message and ar5315_spi minor fix | Michael Zhilin | 2016-12-13 | 1 | -2/+2 |
| * | Enable the use of spigen on FDT platform | Emmanuel Vadot | 2016-11-20 | 1 | -0/+16 |
| * | [spigen] add initial spigen driver from green@ | Adrian Chadd | 2016-05-26 | 2 | -0/+405 |
| * | [spibus] implement maximum clock frequency lookup from ofw. | Adrian Chadd | 2016-05-26 | 1 | -1/+10 |
| * | [spibus] add missing break. | Adrian Chadd | 2016-05-26 | 1 | -0/+1 |
| * | [spibus] add initial placeholders for transfer mode and frequency. | Adrian Chadd | 2016-05-26 | 2 | -1/+21 |