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-08-09
Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
36
-735
/
+1016
2020-08-07
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2020-08-07
Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
35
-584
/
+853
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-08-02
mtd: rawnand: omap_elm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2
-2
/
+2
2020-07-07
mtd: rawnand: xway: Fix build issue
Miquel Raynal
1
-1
/
+1
2020-07-07
mtd: rawnand: stm32_fmc2: get resources from parent node
Christophe Kerello
2
-23
/
+51
2020-07-07
mtd: rawnand: stm32_fmc2: use regmap APIs
Christophe Kerello
2
-143
/
+127
2020-07-07
mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferred
Christophe Kerello
1
-3
/
+3
2020-07-07
mtd: rawnand: ingenic: cleanup ARRAY_SIZE() vs sizeof() use
Dan Carpenter
1
-2
/
+2
2020-06-30
iov_iter: Move unnecessary inclusion of crypto/hash.h
Herbert Xu
1
-0
/
+1
2020-06-26
mtd: rawnand: brcmnand: ECC error handling on EDU transfers
Kamal Dasu
1
-0
/
+26
2020-06-26
mtd: rawnand: brcmnand: Don't default to edu transfer
Kamal Dasu
1
-2
/
+3
2020-06-26
mtd: rawnand: qcom: set BAM mode only if not set already
Sivaprakash Murugesan
1
-1
/
+10
2020-06-26
mtd: rawnand: qcom: avoid write to unavailable register
Sivaprakash Murugesan
1
-1
/
+6
2020-06-26
mtd: rawnand: trivial spelling
Kieran Bingham
2
-2
/
+2
2020-06-26
mtd: rawnand: gpio: Get rid of the legacy interface implementation
Boris Brezillon
1
-35
/
+0
2020-06-26
mtd: rawnand: gpio: Implement exec_op()
Boris Brezillon
1
-3
/
+101
2020-06-26
mtd: rawnand: gpio: Inherit from nand_controller
Boris Brezillon
1
-0
/
+3
2020-06-26
mtd: rawnand: fsl_upm: Get rid of the legacy interface implementation
Boris Brezillon
1
-133
/
+0
2020-06-26
mtd: rawnand: fsl_upm: Implement exec_op()
Boris Brezillon
1
-0
/
+86
2020-06-26
mtd: rawnand: fsl_upm: Inherit from nand_controller
Boris Brezillon
1
-0
/
+3
2020-06-26
mtd: rawnand: fsl_upm: Use gpio descriptors
Boris Brezillon
1
-34
/
+10
2020-06-26
mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()
Boris Brezillon
1
-16
/
+7
2020-06-26
mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD name
Boris Brezillon
1
-5
/
+3
2020-06-26
mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()
Boris Brezillon
1
-12
/
+6
2020-06-26
mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field
Boris Brezillon
1
-1
/
+0
2020-06-26
mtd: rawnand: fsl_upm: Remove unused mtd var
Boris Brezillon
1
-1
/
+0
2020-06-26
mtd: rawnand: Allocate the interface configurations dynamically
Miquel Raynal
3
-32
/
+59
2020-06-26
mtd: rawnand: Get rid of the default ONFI timing mode
Miquel Raynal
1
-15
/
+4
2020-06-26
mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4
Rickard x Andersson
2
-0
/
+41
2020-06-26
mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BC
Miquel Raynal
2
-1
/
+15
2020-06-26
mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3E
Miquel Raynal
2
-2
/
+21
2020-06-26
mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00
Miquel Raynal
1
-1
/
+11
2020-06-26
mtd: rawnand: Add the ->choose_interface_config() hook
Miquel Raynal
1
-6
/
+11
2020-06-26
mtd: rawnand: Introduce nand_choose_best_sdr_timings()
Miquel Raynal
2
-36
/
+61
2020-06-26
mtd: rawnand: timings: Make onfi_fill_interface_config() a void helper
Miquel Raynal
3
-18
/
+14
2020-06-26
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
21
-122
/
+123
2020-06-26
mtd: rawnand: Hide the chip->data_interface indirection
Miquel Raynal
7
-28
/
+34
2020-06-26
mtd: rawnand: timings: Use default values for tPROG_max and tBERS_max
Miquel Raynal
1
-12
/
+19
2020-06-26
mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min
Miquel Raynal
1
-3
/
+0
2020-06-26
mtd: rawnand: timings: Add a helper to find the closest ONFI mode
Miquel Raynal
2
-0
/
+49
2020-06-26
mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsigned
Miquel Raynal
2
-3
/
+3
2020-06-26
mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface
Miquel Raynal
3
-4
/
+7
2020-06-26
mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc
Miquel Raynal
1
-3
/
+4
2020-06-26
mtd: rawnand: Rename nand_init_data_interface()
Miquel Raynal
1
-4
/
+4
2020-06-26
mtd: rawnand: Fix nand_setup_data_interface() description
Miquel Raynal
1
-5
/
+2
2020-06-26
mtd: rawnand: Rename nand_has_setup_data_iface()
Miquel Raynal
3
-5
/
+5
2020-06-26
mtd: rawnand: Use the data interface mode entry when relevant
Miquel Raynal
1
-5
/
+4
[next]