index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
/
docg3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-15
/
+1
*
mtd: docg3: fix a possible memory leak of mtd->name
YueHaibing
2019-01-29
1
-3
/
+2
*
mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_device
YueHaibing
2019-01-29
1
-1
/
+1
*
mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it
Yangtao Li
2018-12-03
1
-8
/
+8
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
mtd: devices: simplify getting .drvdata
Wolfram Sang
2018-04-22
1
-2
/
+1
*
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
Boris Brezillon
2018-03-21
1
-14
/
+2
*
mtd: Remove duplicate checks on mtd_oob_ops parameter
Boris Brezillon
2018-01-16
1
-5
/
+0
*
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
Boris Brezillon
2018-01-16
1
-65
/
+0
*
mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
Boris Brezillon
2017-11-13
1
-1
/
+6
*
mtd: create per-device and module-scope debugfs entries
Mario Rugiero
2017-07-21
1
-32
/
+17
*
mtd: docg3: switch to mtd_ooblayout_ops
Boris Brezillon
2016-04-19
1
-11
/
+35
*
mtd: docg3: use mtd_set_ecclayout() where appropriate
Boris Brezillon
2016-04-19
1
-1
/
+1
*
mtd: kill the ecclayout->oobavail field
Boris BREZILLON
2016-03-07
1
-3
/
+2
*
mtd: docg3: off by one in doc_register_sysfs()
Dan Carpenter
2015-10-26
1
-6
/
+16
*
mtd: devices: docg3: show parent device in sysfs
Frans Klaver
2015-10-13
1
-1
/
+1
*
mtd: docg3: Fix kasprintf() usage
Richard Weinberger
2015-06-16
1
-2
/
+8
*
mtd: docg3: Don't leak docg3->bbt in error path
Richard Weinberger
2015-06-16
1
-2
/
+4
*
mtd: constify of_device_id array
Fabian Frederick
2015-05-06
1
-1
/
+1
*
mtd: docg3: remove invalid __exit annotations
Brian Norris
2015-04-05
1
-3
/
+3
*
mtd: docg3: drop dead code
Brian Norris
2015-03-11
1
-4
/
+1
*
Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
Linus Torvalds
2014-12-17
1
-60
/
+62
|
\
|
*
mtd: docg3: fix 'defined but not used' warning
Brian Norris
2014-10-22
1
-0
/
+2
|
*
mtd: docg3: add device-tree support
Robert Jarzmik
2014-10-22
1
-0
/
+8
|
*
docg3: Fix miuse of seq_printf return value
Joe Perches
2014-10-21
1
-60
/
+52
*
|
mtd: devices: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
/
*
mtd: Fixed checkpatch seq_printf warnings
Samarth Parikh
2014-08-19
1
-13
/
+13
*
drivers/mtd/devices/docg3.c: avoid world-writable sysfs files.
Rusty Russell
2014-05-14
1
-2
/
+2
*
mtd: docg3: Use devm_*() functions
Jingoo Han
2014-01-03
1
-14
/
+6
*
mtg: docg3: use free_bch() instead of kfree()
Wei Yongjun
2013-11-06
1
-1
/
+1
*
mtd: doc: use module_platform_driver_probe()
Jingoo Han
2013-04-05
1
-12
/
+1
*
mtd: devices: add const qualifiers
Artem Bityutskiy
2013-04-05
1
-1
/
+1
*
mtg: docg3: potential divide by zero in doc_write_oob()
Dan Carpenter
2012-12-10
1
-1
/
+1
*
mtd: use %*ph[CN] to dump small buffers
Andy Shevchenko
2012-09-29
1
-9
/
+3
*
Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd
Linus Torvalds
2012-06-01
1
-13
/
+27
|
\
|
*
mtd: docg3 fix in-middle of blocks reads
Robert Jarzmik
2012-05-29
1
-11
/
+23
|
*
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
Mike Dunn
2012-05-13
1
-2
/
+4
*
|
Merge branch 'master' into for-next
Jiri Kosina
2012-04-08
1
-86
/
+115
|
\
|
|
*
mtd: docg3 add protection against concurrency
Robert Jarzmik
2012-03-27
1
-11
/
+39
|
*
mtd: docg3 refactor cascade floors structure
Robert Jarzmik
2012-03-27
1
-43
/
+45
|
*
mtd: docg3 increase write/erase timeout
Robert Jarzmik
2012-03-27
1
-3
/
+3
|
*
mtd: docg3 fix inbound calculations
Robert Jarzmik
2012-03-27
1
-12
/
+5
|
*
mtd: fix section mismatch for doc_probe_device
Ryosuke Saito
2012-03-27
1
-2
/
+2
|
*
mtd: flash drivers set ecc strength
Mike Dunn
2012-03-27
1
-0
/
+1
|
*
mtd: docg3 reduce read alignment burden
Robert Jarzmik
2012-03-27
1
-8
/
+13
|
*
mtd: docg3 trivial renaming
Robert Jarzmik
2012-03-27
1
-1
/
+1
|
*
mtd: docg3: initialize writebufsize
Artem Bityutskiy
2012-03-27
1
-1
/
+1
|
*
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
2012-03-27
1
-6
/
+6
*
|
mtg: docg3: fix comment errors
Octavian Moraru
2012-04-05
1
-8
/
+8
|
/
[next]