index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
/
mtd.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-12
mtd: use refcount to prevent corruption
Tomas Winkler
1
-1
/
+1
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2022-09-24
mtd: allow getting MTD device associated with a specific DT node
Rafał Miłecki
1
-0
/
+1
2022-09-21
mtd: add ECC error accounting for each read request
Michał Kępień
1
-0
/
+2
2022-09-21
mtd: track maximum number of bitflips for each read request
Michał Kępień
1
-0
/
+5
2022-04-21
mtd: fix 'part' field data corruption in mtd_info
Oleksandr Ocheretnyi
1
-4
/
+2
2022-03-14
mtd: core: Remove partid and partname debugfs files
Tudor Ambarus
1
-3
/
+0
2022-02-07
mtd: Replace the expert mode symbols with a single helper
Miquel Raynal
1
-2
/
+6
2021-12-09
mtd: Introduce an expert mode for forensics and debugging purposes
Miquel Raynal
1
-0
/
+3
2021-09-14
mtd: Remove obsolete macros only used by the old nand_ecclayout struct
GONG, Ruiqi
1
-2
/
+0
2021-05-10
mtd: core: add OTP nvmem provider support
Michael Walle
1
-0
/
+2
2021-04-16
mtd: core: Constify buf in mtd_write_user_prot_reg()
Tudor Ambarus
1
-2
/
+3
2021-03-28
mtd: add OTP (one-time-programmable) erase ioctl
Michael Walle
1
-0
/
+3
2021-03-11
mtd: char: Get rid of Big MTD Lock
Alexander Sverdlin
1
-0
/
+1
2020-05-11
mtd: Add support for emulated SLC mode on MLC NANDs
Boris Brezillon
1
-1
/
+6
2020-03-11
mtd: implement proper partition handling
Miquel Raynal
1
-10
/
+115
2019-08-29
mtd: mtdcore: add debugfs nodes for querying the flash name and id
Zhuohao Lee
1
-0
/
+3
2019-06-27
mtd: Add flag to indicate panic_write
Kamal Dasu
1
-0
/
+6
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
Thomas Gleixner
1
-15
/
+1
2018-12-29
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2018-12-06
mtd: add support for reading MTD devices via the nvmem API
Alban Bedel
1
-0
/
+2
2018-12-02
mtd: keep original flags for every struct mtd_info
Rafał Miłecki
1
-0
/
+1
2018-12-02
mtd: fix mtd_oobavail() incoherent returned value
Miquel Raynal
1
-1
/
+1
2018-07-20
mtd: adapt misleading comment in mtd_oob_ops structure
Miquel Raynal
1
-3
/
+5
2018-03-21
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
Boris Brezillon
1
-9
/
+0
2018-03-15
mtd: Unconditionally update ->fail_addr and ->addr in part_erase()
Boris Brezillon
1
-1
/
+2
2018-03-15
mtd: Stop assuming mtd_erase() is asynchronous
Boris Brezillon
1
-2
/
+0
2018-03-15
mtd: Get rid of unused fields in struct erase_info
Boris Brezillon
1
-5
/
+0
2018-01-06
mtd: Add an helper to make erase request aligned on ->erasesize
Boris Brezillon
1
-0
/
+28
2017-11-13
mtd: remove the get_unmapped_area method
Nicolas Pitre
1
-4
/
+0
2017-11-07
mtd: Fix C++ comment in include/linux/mtd/mtd.h
Pavel Machek
1
-1
/
+1
2017-07-21
mtd: create per-device and module-scope debugfs entries
Mario Rugiero
1
-0
/
+10
2017-05-11
Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-1
/
+1
2017-04-20
mtd: Convert to dynamically allocated bdi infrastructure
Jan Kara
1
-5
/
+0
2017-04-19
mtd: use dev_of_node helper in mtd_get_of_node
Rafał Miłecki
1
-1
/
+1
2017-02-10
mtd: name the mtd device with an optional label property
Cédric Le Goater
1
-0
/
+3
2017-02-09
mtd: introduce function max_bad_blocks
Jeff Westfahl
1
-0
/
+13
2016-09-15
mtd: introduce the mtd_pairing_scheme concept
Boris Brezillon
1
-0
/
+107
2016-05-06
mtd: kill the nand_ecclayout struct
Boris Brezillon
1
-20
/
+0
2016-04-19
mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
Boris Brezillon
1
-4
/
+28
2016-04-19
mtd: add mtd_set_ecclayout() helper function
Boris Brezillon
1
-0
/
+6
2016-04-19
mtd: add mtd_ooblayout_xxx() helper functions
Boris Brezillon
1
-0
/
+33
2016-04-13
mtd: Uninline mtd_write_oob and move it to mtdcore.c
Ezequiel Garcia
1
-11
/
+1
2016-03-08
mtd: create an mtd_oobavail() helper and make use of it
Boris BREZILLON
1
-0
/
+5
2016-03-08
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
1
-1
/
+0
2015-11-12
mtd: add get/set of_node/flash_node helpers
Brian Norris
1
-0
/
+11
2015-02-18
Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-0
/
+1
2015-01-21
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
1
-0
/
+2
2015-01-08
mtd: implement common reboot notifier boilerplate
Brian Norris
1
-0
/
+1
2014-07-09
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
1
-0
/
+2
[next]