aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mxic.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11spi: mxic: switch to use modern nameYang Yingliang1-34/+34
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-5/+5
2023-03-06spi: mxic: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-10-31spi: mxic: Use devm_platform_ioremap_resource_byname()Yang Yingliang1-2/+1
2022-04-04spi: mxic: Fix an error handling path in mxic_spi_probe()Christophe JAILLET1-0/+1
2022-02-10spi: mxic: Add support for pipelined ECC operationsMiquel Raynal1-2/+111
2022-02-10spi: mxic: Add support for direct mappingMiquel Raynal1-3/+109
2022-02-10spi: mxic: Create a helper to ease the start of an operationMiquel Raynal1-24/+29
2022-02-10spi: mxic: Create a helper to configure the controller before an operationMiquel Raynal1-12/+19
2022-02-10spi: mxic: Fix the transmit pathMiquel Raynal1-16/+12
2022-02-10spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal1-9/+1
2022-02-10spi: mxic: Provide a capability structureMiquel Raynal1-0/+5
2021-08-12spi: mxic: add missing bracesYang Yingliang1-1/+2
2021-08-09spi: mxic: patch for octal DTR mode supportZhengxun Li1-11/+30
2020-12-07spi: mxic: Don't leak SPI master in probe error pathLukas Wunner1-8/+2
2020-07-14spi: spi-mem: allow specifying a command's extensionPratyush Yadav1-1/+2
2019-10-08Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-3/+3
2019-10-01spi: mxic: Ensure width is respected in spi-mem operationsMiquel Raynal1-1/+1
2019-09-20spi: mxic: Fix DMAS_CTRL register layoutMiquel Raynal1-2/+2
2019-09-20spi: mxic: Select SPI_NOR type by defaultMiquel Raynal1-1/+1
2019-03-20spi: mxic: simplify getting .driver_dataWolfram Sang1-4/+2
2018-11-05spi: Add MXIC controller driverMason Yang1-0/+619