summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2025-02-27mtd: rawnand: cadence: fix incorrect device in dma_unmap_singleNiravkumar L Rabara1-2/+2
2025-02-27mtd: rawnand: cadence: use dma_map_resource for sdma addressNiravkumar L Rabara1-4/+25
2025-02-27mtd: rawnand: cadence: fix error code in cadence_nand_init()Niravkumar L Rabara1-5/+4
2025-02-27mtd: spi-nor: sst: Fix SST write failureAmit Kumar Mahapatra1-1/+1
2025-02-17mtd: onenand: Fix uninitialized retlen in do_otp_read()Ivan Stepchenko1-0/+1
2025-02-17ubi: Add a check for ubi_numDenis Arefev1-1/+1
2025-02-08ubi: Revert "ubi: wl: Close down wear-leveling before nand is suspended"Zhihao Cheng2-23/+0
2025-02-08mtd: hyperbus: hbmc-am654: fix an OF node reference leakJoe Hattori1-6/+13
2025-02-08mtd: rawnand: brcmnand: fix status read of brcmnand_waitfuncdavid regan1-0/+5
2025-01-15Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"Pratyush Yadav1-1/+1
2024-12-05mtd: rawnand: omap2: Fix build warnings with W=1Roger Quadros1-0/+16
2024-12-05mtd: rawnand: arasan: Fix missing de-registration of NANDMaciej Andrzejewski1-0/+7
2024-12-05mtd: rawnand: arasan: Fix double assertion of chip-selectMaciej Andrzejewski1-2/+2
2024-12-05mtd: diskonchip: Cast an operand to prevent potential overflowZichen Xie1-1/+1
2024-12-05mtd: rawnand: fix double free in atmel_pmecc_create_user()Dan Carpenter1-3/+1
2024-11-30Merge tag 'ubifs-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-14/+59
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-22Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds91-198/+321
2024-11-21Merge tag 'nand/for-6.13' into mtd/nextMiquel Raynal16-119/+129
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-3/+3
2024-11-19Merge tag 'spi-nor/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Miquel Raynal7-2/+110
2024-11-14mtd: ubi: remove redundant check on bytes_left at end of functionColin Ian King1-1/+1
2024-11-14mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()Javier Carrasco1-0/+2
2024-11-14ubi: fastmap: Fix duplicate slab cache names while attachingZhihao Cheng1-6/+6
2024-11-14ubi: wl: Close down wear-leveling before nand is suspendedMårten Lindahl2-0/+23
2024-11-14mtd: ubi: Rmove unused declaration in header fileZhang Zekun1-1/+0
2024-11-14ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is emptyZhihao Cheng3-5/+19
2024-11-14ubi: wl: Put source PEB into correct list if trying locking LEB failedZhihao Cheng1-1/+8
2024-11-12mtd: spi-nor: core: replace dummy buswidth from addr to dataCheng Ming Lin1-1/+1
2024-11-11mtd: spi-nor: winbond: add "w/ and w/o SFDP" commentTudor Ambarus1-0/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh1-1/+1
2024-10-29mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode in RD_ANY_REG_OPTakahiro Kuwano1-0/+1
2024-10-21mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König72-74/+74
2024-10-21mtd: cfi_cmdset_0002: remove redundant assignment to variable retColin Ian King1-3/+1
2024-10-21mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET4-6/+6
2024-10-21mtd: spinand: winbond: Sort the devicesMiquel Raynal1-35/+48
2024-10-21mtd: spinand: winbond: Ignore the last ID charactersMiquel Raynal1-3/+3
2024-10-21mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC informationMiquel Raynal1-8/+8
2024-10-21mtd: spinand: winbond: Fix 512GW and 02JW OOB layoutMiquel Raynal1-2/+2
2024-10-21mtd: nand: raw: gpmi: improve power management handlingHan Xu1-25/+32
2024-10-21mtd: nand: raw: gpmi: switch to SYSTEM_SLEEP_PM_OPSHan Xu1-5/+3
2024-10-21mtd: rawnand: davinci: use generic device property helpersBartosz Golaszewski1-21/+21
2024-10-21mtd: rawnand: davinci: break the line correctlyBartosz Golaszewski1-4/+4
2024-10-21mtd: rawnand: davinci: order headers alphabeticallyBartosz Golaszewski1-5/+5
2024-10-21mtd: rawnand: atmel: Fix possible memory leakMiquel Raynal2-9/+1
2024-10-21mtd: rawnand: Correct multiple typos in commentsShen Lichuan7-9/+9
2024-10-21mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLEBiju Das1-0/+7
2024-10-04mtd: spi-nor: add support for Macronix Octal flashAlvinZhou1-1/+8
2024-10-03mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak3-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2