aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/spibus/spigen.c
Commit message (Expand)AuthorAgeFilesLines
* Enhancements and fixes for the spigen(4) driver...Ian Lepore2018-07-111-168/+71
* Incorporate bus and chip select numbers into spigen(4) cdev names. RatherIan Lepore2018-06-211-5/+45
* Allow hinted attachment on FDT-based systems. Instead of returning ENXIOIan Lepore2018-04-081-8/+11
* Cast the data pointer to the correct type for the data being accessed (asIan Lepore2018-04-071-2/+2
* Don't check for impossible NULL return from malloc(..., M_WAITOK).Ian Lepore2018-04-071-6/+0
* Add an ioctl to get/set the SPI transfer mode. Also, make the bus clockIan Lepore2018-04-071-12/+11
* Remove the existing identify() hack to force-add a spigen device onIan Lepore2018-04-071-15/+16
* Add a missing MODULE_DEPEND().Ian Lepore2018-04-041-0/+1
* [spigen] make spigen device ready to be compiled as a moduleOleksandr Tymoshenko2017-03-091-8/+41
* [spigen] Fix spigen attaching as a driver for SPI devices nodes in FDTOleksandr Tymoshenko2016-12-241-1/+3
* [spigen] Make "data" part of spigen_transfer optionalOleksandr Tymoshenko2016-12-161-8/+12
* Enable the use of spigen on FDT platformEmmanuel Vadot2016-11-201-0/+16
* [spigen] add initial spigen driver from green@Adrian Chadd2016-05-261-0/+403