index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
mtdcore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-18
mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing
Miquel Raynal
1
-6
/
+22
2018-06-08
Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-10
/
+14
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-13
/
+1
2018-05-07
mtd: move code adding (registering) partitions to the parse_mtd_partitions()
Rafał Miłecki
1
-10
/
+4
2018-04-22
mtd: Add sysfs attribute for mtd OOB available size
Xiaolei Li
1
-0
/
+10
2018-03-29
mtd: Fix some function description mismatches in mtdcore.c
Xiaolei Li
1
-4
/
+4
2018-03-29
mtd: update documentation of mtd_device_parse_register()
Rafał Miłecki
1
-4
/
+3
2018-03-21
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
Boris Brezillon
1
-4
/
+2
2018-03-15
mtd: Stop assuming mtd_erase() is asynchronous
Boris Brezillon
1
-5
/
+3
2018-03-15
mtd: Initialize ->fail_addr early in mtd_erase()
Boris Brezillon
1
-1
/
+2
2018-02-12
mtd: get rid of the mtd_add_device_partitions()
Rafał Miłecki
1
-31
/
+12
2018-02-12
mtd: move code adding master MTD out of mtd_add_device_partitions()
Rafał Miłecki
1
-12
/
+13
2018-02-12
mtd: Make sure the device supports erase operations in mtd_erase()
Boris Brezillon
1
-0
/
+4
2018-01-29
Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-2
/
+34
2018-01-16
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
Boris Brezillon
1
-2
/
+29
2018-01-06
mtd: Do not allow MTD devices with inconsistent erase properties
Boris Brezillon
1
-0
/
+5
2017-12-18
mtd: Fix mtd_check_oob_ops()
Miquel Raynal
1
-1
/
+1
2017-11-13
mtd: Add sanity checks in mtd_write/read_oob()
Boris Brezillon
1
-0
/
+44
2017-11-13
mtd: implement mtd_get_unmapped_area() using the point method
Nicolas Pitre
1
-5
/
+12
2017-08-21
mtd: make device_type const
Bhumika Goyal
1
-1
/
+1
2017-07-21
mtd: create per-device and module-scope debugfs entries
Mario Rugiero
1
-0
/
+16
2017-07-08
mtd: Fix check in mtd_unpoint()
Boris Brezillon
1
-1
/
+1
2017-04-20
bdi: Drop 'parent' argument from bdi_register[_va]()
Jan Kara
1
-1
/
+1
2017-04-20
mtd: Convert to dynamically allocated bdi infrastructure
Jan Kara
1
-11
/
+12
2017-02-09
mtd: fix typos in ooblayout comment blocks
Masahiro Yamada
1
-3
/
+3
2016-12-01
mtd: Allocate bdi objects dynamically
Steve Longerbeam
1
-12
/
+18
2016-11-19
mtd: remove unneeded initializer in mtd_ooblayout_count_bytes()
Masahiro Yamada
1
-1
/
+1
2016-11-19
mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes()
Masahiro Yamada
1
-2
/
+2
2016-11-19
mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes()
Masahiro Yamada
1
-4
/
+4
2016-10-12
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
1
-1
/
+0
2016-09-15
mtd: introduce the mtd_pairing_scheme concept
Boris Brezillon
1
-0
/
+104
2016-05-06
mtd: kill the nand_ecclayout struct
Boris Brezillon
1
-117
/
+0
2016-04-19
mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
Boris Brezillon
1
-44
/
+121
2016-04-19
mtd: add mtd_ooblayout_xxx() helper functions
Boris Brezillon
1
-0
/
+400
2016-04-13
mtd: Hook I/O activity to the MTD LED trigger
Ezequiel Garcia
1
-0
/
+7
2016-04-13
mtd: Uninline mtd_write_oob and move it to mtdcore.c
Ezequiel Garcia
1
-0
/
+12
2016-01-06
mtd: merge MTD development from v4.4 into for-v4.5 development
Brian Norris
1
-9
/
+17
2016-01-04
mtd: fix cmdlinepart parser, early naming for auto-filled MTD
Brian Norris
1
-9
/
+17
2015-12-10
mtd: partitions: support a cleanup callback for parsers
Brian Norris
1
-2
/
+1
2015-12-09
mtd: partitions: pass around 'mtd_partitions' wrapper struct
Brian Norris
1
-14
/
+19
2015-12-09
mtd: partitions: remove kmemdup()
Brian Norris
1
-9
/
+7
2015-11-16
Merge v4.4-rc1 into MTD development
Brian Norris
1
-2
/
+1
2015-11-12
mtd: grab a reference to the MTD of_node before registering it
Brian Norris
1
-0
/
+4
2015-11-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-2
/
+1
2015-11-06
mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_call
Brian Norris
1
-1
/
+2
2015-10-27
mtd: mtdpart: Do not fail mtd probe when parsing partitions fails
Brian Norris
1
-2
/
+4
2015-10-27
mtd: warn when registering the same master many times
Brian Norris
1
-0
/
+9
2015-10-27
mtd: fixup corner case error handling in mtd_device_parse_register()
Brian Norris
1
-2
/
+9
2015-10-13
mtd: core: set some defaults when dev.parent is set
Frans Klaver
1
-0
/
+9
[next]