| Commit message (Expand) | Author | Age | Files | Lines |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | 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 |
* | Fix the parameter type according to method declaration. | Ruslan Bukin | 2016-04-26 | 1 | -1/+1 |
* | Revert r298268 (Add optional chip_select/deselect methods). | Ruslan Bukin | 2016-04-19 | 2 | -33/+0 |
* | Add optional chip_select/deselect methods. This is required | Ruslan Bukin | 2016-04-19 | 2 | -0/+33 |
* | Add copyright statement I should have had on these files in 2006, | Warner Losh | 2015-02-18 | 3 | -2/+81 |
* | Add an OFW SPI compatible bus. Fix the spibus probe to return | Luiz Otavio O Souza | 2013-10-24 | 3 | -2/+197 |
* | Fetch the chip select in the bridge driver, like all the other spi | Warner Losh | 2012-08-23 | 2 | -4/+0 |
* | Add the chip select glue. | Warner Losh | 2012-08-01 | 2 | -0/+6 |
* | Replace `inline static' by `static inline'. | Ed Schouten | 2011-12-13 | 1 | -1/+1 |
* | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -2/+1 |
* | bus_add_child: change type of order parameter to u_int | Andriy Gapon | 2010-09-10 | 1 | -1/+1 |
* | strict kobj signatures: fix assortment of bus_read_ivar impls | Andriy Gapon | 2009-06-11 | 1 | -1/+1 |
* | - Make SPI bus bridge be non-arch dependent by using more generic | Oleksandr Tymoshenko | 2009-05-13 | 1 | -1/+1 |
* | MFp4: when passing the transfer up the foodchain, make sure we go up | Warner Losh | 2006-10-20 | 1 | -2/+4 |