summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mux.c
Commit message (Expand)AuthorAgeFilesLines
* spi: mux: Fix master controller settings after mux selectHeikki Keranen2024-04-231-0/+2
* spi: mux: switch to use spi_alloc_host()Yang Yingliang2023-09-111-1/+1
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-4/+4
* spi: mux: Fix mux interaction with fast path optimisationsMark Brown2022-09-021-0/+1
* spi-mux: Fix false-positive lockdep splatsUwe Kleine-König2021-10-141-0/+7
* spi: spi-mux: Add module info needed for autoloadingUwe Kleine-König2021-07-221-0/+8
* spi: spi-mux: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-081-3/+2
* spi: mux: repair mux usagePeter Rosin2020-05-251-4/+4
* spi: Add generic SPI multiplexerChris Packham2020-02-121-0/+187