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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-26
mtd: rawnand: Compare the actual timing values
Miquel Raynal
1
-1
/
+2
2020-06-26
mtd: rawnand: Rename the manufacturer structure
Miquel Raynal
3
-18
/
+18
2020-06-26
mtd: rawnand: Create a nand_chip operations structure
Miquel Raynal
4
-17
/
+17
2020-06-26
mtd: nand: Drop useless 'depends on' in Kconfig
Miquel Raynal
2
-2
/
+0
2020-06-26
mtd: nand: Add an extra level in the Kconfig hierarchy
Miquel Raynal
1
-0
/
+5
2020-06-26
mtd: rawnand: tango: Convert the driver to exec_op()
Boris Brezillon
1
-46
/
+79
2020-06-15
nandsim: Fix return code testing of ns_find_operation()
Richard Weinberger
1
-1
/
+1
2020-06-15
mtd: rawnand: mtk: Convert the driver to exec_op()
Boris Brezillon
1
-45
/
+71
2020-06-01
Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
62
-2375
/
+3747
2020-05-31
mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: Return an enum from of_get_nand_ecc_algo()
Miquel Raynal
1
-16
/
+19
2020-05-31
mtd: rawnand: Drop OOB_FIRST placement scheme
Miquel Raynal
2
-109
/
+98
2020-05-31
mtd: rawnand: Avoid a typedef
Miquel Raynal
1
-2
/
+2
2020-05-31
mtd: rawnand: Stop using nand_release()
Miquel Raynal
1
-12
/
+0
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-31
mtd: rawnand: brcmnand: support v2.1-v2.2 controllers
Álvaro Fernández Rojas
1
-9
/
+76
2020-05-31
mtd: rawnand: brcmnand: rename page sizes
Álvaro Fernández Rojas
1
-2
/
+2
2020-05-31
mtd: rawnand: brcmnand: fix CS0 layout
Álvaro Fernández Rojas
1
-2
/
+3
2020-05-31
mtd: rawnand: brcmnand: rename v4 registers
Álvaro Fernández Rojas
1
-4
/
+4
2020-05-31
mtd: rawnand: gpmi: Use nand_extract_bits()
Miquel Raynal
1
-164
/
+10
2020-05-31
mtd: rawnand: omap_elm: Fix runtime PM imbalance on error
Dinghao Liu
1
-0
/
+1
2020-05-31
mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probe
Dinghao Liu
1
-1
/
+1
2020-05-31
mtd: rawnand: gpmi: Fix runtime PM imbalance on error
Dinghao Liu
1
-1
/
+3
2020-05-31
mtd: rawnand: ingenic: Convert the driver to exec_op()
Boris Brezillon
1
-56
/
+83
2020-05-31
mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60
Boris Brezillon
1
-1
/
+13
2020-05-31
mtd: rawnand: xway: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: xway: Fix the probe error path
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: vf610: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: txx9ndfmc: Stop using nand_release()
Miquel Raynal
1
-2
/
+4
2020-05-31
mtd: rawnand: tmio: Stop using nand_release()
Miquel Raynal
1
-1
/
+5
2020-05-31
mtd: rawnand: tmio: Fix the probe error path
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: tango: Stop using nand_release()
Miquel Raynal
1
-3
/
+8
2020-05-31
mtd: rawnand: sunxi: Stop using nand_release()
Miquel Raynal
1
-2
/
+7
2020-05-31
mtd: rawnand: sunxi: Fix the probe error path
Miquel Raynal
1
-1
/
+1
[prev]
[next]