summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-mxic.c
AgeCommit message (Expand)Author
2023-09-11spi: mxic: switch to use modern nameYang Yingliang
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-06spi: mxic: Convert to platform remove callback returning voidUwe Kleine-König
2022-10-31spi: mxic: Use devm_platform_ioremap_resource_byname()Yang Yingliang
2022-04-04spi: mxic: Fix an error handling path in mxic_spi_probe()Christophe JAILLET
2022-02-10spi: mxic: Add support for pipelined ECC operationsMiquel Raynal
2022-02-10spi: mxic: Add support for direct mappingMiquel Raynal
2022-02-10spi: mxic: Create a helper to ease the start of an operationMiquel Raynal
2022-02-10spi: mxic: Create a helper to configure the controller before an operationMiquel Raynal
2022-02-10spi: mxic: Fix the transmit pathMiquel Raynal
2022-02-10spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal
2022-02-10spi: mxic: Provide a capability structureMiquel Raynal
2021-08-12spi: mxic: add missing bracesYang Yingliang
2021-08-09spi: mxic: patch for octal DTR mode supportZhengxun Li
2020-12-07spi: mxic: Don't leak SPI master in probe error pathLukas Wunner
2020-07-14spi: spi-mem: allow specifying a command's extensionPratyush Yadav
2019-10-08Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-10-01spi: mxic: Ensure width is respected in spi-mem operationsMiquel Raynal
2019-09-20spi: mxic: Fix DMAS_CTRL register layoutMiquel Raynal
2019-09-20spi: mxic: Select SPI_NOR type by defaultMiquel Raynal
2019-03-20spi: mxic: simplify getting .driver_dataWolfram Sang
2018-11-05spi: Add MXIC controller driverMason Yang