summaryrefslogtreecommitdiff
path: root/sys/dev/spibus/spigen.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-09spigen: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2020-09-01spibus: clean up empty lines in .c and .h filesMateusz Guzik
2020-01-23Consistently use busy and vm_page_valid() rather than touching page bitsJeff Roberson
2018-07-11Enhancements and fixes for the spigen(4) driver...Ian Lepore
2018-06-21Incorporate bus and chip select numbers into spigen(4) cdev names. RatherIan Lepore
2018-04-08Allow hinted attachment on FDT-based systems. Instead of returning ENXIOIan Lepore
2018-04-07Cast the data pointer to the correct type for the data being accessed (asIan Lepore
2018-04-07Don't check for impossible NULL return from malloc(..., M_WAITOK).Ian Lepore
2018-04-07Add an ioctl to get/set the SPI transfer mode. Also, make the bus clockIan Lepore
2018-04-07Remove the existing identify() hack to force-add a spigen device onIan Lepore
2018-04-04Add a missing MODULE_DEPEND().Ian Lepore
2017-03-09[spigen] make spigen device ready to be compiled as a moduleOleksandr Tymoshenko
2016-12-24[spigen] Fix spigen attaching as a driver for SPI devices nodes in FDTOleksandr Tymoshenko
2016-12-16[spigen] Make "data" part of spigen_transfer optionalOleksandr Tymoshenko
2016-11-20Enable the use of spigen on FDT platformEmmanuel Vadot
2016-05-26[spigen] add initial spigen driver from green@Adrian Chadd