aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/spibus/spibus.c
Commit message (Expand)AuthorAgeFilesLines
* Set maximum bus clock speed from hints when attaching hinted spibus(4) children.Ian Lepore2019-02-251-0/+1
* Incorporate bus and chip select numbers into spigen(4) cdev names. RatherIan Lepore2018-06-211-1/+3
* A couple minor improvements to spibus.c...Ian Lepore2018-04-071-9/+5
* Add support for writing/changing spi device ivars. The SPI mode (polarityIan Lepore2018-04-071-0/+32
* [spibus] small code refactoringMichael Zhilin2017-01-161-3/+2
* [spi] reformat message and ar5315_spi minor fixMichael Zhilin2016-12-131-2/+2
* [spibus] add missing break.Adrian Chadd2016-05-261-0/+1
* [spibus] add initial placeholders for transfer mode and frequency.Adrian Chadd2016-05-261-0/+9
* 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-191-17/+0
* Add optional chip_select/deselect methods. This is requiredRuslan Bukin2016-04-191-0/+17
* Add copyright statement I should have had on these files in 2006,Warner Losh2015-02-181-0/+27
* Add an OFW SPI compatible bus. Fix the spibus probe to returnLuiz Otavio O Souza2013-10-241-2/+2
* Fetch the chip select in the bridge driver, like all the other spiWarner Losh2012-08-231-3/+0
* Add the chip select glue.Warner Losh2012-08-011-0/+3
* - 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
* MFp4:Warner Losh2006-07-141-0/+196