summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus2022-04-275-107/+158
| | * | | mtd: spi-nor: spansion: Rework spi_nor_cypress_octal_dtr_enable()Tudor Ambarus2022-04-271-59/+69
| | * | | mtd: spi-nor: micron-st: Rework spi_nor_micron_octal_dtr_enable()Tudor Ambarus2022-04-271-51/+60
| | * | | mtd: spi-nor: core: Add helpers to read/write any registerTudor Ambarus2022-04-272-0/+50
| | * | | mtd: spi-nor: manufacturers: Use spi_nor_read_id() core methodTudor Ambarus2022-04-272-20/+6
| | * | | mtd: spi-nor: core: Introduce method for RDID opTudor Ambarus2022-04-272-15/+44
| | * | | mtd: spi-nor: core: Use auto-detection only onceTudor Ambarus2022-04-271-3/+1
| | * | | mtd: spi-nor: Introduce spi_nor_match_id()Tudor Ambarus2022-04-271-21/+19
| | * | | mtd: spi-nor: Rename method, s/spi_nor_match_id/spi_nor_match_nameTudor Ambarus2022-04-271-3/+3
| | * | | mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()Chen-Tsung Hsieh2022-04-271-0/+9
| | |/ /
| * | | mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()Yang Yingliang2022-05-171-0/+2
| * | | mtd: phram: Allow cached mappingsVincent Whitchurch2022-05-161-6/+37
| * | | mtd: call of_platform_populate() for MTD partitionsRafał Miłecki2022-05-161-0/+9
| * | | mtd: cfi_cmdset_0002: Rename chip_ready variablesTokunori Ikegami2022-04-281-7/+7
| * | | mtd: cfi_cmdset_0002: Add S29GL064N ID definitionTokunori Ikegami2022-04-281-2/+3
| * | | mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami2022-04-281-8/+34
| * | | mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_writeTokunori Ikegami2022-04-281-63/+32
| * | | mtd: mtdoops: Add a timestamp to the mtdoops header.Jean-Marc Eurin2022-04-261-3/+9
| * | | mtd: mtdoops: Create a header structure for the saved mtdoops.Jean-Marc Eurin2022-04-261-25/+30
| * | | mtd: mtdoops: Fix the size of the header read buffer.Jean-Marc Eurin2022-04-261-1/+1
| * | | mtdblock: warn if opened on NANDBjørn Mork2022-04-251-4/+4
| * | | mtd: phram: Allow probing via reserved-memoryVincent Whitchurch2022-04-251-4/+63
| * | | mtd: core: Check devicetree alias for indexVincent Whitchurch2022-04-251-2/+9
| * | | mtd: maps: ixp4xx: Drop driverLinus Walleij2022-04-253-272/+0
| * | | mtd: parsers: bcm47xxpart: print correct offset on read errorRafał Miłecki2022-04-041-1/+1
| |/ /
* | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-1/+0
|\ \ \ | |_|/ |/| |
| * | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+0
| |/
* | mtd: rawnand: qcom: fix memory corruption that causes panicMd Sadre Alam2022-04-211-11/+13
* | mtd: rawnand: Fix return value check of wait_for_completion_timeoutMiaoqian Lin2022-04-211-6/+8
* | mtd: rawnand: fix ecc parameters for mt7622Chuanhong Guo2022-04-041-4/+8
|/
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-313-24/+21
|\
| * ubi: fastmap: Return error code if memory allocation fails in add_aeb()Zhihao Cheng2022-01-101-9/+19
| * ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctlBaokun Li2022-01-092-15/+2
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-9/+4
|\ \
| * \ Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman2022-02-288-29/+50
| |\ \
| * | | mtd: core: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko2022-02-211-9/+4
* | | | Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-2556-723/+2130
|\ \ \ \
| * \ \ \ Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal2022-03-2314-138/+421
| |\ \ \ \
| | * | | | mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_initXin Xiong2022-03-141-3/+11
| | * | | | mtd: rawnand: rockchip: fix platform_get_irq.cocci warningYihao Han2022-03-141-1/+0
| | * | | | mtd: rawnand: stm32_fmc2: Add NAND Write Protect supportChristophe Kerello2022-02-181-1/+39
| | * | | | mtd: rawnand: pl353: Set the nand chip node as the flash nodeAmit Kumar Mahapatra2022-02-181-1/+1
| | * | | | mtd: rawnand: protect access to rawnand devices while in suspendSean Nyekjaer2022-02-091-24/+20
| | * | | | mtd: rawnand: brcmnand: Fix sparse warnings in bcma_nandFlorian Fainelli2022-01-261-2/+2
| | * | | | mtd: rawnand: omap_elm: remove redundant variable 'errors'Colin Ian King2022-01-231-3/+1
| | * | | | mtd: rawnand: gpmi: support fast edo timings for mx28Dario Binacchi2022-01-231-2/+2
| | * | | | mtd: rawnand: gpmi: validate controller clock rateDario Binacchi2022-01-231-4/+18
| | * | | | mtd: rawnand: gpmi: fix controller timings settingDario Binacchi2022-01-231-0/+3
| | * | | | mtd: rawnand: brcmnand: Add BCMA shimFlorian Fainelli2022-01-234-0/+151
| | * | | | mtd: rawnand: brcmnand: BCMA controller uses command shift of 0Florian Fainelli2022-01-231-0/+6