index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
/
nandsim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-2
/
+2
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-01-23
mtd: rawnand: nandsim: Add NS_PAGE_BYTE_SHIFT macro to replace the repeat pat...
RinHizakura
1
-8
/
+11
2022-01-23
mtd: rawnand: nandsim: Merge repeat codes in ns_switch_state
RinHizakura
1
-13
/
+6
2022-01-23
mtd: rawnand: nandsim: Replace overflow check with kzalloc to single kcalloc
RinHizakura
1
-8
/
+1
2021-01-14
mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engine
Miquel Raynal
1
-4
/
+3
2020-11-30
mtd: nand: ecc-bch: Drop mtd_nand_has_bch()
Miquel Raynal
1
-2
/
+1
2020-11-30
mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
Miquel Raynal
1
-1
/
+1
2020-09-28
mtd: rawnand: Use the new ECC engine type enumeration
Miquel Raynal
1
-2
/
+2
2020-08-27
mtd: rawnand: Rename the ECC algorithm enumeration items
Miquel Raynal
1
-2
/
+2
2020-06-15
nandsim: Fix return code testing of ns_find_operation()
Richard Weinberger
1
-1
/
+1
2020-05-31
mtd: rawnand: nandsim: Reorganize ns_cleanup_module()
Miquel Raynal
1
-22
/
+22
2020-05-31
mtd: rawnand: nandsim: Rename a label in ns_init_module()
Miquel Raynal
1
-3
/
+3
2020-05-31
mtd: rawnand: nandsim: Manage lists on error in ns_init_module()
Miquel Raynal
1
-4
/
+19
2020-05-31
mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup()
Miquel Raynal
1
-3
/
+3
2020-05-31
mtd: rawnand: nandsim: Free erase_block_wear on error
Miquel Raynal
1
-1
/
+3
2020-05-31
mtd: rawnand: nandsim: Use an additional label when freeing the nandsim object
Miquel Raynal
1
-3
/
+4
2020-05-31
mtd: rawnand: nandsim: Stop using nand_release()
Miquel Raynal
1
-2
/
+4
2020-05-31
mtd: rawnand: nandsim: Free the partition names in ns_free()
Miquel Raynal
1
-6
/
+6
2020-05-31
mtd: rawnand: nandsim: Free the allocated device on error in ns_init()
Miquel Raynal
1
-1
/
+3
2020-05-31
mtd: rawnand: nandsim: Free partition names on error in ns_init()
Miquel Raynal
1
-4
/
+13
2020-05-31
mtd: rawnand: nandsim: Fix the two ns_alloc_device() error paths
Miquel Raynal
1
-9
/
+17
2020-05-31
mtd: rawnand: nandsim: Remove debugfs entries at unload time
Miquel Raynal
1
-0
/
+6
2020-05-31
mtd: rawnand: nandsim: Keep track of the created debugfs entries
Miquel Raynal
1
-4
/
+6
2020-05-31
mtd: rawnand: nandsim: Clean error handling
Miquel Raynal
1
-19
/
+27
2020-05-31
mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functions
Miquel Raynal
1
-117
/
+131
2020-05-31
mtd: rawnand: nandsim: Use octal permissions
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev'
Miquel Raynal
1
-4
/
+4
2020-05-10
mtd: rawnand: Take check_only into account
Boris Brezillon
1
-0
/
+3
2020-03-30
mtd: Convert fallthrough comments into statements
Miquel Raynal
1
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150
Thomas Gleixner
1
-14
/
+1
2019-04-18
mtd: nandsim: switch to exec_op interface
Richard Weinberger
1
-31
/
+47
2019-04-18
mtd: nandsim: Embed struct nand_chip in struct nandsim
Richard Weinberger
1
-25
/
+24
2019-04-08
mtd: rawnand: Get rid of chip->chipsize
Boris Brezillon
1
-2
/
+4
2019-04-08
mtd: rawnand: Fill memorg during detection
Boris Brezillon
1
-0
/
+5
2019-03-21
mtd: rawnand: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+4
2018-12-18
Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
1
-1
/
+1
2018-12-07
mtd: rawnand: Deprecate the dummy_controller field
Boris Brezillon
1
-1
/
+1
2018-12-03
mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it
Yangtao Li
1
-14
/
+3
2018-10-03
mtd: rawnand: Deprecate ->chip_delay
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
1
-4
/
+4
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
1
-1
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
1
-2
/
+1
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
1
-5
/
+4
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
1
-5
/
+3
[next]