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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-16
Merge tag 'mtd/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
41
-1082
/
+2665
2020-12-16
Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/next
Miquel Raynal
47
-1214
/
+2965
2020-12-11
mtd: rawnand: xway: Do not force a particular software ECC engine
Miquel Raynal
1
-1
/
+3
2020-12-11
mtd: rawnand: socrates: Do not force a particular software ECC engine
Miquel Raynal
1
-1
/
+3
2020-12-11
mtd: rawnand: plat_nand: Do not force a particular software ECC engine
Miquel Raynal
1
-1
/
+3
2020-12-11
mtd: rawnand: pasemi: Do not force a particular software ECC engine
Miquel Raynal
1
-1
/
+3
2020-12-11
mtd: rawnand: orion: Do not force a particular software ECC engine
Miquel Raynal
1
-1
/
+3
2020-12-11
mtd: rawnand: mpc5121: Do not force a particular software ECC engine
Miquel Raynal
1
-1
/
+3
2020-12-11
mtd: rawnand: gpio: Do not force a particular software ECC engine
Miquel Raynal
1
-1
/
+3
2020-12-11
mtd: rawnand: au1550: Do not force a particular software ECC engine
Miquel Raynal
1
-1
/
+3
2020-12-11
mtd: rawnand: ams-delta: Do not force a particular software ECC engine
Miquel Raynal
1
-1
/
+3
2020-12-10
mtd: rawnand: rockchip: NFC driver for RK3308, RK2928 and others
Yifeng Zhao
3
-0
/
+1508
2020-12-10
mtd: rawnand: gpmi: Use a single line for of_device_id
Fabio Estevam
1
-16
/
+6
2020-12-10
mtd: rawnand: gpmi: Fix the random DMA timeout issue
Han Xu
1
-9
/
+21
2020-12-10
mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issue
Han Xu
2
-2
/
+5
2020-12-10
mtd: rawnand: qcom: Add NAND controller support for SDX55
Manivannan Sadhasivam
1
-17
/
+51
2020-12-10
mtd: rawnand: mxc: Use a single line for of_device_id
Fabio Estevam
1
-16
/
+5
2020-12-10
mtd: rawnand: mxc: Use device_get_match_data()
Fabio Estevam
1
-3
/
+1
2020-12-10
mtd: rawnand: meson: Fix a resource leak in init
Dan Carpenter
1
-1
/
+4
2020-12-10
mtd: rawnand: gpmi: Use of_device_get_match_data()
Fabio Estevam
1
-9
/
+1
2020-12-10
mtd: rawnand: Add NAND controller support on Intel LGM SoC
Ramuthevar Vadivel Murugan
3
-0
/
+730
2020-12-10
mtd: rawnand: gpmi: fix reference count leak in gpmi ops
Zhang Qilong
1
-2
/
+6
2020-12-10
mtd: onenand: Use mtd->oops_panic_write as condition
Thomas Gleixner
1
-4
/
+5
2020-12-10
mtd: rawnand: marvell: Drop useless line
Miquel Raynal
1
-6
/
+0
2020-12-10
mtd: rawnand: davinci: Do not use extra dereferencing
Miquel Raynal
1
-19
/
+19
2020-12-10
mtd: rawnand: au1550: Ensure the presence of the right includes
Miquel Raynal
1
-0
/
+1
2020-12-10
mtd: rawnand: mxc: Remove platform data support
Fabio Estevam
2
-72
/
+5
2020-12-10
mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()
Yu Kuai
1
-2
/
+0
2020-12-10
mtd: rawnand: sunxi: Add MDMA support
Manuel Dipolt
1
-44
/
+73
2020-12-10
mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments
Sergei Antonov
1
-1
/
+1
2020-12-10
mtd: rawnand: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-12-10
mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controller
Kathiravan T
1
-0
/
+4
2020-12-10
mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read
Praveenkumar I
1
-0
/
+2
2020-12-10
mtd: rawnand: gpmi: cleanup makefile
Marco Felsch
1
-2
/
+1
2020-12-10
mtd: nand: ecc-hamming: Create the software Hamming engine
Miquel Raynal
1
-17
/
+9
2020-12-10
mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselected
Miquel Raynal
1
-1
/
+1
2020-12-10
mtd: nand: ecc-hamming: Remove useless includes
Miquel Raynal
11
-11
/
+0
2020-12-10
mtd: nand: ecc-hamming: Stop using raw NAND structures
Miquel Raynal
1
-3
/
+60
2020-12-10
mtd: nand: ecc-hamming: Rename the exported functions
Miquel Raynal
8
-14
/
+33
2020-12-10
mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer
Miquel Raynal
18
-511
/
+15
2020-12-10
mtd: rawnand: Get rid of chip->ecc.priv
Miquel Raynal
1
-14
/
+17
2020-12-10
mtd: nand: ecc-bch: Create the software BCH engine
Miquel Raynal
1
-53
/
+9
2020-11-30
mtd: nand: ecc-bch: Stop using raw NAND structures
Miquel Raynal
1
-5
/
+33
2020-11-30
mtd: nand: ecc-bch: Update the prototypes to be more generic
Miquel Raynal
2
-18
/
+49
2020-11-30
mtd: nand: ecc-bch: Drop mtd_nand_has_bch()
Miquel Raynal
2
-3
/
+2
2020-11-30
mtd: nand: ecc-bch: Stop exporting the private structure
Miquel Raynal
3
-14
/
+16
2020-11-30
mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
Miquel Raynal
6
-233
/
+3
2020-11-20
mtd: rawnand: arasan: Document 'anfc_op's 'buf' member
Lee Jones
1
-0
/
+1
2020-11-20
mtd: rawnand: sunxi: Document 'sunxi_nfc's 'caps' member
Lee Jones
1
-0
/
+1
2020-11-20
mtd: rawnand: omap2: Fix a bunch of kernel-doc misdemeanours
Lee Jones
1
-8
/
+10
[next]