Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
5d4156ac48a4f4c0b7f980a51937e33362f78911
/
drivers
/
mtd
/
chips
8a9485f
mtd: cfi_cmdset_0002: Fix do_erase_chip() to get chip as erasing mode
by Tokunori Ikegami
· 5 years ago
557c759
mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1
by Tokunori Ikegami
· 5 years ago
0bcf880
mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths
by Tokunori Ikegami
· 5 years ago
6beb3ea
mtd: cfi_cmdset_0002: Split wait for write buffer completion sequence
by Tokunori Ikegami
· 5 years ago
816a6d1
mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
by Tokunori Ikegami
· 5 years ago
228c05c
mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
by Tokunori Ikegami
· 5 years ago
a371ba5
mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
by Tokunori Ikegami
· 5 years ago
5981dfc
mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer()
by Tokunori Ikegami
· 5 years ago
37c673a
mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
by Tokunori Ikegami
· 5 years ago
f454b43
mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()
by Sergei Shtylyov
· 6 years ago
1d2af80d
Merge tag 'nand/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next
by Richard Weinberger
· 6 years ago
4844ef8
mtd: cfi_cmdset_0002: Add support for polling status register
by Vignesh Raghavendra
· 6 years ago
99a125f
mtd: cfi_cmdset_0002: dynamically determine the max sectors
by Chris Packham
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
af5d44b
mtd: cfi_cmdset_0002: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
660e171
mtd: cfi_util: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
d9b8a67
mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
by Liu Jian
· 6 years ago
04b4c06
mtd: cfi: cmdset_0001: Use struct_size() in kmalloc()
by Gustavo A. R. Silva
· 6 years ago
9cb76a6
mtd: gen_probe: Use struct_size() in kmalloc()
by Gustavo A. R. Silva
· 6 years ago
f7d6cf6
mtd: cfi_cmdset_0020: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
da86748
Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
by Boris Brezillon
· 6 years ago
a8222a8
mtd: Make Kconfig formatting consistent
by Boris Brezillon
· 6 years ago
0219ef1
mtd: cfi: cmdset_0002: remove redundant variable timeo
by Colin Ian King
· 7 years ago
4836024
mtd: Use kasprintf() instead of fixed buffer formatting
by Geert Uytterhoeven
· 7 years ago
7a1f1b5
mtd: replace VMLINUX_SYMBOL_STR() with string literal
by Masahiro Yamada
· 7 years ago
f1ce87f
mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.
by Joakim Tjernlund
· 7 years ago
0cd8116
mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudary
by Joakim Tjernlund
· 7 years ago
5fdfc3db
mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chips
by Joakim Tjernlund
· 7 years ago
f93aa8c
mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()
by Joakim Tjernlund
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
f4e70c2
Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
c64d441
mtd: cfi_cmdset_0002: Change erase one block to enable XIP once
by Tokunori Ikegami
· 7 years ago
79ca484
mtd: cfi_cmdset_0002: Change erase functions to check chip good only
by Tokunori Ikegami
· 7 years ago
45f75b8
mtd: cfi_cmdset_0002: Change erase functions to retry for error
by Tokunori Ikegami
· 7 years ago
85a82e2
mtd: cfi_cmdset_0002: Change definition naming to retry write operation
by Tokunori Ikegami
· 7 years ago
dfeae10
mtd: cfi_cmdset_0002: Change write buffer to check correct value
by Tokunori Ikegami
· 7 years ago
ea092fb
mtd: cfi_cmdset_0002: Fix coding style issues
by Tokunori Ikegami
· 7 years ago
0fe3ede
mtd: cfi: Add early fixup for S70GL02GS
by Aaron Sierra
· 7 years ago
b1c97e2
mtd: cfi: Support early CFI fixups
by Aaron Sierra
· 7 years ago
7b70eb1
mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
by Joakim Tjernlund
· 7 years ago
46a16a2
mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
by Joakim Tjernlund
· 7 years ago
6510bbc
mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
by Joakim Tjernlund
· 7 years ago
3fd14cd
Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
87a73eb
mtd: jedec_probe: Fix crash in jedec_read_mfr()
by Linus Walleij
· 7 years ago
974f293
mtd: jedec_probe: add Eon EN29LV400A IDs
by Linus Walleij
· 7 years ago
e7bfb3f
mtd: Stop updating erase_info->state and calling mtd_erase_callback()
by Boris Brezillon
· 7 years ago
14b661e
Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
9a59410
mtd: remove the get_unmapped_area method
by Nicolas Pitre
· 7 years ago
55100cf
mtd: chips/map_rom.c: implement point and unpoint methods
by Nicolas Pitre
· 7 years ago
2caaf2d
mtd: chips/map_ram.c: implement point and unpoint methods
by Nicolas Pitre
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
a63be50
mtd: cfi_cmdset_0020: Drop unnecessary static
by Julia Lawall
· 8 years ago
e8348dc
drivers/mtd: Convert remaining uses of pr_warning to pr_warn
by Joe Perches
· 8 years ago
21a190b
mtd: cfi_cmdset_0020: Deinline do_write_buffer, save 5316 bytes
by Denys Vlasenko
· 9 years ago
fddcca5
mtd: avoid stack overflow in MTD CFI code
by Arnd Bergmann
· 9 years ago
33853eb
mtd: cfi_cmdset_0001: fixing memory leak and handling failed kmalloc
by Insu Yun
· 9 years ago
fdd9d27
mtd: cfi_cmdset_0002: use swap() in cfi_cmdset_0002()
by Fabian Frederick
· 10 years ago
f5f92b3
mtd: cfi: enforce valid geometry configuration
by Arnd Bergmann
· 9 years ago
bde9006
mtd: chips: fixup dependencies, to prevent build error
by Brian Norris
· 10 years ago
636fdbf
mtd: cfi_cmdset_0002: Initialize datum before calling map_word_load_partial
by Christian Riesch
· 10 years ago
4612c71
mtd: cfi: deinline large functions
by Denys Vlasenko
· 10 years ago
35cc333
mtd: cfi: clean up some indenting
by Dan Carpenter
· 10 years ago
6958024
mtd: map_rom: Support UBI on ROM
by Aaron Sierra
· 10 years ago
106effb
mtd: map_ram: Enable mtdoops
by Alessio Igor Bogani
· 10 years ago
05a221b
mtd: delete unnecessary checks before two function calls
by Markus Elfring
· 10 years ago
89cf38d
mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chips
by Dmitry Eremin-Solenikov
· 10 years ago
5b49ab3
Merge l2-mtd/next into l2-mtd/master
by Brian Norris
· 10 years ago
36c6a7ac
mtd: cfi_cmdset_0002: allow retry/timeout loop to exit
by Brian Norris
· 10 years ago
5d20bad
mtd: cfi_cmdset_0002: check return code for get_chip()
by Brian Norris
· 10 years ago
d0d5864
Merge tag 'v3.16-rc6' into MTD development branch
by Brian Norris
· 10 years ago
6534e68
mtd: cfi_cmdset_0002: fix do_write_buffer() timeout error
by Bean Huo
· 10 years ago
812c5fa
mtd: cfi_cmdset_0001.c: add support for Sharp LH28F640BF NOR
by Andrea Adami
· 11 years ago
4f5cb24
mtd: cfi_cmdset_0002: Add support for locking OTP memory
by Christian Riesch
· 11 years ago
af74475
mtd: cfi_cmdset_0002: Add support for writing OTP memory
by Christian Riesch
· 11 years ago
feb8677
mtd: cfi_cmdset_0002: Invalidate cache after entering/exiting OTP memory
by Christian Riesch
· 12 years ago
dc7e9ec
mtd: cfi_cmdset_0002: Add support for reading OTP
by Christian Riesch
· 11 years ago
5a4c4c5
mtd: Kconfig: give the CFI command set version in prompt and help
by Philippe De Muyter
· 11 years ago
555b8d1
mtd: cfi: indent some if statements
by Dan Carpenter
· 11 years ago
4b78fc42f
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
by Christian Riesch
· 11 years ago
c039bef
mtd: gen_probe: Remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
5c8b1fb
mtd: cfi: Remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
3ea5b03
mtd: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
fe2f4c8
mtd: jedec_probe: fix LH28F640BF definition
by Andrea Adami
· 11 years ago
f9827dd
mtd: refactor call to request_module
by Kees Cook
· 12 years ago
25983b1
mtd: cfi_cmdset_0002: print @adr when write timeout occurs
by Huang Shijie
· 12 years ago
a637b0d
Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
660685d
mtd: merge mtdchar module with mtdcore
by Artem Bityutskiy
· 12 years ago
b92021b
CONFIG_SYMBOL_PREFIX: cleanup.
by Rusty Russell
· 12 years ago
48476df
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
1648eaa
mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking
by Stefan Roese
· 12 years ago
7b4dd55
drivers/mtd/chips: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
070c322
mtd: fix recovery after failed write-buffer operation in cfi_cmdset_0002.c
by Harald Nordgard-Hansen
· 12 years ago
7be1f6b
mtd: cfi_cmdset_0001: Fix problem with unlocking timeout
by Stefan Roese
· 12 years ago
4209628
mtd: cfi_cmdset_0002: Micron M29EW bugfixes as per TN-13-07
by Gerlando Falauto
· 13 years ago
2e61c3a
mtd: chips: reorganize Kconfig help on swapping
by Paul Bolle
· 13 years ago
5df41de
mtd: cfi_cmdset_0002: Slight cleanup of fixup messages
by David Woodhouse
· 13 years ago
43dc03c
mtd: add fixup for S29NS512P NOR flash.
by Javier Martin
· 13 years ago
623ff77
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
Next »