aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/spibus
Commit message (Expand)AuthorAgeFilesLines
* [spigen] make spigen device ready to be compiled as a moduleOleksandr Tymoshenko2017-03-091-8/+41
* [spibus] small code refactoringMichael Zhilin2017-01-161-3/+2
* [spigen] Fix spigen attaching as a driver for SPI devices nodes in FDTOleksandr Tymoshenko2016-12-241-1/+3
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-182-0/+22
* [spigen] Make "data" part of spigen_transfer optionalOleksandr Tymoshenko2016-12-161-8/+12
* [spi] reformat message and ar5315_spi minor fixMichael Zhilin2016-12-131-2/+2
* Enable the use of spigen on FDT platformEmmanuel Vadot2016-11-201-0/+16
* [spigen] add initial spigen driver from green@Adrian Chadd2016-05-262-0/+405
* [spibus] implement maximum clock frequency lookup from ofw.Adrian Chadd2016-05-261-1/+10
* [spibus] add missing break.Adrian Chadd2016-05-261-0/+1
* [spibus] add initial placeholders for transfer mode and frequency.Adrian Chadd2016-05-262-1/+21
* Fix the parameter type according to method declaration.Ruslan Bukin2016-04-261-1/+1
* Revert r298268 (Add optional chip_select/deselect methods).Ruslan Bukin2016-04-192-33/+0
* Add optional chip_select/deselect methods. This is requiredRuslan Bukin2016-04-192-0/+33
* Add copyright statement I should have had on these files in 2006,Warner Losh2015-02-183-2/+81
* Add an OFW SPI compatible bus. Fix the spibus probe to returnLuiz Otavio O Souza2013-10-243-2/+197
* Fetch the chip select in the bridge driver, like all the other spiWarner Losh2012-08-232-4/+0
* Add the chip select glue.Warner Losh2012-08-012-0/+6
* Replace `inline static' by `static inline'.Ed Schouten2011-12-131-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-1/+1
* strict kobj signatures: fix assortment of bus_read_ivar implsAndriy Gapon2009-06-111-1/+1
* - Make SPI bus bridge be non-arch dependent by using more genericOleksandr Tymoshenko2009-05-131-1/+1
* MFp4: when passing the transfer up the foodchain, make sure we go upWarner Losh2006-10-201-2/+4
* Fix comments.Olivier Houchard2006-07-172-2/+2
* MFp4:Warner Losh2006-07-144-0/+277