summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-286-14/+19
|\
| * ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-122-3/+3
| * mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+4
| * mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann2024-07-121-3/+3
| * mtd: ubi: make ubi_class constantRicardo B. Marliere2024-07-122-2/+2
| * ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin2024-07-121-1/+2
* | Merge tag 'mtd/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2024-07-2024-766/+641
|\ \
| * \ Merge tag 'nand/for-6.11' into mtd/nextMiquel Raynal2024-07-209-428/+511
| |\ \
| | * | mtd: rawnand: lpx32xx: Fix dma_request_chan() error checksPiotr Wojtaszczyk2024-07-172-2/+2
| | * | mtd: spinand: macronix: Add support for serial NAND flashCheng Ming Lin2024-07-171-0/+38
| | * | mtd: spinand: macronix: Add support for reading Device ID 2Cheng Ming Lin2024-07-171-13/+13
| | * | mtd: rawnand: lpx32xx: Request DMA channels using DT entriesPiotr Wojtaszczyk2024-07-172-22/+30
| | * | mtd: rawnand: intel: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-07-171-3/+3
| | * | mtd: rawnand: mxc: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-07-171-3/+3
| | * | mtd: rawnand: gpmi: add iMX8QXP support.Han Xu2024-07-172-1/+18
| | * | mtd: rawnand: gpmi: add 'support_edo_timing' in gpmi_devdataFrank Li2024-07-172-1/+6
| | * | mtd: rawnand: cadence: remove unused struct 'ecc_info'Dr. David Alan Gilbert2024-07-011-5/+0
| | * | mtd: rawnand: mxc: support software ECCSascha Hauer2024-07-011-5/+97
| | * | mtd: rawnand: mxc: implement exec_opSascha Hauer2024-07-011-301/+165
| | * | mtd: rawnand: mxc: separate page read from ecc calcSascha Hauer2024-07-011-54/+86
| | * | mtd: rawnand: meson: read/write access for boot ROM pagesArseniy Krasnov2024-05-271-10/+48
| | * | mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()'Arseniy Krasnov2024-05-271-18/+12
| | |/
| * | Merge tag 'spi-nor/for-6.11' into mtd/nextMiquel Raynal2024-07-206-302/+89
| |\ \
| | * | mtd: spi-nor: winbond: fix w25q128 regressionMichael Walle2024-06-211-0/+2
| | * | mtd: spi-nor: simplify spi_nor_get_flash_info()Michael Walle2024-06-181-18/+14
| | * | mtd: spi-nor: get rid of SPI_NOR_NO_FRMichael Walle2024-05-273-13/+17
| | * | mtd: spi-nor: remove .setup() callbackMichael Walle2024-05-272-65/+45
| | * | mtd: spi-nor: get rid of non-power-of-2 page size handlingMichael Walle2024-05-272-34/+11
| | * | mtd: spi-nor: Remove support for Xilinx S3AN flashesMichael Walle2024-05-274-172/+0
| | |/
| * | mtd: cmdlinepart: Replace `dbg()` macro with `pr_debug()`Csókás, Bence2024-07-011-13/+5
| * | mtd: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-015-0/+5
| * | mtd: make mtd_test.c a separate moduleArnd Bergmann2024-07-012-17/+26
| * | mtd: physmap: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-05-271-6/+5
| |/
* | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-2/+1
|\ \
| * | memory: fsl_ifc: Make FSL_IFC config visible and selectableEsben Haabendal2024-06-121-2/+1
| |/
* | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-7/+2
|\ \
| * | block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-191-3/+0
| * | block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
| * | block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-3/+2
| |/
* | mtd: rawnand: rockchip: ensure NVDDR timings are rejectedVal Packett2024-05-271-3/+3
* | mtd: rawnand: Bypass a couple of sanity checks during NAND identificationMiquel Raynal2024-05-271-24/+31
* | mtd: rawnand: Fix the nand_read_data_op() early checkMiquel Raynal2024-05-271-1/+1
* | mtd: rawnand: Ensure ECC configuration is propagated to upper layersMiquel Raynal2024-05-271-1/+8
|/
* Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-211-2/+4
|\
| * block2mtd: prevent direct access of bd_inodeYu Kuai2024-05-031-2/+4
* | Merge tag 'mtd/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2024-05-167-12/+17
|\ \
| * \ Merge tag 'nand/for-6.10' into mtd/nextMiquel Raynal2024-05-162-2/+5
| |\ \
| | * | mtd: rawnand: hynix: fixed typoMaxim Korotkov2024-03-251-1/+1