index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-11
mtd: rawnand: atmel: remove unnecessary oom message
Zhen Lei
1
-3
/
+1
2021-06-11
mtd: rawnand: sunxi: remove unnecessary oom message
Zhen Lei
1
-3
/
+1
2021-04-26
Merge tag 'mtd/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
17
-169
/
+443
2021-04-19
Revert "mtd: rawnand: bbt: Skip bad blocks when searching for the BBT in NAND"
Fabio Estevam
1
-5
/
+0
2021-04-16
mtd: core: Constify buf in mtd_write_user_prot_reg()
Tudor Ambarus
1
-2
/
+3
2021-04-15
Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...
Richard Weinberger
15
-167
/
+441
2021-04-07
mtd: rawnand: qcom: Use dma_mapping_error() for error check
Manivannan Sadhasivam
1
-1
/
+1
2021-04-07
mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init
Lv Yunlong
1
-1
/
+1
2021-04-07
mtd: rawnand: qcom: Add missing nand_cleanup() in error path
Manivannan Sadhasivam
1
-0
/
+1
2021-04-07
mtd: rawnand: Add support for secure regions in NAND memory
Manivannan Sadhasivam
1
-1
/
+99
2021-03-28
mtd: rawnand: bbt: Skip bad blocks when searching for the BBT in NAND
Stefan Riedmueller
1
-0
/
+5
2021-03-28
mtd: spinand: core: add missing MODULE_DEVICE_TABLE()
Alexander Lobakin
1
-0
/
+2
2021-03-28
mtd: rawnand: rockchip: Use flexible-array member instead of zero-length array
Zou Wei
1
-1
/
+1
2021-03-28
mtd: rawnand: atmel: Update ecc_stats.corrected counter
Kai Stuhlemmer (ebee Engineering)
1
-2
/
+4
2021-03-28
mtd: rawnand: mxc: Remove unneeded of_match_ptr()
Fabio Estevam
1
-1
/
+1
2021-03-28
mtd: rawnand: r852: replace spin_lock_irqsave by spin_lock in hard IRQ
Tian Tao
1
-3
/
+2
2021-03-28
mtd: rawnand: brcmnand: move to polling in pio mode on oops write
Kamal Dasu
1
-0
/
+4
2021-03-28
mtd: rawnand: brcmnand: read/write oob during EDU transfer
Kamal Dasu
1
-7
/
+52
2021-03-11
mtd: rawnand: mtk: Fix WAITRDY break condition and timeout
Hauke Mehrtens
1
-2
/
+2
2021-03-11
mtd: rawnand: stm32_fmc2: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2021-03-11
mtd: rawnand: fsmc: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-03-11
mtd: onenand: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-03-11
mtd: rawnand: qcom: Return actual error code instead of -ENODEV
Manivannan Sadhasivam
1
-5
/
+2
2021-03-11
mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC
Álvaro Fernández Rojas
1
-0
/
+6
2021-03-11
mtd: rawnand: qcom: update last code word register
Md Sadre Alam
1
-21
/
+57
2021-03-11
mtd: rawnand: qcom: Add helper to configure location register
Md Sadre Alam
1
-12
/
+24
2021-03-11
mtd: rawnand: qcom: Rename parameter name in macro
Md Sadre Alam
1
-4
/
+4
2021-03-11
mtd: rawnand: qcom: Add helper to check last code word
Md Sadre Alam
1
-7
/
+13
2021-03-11
mtd: rawnand: qcom: Convert nandc to chip in Read/Write helper
Md Sadre Alam
1
-73
/
+80
2021-03-11
mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe()
Dan Carpenter
1
-0
/
+2
2021-03-11
mtd: spinand: gigadevice: Support GD5F1GQ5UExxG
Reto Schneider
1
-9
/
+60
2021-03-11
mtd: nand: fix error handling in nand_prog_page_op() #2
Sascha Hauer
1
-16
/
+15
2021-03-11
mtd: nand: fix error handling in nand_prog_page_op() #1
Sascha Hauer
1
-0
/
+2
2021-03-11
mtd: rawnand: qcom: Update register macro name for 0x2c offset
Md Sadre Alam
1
-1
/
+1
2021-03-11
mtd: nand: ecc-hamming: Use the public nsteps field
Miquel Raynal
1
-5
/
+4
2021-03-11
mtd: nand: ecc-bch: Use the public nsteps field
Miquel Raynal
1
-5
/
+4
2021-03-11
mtd: rawnand: omap: Use ECC information from the generic structures
Miquel Raynal
1
-6
/
+8
2021-03-11
mtd: rawnand: Try not to use the ECC private structures
Miquel Raynal
1
-9
/
+7
2021-03-11
mtd: nand: ecc-hamming: Populate the public nsteps field
Miquel Raynal
1
-0
/
+1
2021-03-11
mtd: nand: ecc-bch: Populate the public nsteps field
Miquel Raynal
1
-0
/
+1
2021-02-21
Merge tag 'mtd/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
7
-740
/
+9
2021-02-20
Merge tag 'arm-platform-removal-v5.12' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2021-02-01
mtd: rawnand: intel: Fix an error handling path in 'ebu_dma_start()'
Christophe JAILLET
1
-2
/
+4
2021-02-01
mtd: rawnand: tango: Remove the driver
Arnd Bergmann
3
-735
/
+0
2021-02-01
mtd: rawnand: marvell: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2021-01-20
mtd: rawnand: omap: Use BCH private fields in the specific OOB layout
Miquel Raynal
1
-6
/
+9
2021-01-20
ARM: remove u300 platform
Arnd Bergmann
1
-2
/
+1
2021-01-14
mtd: spinand: Fix MTD_OPS_AUTO_OOB requests
Miquel Raynal
1
-3
/
+11
2021-01-14
mtd: rawnand: intel: check the mtd name only after setting the variable
Martin Blumenstingl
1
-2
/
+3
2021-01-14
mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engine
Miquel Raynal
1
-4
/
+3
[next]