aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mxic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: mxic: switch to use modern nameYang Yingliang2023-09-111-34/+34
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function callAmit Kumar Mahapatra via Alsa-devel2023-03-111-5/+5
* spi: mxic: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: mxic: Use devm_platform_ioremap_resource_byname()Yang Yingliang2022-10-311-2/+1
* spi: mxic: Fix an error handling path in mxic_spi_probe()Christophe JAILLET2022-04-041-0/+1
* spi: mxic: Add support for pipelined ECC operationsMiquel Raynal2022-02-101-2/+111
* spi: mxic: Add support for direct mappingMiquel Raynal2022-02-101-3/+109
* spi: mxic: Create a helper to ease the start of an operationMiquel Raynal2022-02-101-24/+29
* spi: mxic: Create a helper to configure the controller before an operationMiquel Raynal2022-02-101-12/+19
* spi: mxic: Fix the transmit pathMiquel Raynal2022-02-101-16/+12
* spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal2022-02-101-9/+1
* spi: mxic: Provide a capability structureMiquel Raynal2022-02-101-0/+5
* spi: mxic: add missing bracesYang Yingliang2021-08-121-1/+2
* spi: mxic: patch for octal DTR mode supportZhengxun Li2021-08-091-11/+30
* spi: mxic: Don't leak SPI master in probe error pathLukas Wunner2020-12-071-8/+2
* spi: spi-mem: allow specifying a command's extensionPratyush Yadav2020-07-141-1/+2
* Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.5Mark Brown2019-10-081-3/+3
|\
| * spi: mxic: Fix DMAS_CTRL register layoutMiquel Raynal2019-09-201-2/+2
| * spi: mxic: Select SPI_NOR type by defaultMiquel Raynal2019-09-201-1/+1
* | spi: mxic: Ensure width is respected in spi-mem operationsMiquel Raynal2019-10-011-1/+1
|/
* spi: mxic: simplify getting .driver_dataWolfram Sang2019-03-201-4/+2
* spi: Add MXIC controller driverMason Yang2018-11-051-0/+619