| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-09 | spi: mxic: Support per spi-mem operation frequency switches | Miquel Raynal | 1 | -1/+2 |
| 2024-11-22 | Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Linus Torvalds | 1 | -9/+18 |
| 2024-11-21 | Merge tag 'nand/for-6.13' into mtd/next | Miquel Raynal | 1 | -5/+5 |
| 2024-10-21 | mtd: spinand: Constify struct nand_ecc_engine_ops | Christophe JAILLET | 1 | -5/+5 |
| 2024-10-02 | spi: mxic: Add support for swapping byte | AlvinZhou | 1 | -4/+13 |
| 2024-09-30 | spi: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-05-27 | spi: mxic: differentiate between unsupported and invalid requests | Miquel Raynal | 1 | -1/+1 |
| 2023-09-11 | spi: mxic: switch to use modern name | Yang Yingliang | 1 | -34/+34 |
| 2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 1 | -5/+5 |
| 2023-03-06 | spi: mxic: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-10-31 | spi: mxic: Use devm_platform_ioremap_resource_byname() | Yang Yingliang | 1 | -2/+1 |
| 2022-04-04 | spi: mxic: Fix an error handling path in mxic_spi_probe() | Christophe JAILLET | 1 | -0/+1 |
| 2022-02-10 | spi: mxic: Add support for pipelined ECC operations | Miquel Raynal | 1 | -2/+111 |
| 2022-02-10 | spi: mxic: Add support for direct mapping | Miquel Raynal | 1 | -3/+109 |
| 2022-02-10 | spi: mxic: Create a helper to ease the start of an operation | Miquel Raynal | 1 | -24/+29 |
| 2022-02-10 | spi: mxic: Create a helper to configure the controller before an operation | Miquel Raynal | 1 | -12/+19 |
| 2022-02-10 | spi: mxic: Fix the transmit path | Miquel Raynal | 1 | -16/+12 |
| 2022-02-10 | spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper | Miquel Raynal | 1 | -9/+1 |
| 2022-02-10 | spi: mxic: Provide a capability structure | Miquel Raynal | 1 | -0/+5 |
| 2021-08-12 | spi: mxic: add missing braces | Yang Yingliang | 1 | -1/+2 |
| 2021-08-09 | spi: mxic: patch for octal DTR mode support | Zhengxun Li | 1 | -11/+30 |
| 2020-12-07 | spi: mxic: Don't leak SPI master in probe error path | Lukas Wunner | 1 | -8/+2 |
| 2020-07-14 | spi: spi-mem: allow specifying a command's extension | Pratyush Yadav | 1 | -1/+2 |
| 2019-10-08 | Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... | Mark Brown | 1 | -3/+3 |
| 2019-10-01 | spi: mxic: Ensure width is respected in spi-mem operations | Miquel Raynal | 1 | -1/+1 |
| 2019-09-20 | spi: mxic: Fix DMAS_CTRL register layout | Miquel Raynal | 1 | -2/+2 |
| 2019-09-20 | spi: mxic: Select SPI_NOR type by default | Miquel Raynal | 1 | -1/+1 |
| 2019-03-20 | spi: mxic: simplify getting .driver_data | Wolfram Sang | 1 | -4/+2 |
| 2018-11-05 | spi: Add MXIC controller driver | Mason Yang | 1 | -0/+619 |