summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-2/+0
* 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
| | * | | | mtd: rawnand: brcmnand: Allow platform data instantationFlorian Fainelli2022-01-231-10/+35
| | * | | | mtd: rawnand: brcmnand: Allow working without interruptsFlorian Fainelli2022-01-231-28/+24
| | * | | | mtd: rawnand: brcmnand: Move OF operations out of brcmnand_init_cs()Florian Fainelli2022-01-231-9/+11
| | * | | | mtd: rawnand: brcmnand: Avoid pdev in brcmnand_init_cs()Florian Fainelli2022-01-231-4/+4
| | * | | | mtd: rawnand: brcmnand: Allow SoC to provide I/O operationsFlorian Fainelli2022-01-232-2/+55
| | * | | | mtd: rawnand: brcmnand: Assign soc as early as possibleFlorian Fainelli2022-01-231-2/+1
| | * | | | mtd: rawnand: Rework of_get_nand_bus_width()Tudor Ambarus2022-01-231-12/+18
| | * | | | mtd: rawnand: Remove of_get_nand_on_flash_bbt() wrapperTudor Ambarus2022-01-231-6/+1
| | * | | | mtd: onenand: Check for error irqJiasheng Jiang2022-01-231-1/+6
| | * | | | mtd: rawnand: nandsim: Add NS_PAGE_BYTE_SHIFT macro to replace the repeat pat...RinHizakura2022-01-231-8/+11
| | * | | | mtd: rawnand: nandsim: Merge repeat codes in ns_switch_stateRinHizakura2022-01-231-13/+6
| | * | | | mtd: rawnand: nandsim: Replace overflow check with kzalloc to single kcallocRinHizakura2022-01-231-8/+1
| | |/ / /
| * | | | Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal2022-03-1825-536/+629
| |\ \ \ \
| | * | | | mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus2022-03-081-1/+2
| | * | | | mtd: spi-nor: renumber flagsMichael Walle2022-02-251-14/+14
| | * | | | mtd: spi-nor: slightly change code style in spi_nor_sr_ready()Michael Walle2022-02-251-1/+2
| | * | | | mtd: spi-nor: spansion: rename vendor specific functions and definesMichael Walle2022-02-251-7/+7
| | * | | | mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle2022-02-253-27/+34
| | * | | | mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle2022-02-252-49/+70
| | * | | | mtd: spi-nor: spansion: slightly rework control flow in late_init()Michael Walle2022-02-251-7/+6
| | * | | | mtd: spi-nor: micron-st: rename vendor specific functions and definesMichael Walle2022-02-251-9/+9
| | * | | | mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle2022-02-253-39/+60
| | * | | | mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle2022-02-252-122/+135
| | * | | | mtd: spi-nor: xilinx: correct the debug messageMichael Walle2022-02-251-1/+1
| | * | | | mtd: spi-nor: xilinx: rename vendor specific functions and definesMichael Walle2022-02-251-15/+15
| | * | | | mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle2022-02-253-81/+74
| | * | | | mtd: spi-nor: guard _page_size parameter in S3AN_INFO()Michael Walle2022-02-251-2/+2
| | * | | | mtd: spi-nor: export more functions to be used in vendor modulesMichael Walle2022-02-252-5/+11
| | * | | | mtd: spi-nor: allow a flash to define its own ready() functionMichael Walle2022-02-252-0/+8