summaryrefslogtreecommitdiff
path: root/drivers/mtd/ubi/nvmem.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2024-11-14mtd: ubi: remove redundant check on bytes_left at end of functionColin Ian King1-1/+1
2024-07-12mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann1-3/+3
2024-03-11mtd: ubi: fix NVMEM over UBI volumes on 32-bit systemsDaniel Golle1-1/+4
2024-02-26mtd: ubi: provide NVMEM layer over UBI volumesDaniel Golle1-0/+188