aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/spibus/spibus.c
Commit message (Expand)AuthorAgeFilesLines
* spibus: Use bus_generic_* directly instead of wrappersJohn Baldwin2025-01-021-26/+3
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* spibus: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-011-0/+13
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spibus(4): Add support for ACPI-based children enumerationVladimir Kondratyev2023-08-031-9/+17
* spibus(4): Allow IRQ resource to be releasedVladimir Kondratyev2023-08-031-1/+1
* spibus(4): Skip bus_generic_detach() on device detachVladimir Kondratyev2023-08-031-7/+1
* spibus: extend API: add cs_delay ivar, KEEP_CS and NO_SLEEP flagsVal Packett2023-04-241-0/+6
* Remove unused spibus_devclass and ofw_spibus_devclass.John Baldwin2022-05-091-3/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-14/+4
* Add IRQ resource to SPIBUSEmmanuel Vadot2020-12-171-0/+29
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* 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