index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-25
mtd: nand: atmel: Relax tADL_min constraint
Boris Brezillon
1
-1
/
+12
2017-08-25
mtd: nandsim: remove debugfs entries in error path
Uwe Kleine-König
1
-0
/
+1
2017-08-02
mtd: nand: atmel: Fix EDO mode check
Boris Brezillon
1
-1
/
+1
2017-08-02
mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflow
Boris Brezillon
1
-3
/
+3
2017-08-02
mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES
Boris Brezillon
1
-1
/
+3
2017-08-02
mtd: nand: Fix a docs build warning
Jonathan Corbet
1
-1
/
+0
2017-08-02
mtd: nand: sunxi: fix potential divide-by-zero error
Bryan O'Donoghue
1
-0
/
+4
2017-08-02
nand: fix wrong default oob layout for small pages using soft ecc
Miquel Raynal
1
-1
/
+7
2017-07-19
mtd: nand: atmel: Fix DT backward compatibility in pmecc.c
Boris Brezillon
1
-15
/
+6
2017-07-13
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
Linus Torvalds
33
-1608
/
+2430
2017-07-08
Merge tag 'nand/for-4.13' into MTD
Brian Norris
33
-1608
/
+2430
2017-07-06
Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-22
/
+1
2017-07-04
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+5
2017-07-03
mtd: nand: mtk: release lock on error path
Dan Carpenter
1
-1
/
+3
2017-06-29
Merge tag 'v4.12-rc7' into devel
Linus Walleij
4
-19
/
+54
2017-06-25
mtd: nand: mtk: add ->setup_data_interface() hook
Xiaolei Li
1
-15
/
+75
2017-06-25
mtd: nand: mtk: remove unneeded mtk_ecc_hw_init from mtk_ecc_resume
Xiaolei Li
1
-2
/
+0
2017-06-25
mtd: nand: mtk: remove unneeded mtk_nfc_hw_init from mtk_nfc_resume
Xiaolei Li
1
-2
/
+0
2017-06-25
mtd: nand: mtk: disable ecc irq when writing page with hwecc
Xiaolei Li
1
-10
/
+12
2017-06-25
mtd: nand: mtk: fix incorrect register setting order about ecc irq
Xiaolei Li
1
-2
/
+2
2017-06-20
mtd: nand: ifc: Initialize SRAM for all version >= 1.0
Prabhakar Kushwaha
1
-1
/
+1
2017-06-20
mtd: nand: denali: avoid magic numbers and rename for clarification
Masahiro Yamada
4
-146
/
+144
2017-06-20
mtd: nand: denali: enable bad block table scan
Masahiro Yamada
1
-29
/
+2
2017-06-20
mtd: nand: denali: use non-managed kmalloc() for DMA buffer
Masahiro Yamada
1
-9
/
+17
2017-06-20
mtd: nand: denali: skip driver internal bounce buffer when possible
Masahiro Yamada
1
-26
/
+12
2017-06-20
mtd: nand: denali: support hardware-assisted erased page detection
Masahiro Yamada
2
-1
/
+13
2017-06-20
mtd: nand: denali: fix raw and oob accessors for syndrome page layout
Masahiro Yamada
2
-269
/
+344
2017-06-20
mtd: nand: denali: use flag instead of register macro for direction
Masahiro Yamada
1
-19
/
+17
2017-06-20
mtd: nand: denali: merge struct nand_buf into struct denali_nand_info
Masahiro Yamada
2
-21
/
+16
2017-06-20
mtd: nand: denali: propagate page to helpers via function argument
Masahiro Yamada
2
-35
/
+24
2017-06-20
mtd: nand: denali: use interrupt instead of polling for bank reset
Masahiro Yamada
1
-14
/
+14
2017-06-20
mtd: nand: denali: fix bank reset function to detect the number of chips
Masahiro Yamada
1
-29
/
+23
2017-06-20
mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
Masahiro Yamada
2
-111
/
+123
2017-06-20
mtd: nand: denali: rework interrupt handling
Masahiro Yamada
2
-201
/
+117
2017-06-20
mtd: nand: denali: handle timing parameters by setup_data_interface()
Masahiro Yamada
4
-241
/
+139
2017-06-20
mtd: nand: denali: remove unneeded find_valid_banks()
Masahiro Yamada
2
-48
/
+0
2017-06-20
mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
Masahiro Yamada
2
-30
/
+12
2017-06-13
mtd: nand: atmel: drop unused include
Alexandre Belloni
1
-1
/
+0
2017-06-10
mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants
Masahiro Yamada
1
-0
/
+25
2017-06-10
mtd: nand: denali: remove Toshiba and Hynix specific fixup code
Masahiro Yamada
1
-34
/
+6
2017-06-10
mtd: nand: denali: avoid hard-coding ECC step, strength, bytes
Masahiro Yamada
4
-37
/
+71
2017-06-10
mtd: nand: add generic helpers to check, match, maximize ECC settings
Masahiro Yamada
1
-0
/
+220
2017-06-10
mtd: nand: denali: use BIT() and GENMASK() for register macros
Masahiro Yamada
1
-125
/
+119
2017-06-10
mtd: nand: denali_dt: clean up resource ioremap
Masahiro Yamada
1
-7
/
+5
2017-06-10
mtd: nand: gpmi: fix typo in comment
Matthias Lange
1
-1
/
+1
2017-06-10
mtd: nand: gpmi: Fix typo in data structure name
Matthias Lange
2
-4
/
+4
2017-06-10
mtd: nand: orion: Handle return value of clk_prepare_enable
Arvind Yadav
1
-1
/
+5
2017-06-10
mtd: nand: fsl_ifc: fix handing of bit flips in erased pages
Boris Brezillon
1
-35
/
+42
2017-06-01
mtd: nand: mediatek: add support for MT2712 NAND FLASH Controller
Xiaolei Li
2
-4
/
+49
2017-06-01
mtd: nand: mediatek: add support for different MTK NAND FLASH Controller IP
Xiaolei Li
3
-199
/
+153
[next]