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
/
nand_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-18
mtd: nand: remove unused blockmask variable
Corentin Labbe
1
-2
/
+1
2017-09-01
Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
Boris Brezillon
1
-240
/
+64
2017-08-29
mtd: nand: make Samsung SLC NAND usable again
Lothar Waßmann
1
-2
/
+5
2017-08-23
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...
Boris Brezillon
1
-1
/
+1
2017-08-23
mtd: nand: remove hard-coded NAND ids length
Jean-Louis Thekekara
1
-2
/
+2
2017-08-23
mtd: nand: Fix various memory leaks in core
Boris Brezillon
1
-62
/
+56
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
1
-1
/
+1
2017-08-03
mtd: nand: Remove support for block locking/unlocking
Boris Brezillon
1
-173
/
+0
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
nand: fix wrong default oob layout for small pages using soft ecc
Miquel Raynal
1
-1
/
+7
2017-07-13
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-46
/
+303
2017-07-08
Merge tag 'nand/for-4.13' into MTD
Brian Norris
1
-46
/
+303
2017-07-04
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+5
2017-06-10
mtd: nand: add generic helpers to check, match, maximize ECC settings
Masahiro Yamada
1
-0
/
+220
2017-06-01
mtd: nand: check ecc->total sanity in nand_scan_tail
Masahiro Yamada
1
-0
/
+5
2017-06-01
mtd: nand: Support 'EXIT GET STATUS' command in nand_command[_lp]()
Boris Brezillon
1
-0
/
+19
2017-06-01
mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...
Boris Brezillon
1
-4
/
+6
2017-06-01
mtd: nand: Drop the ->errstat() hook
Boris Brezillon
1
-16
/
+0
2017-06-01
mtd: nand: Drop unused cached programming support
Boris Brezillon
1
-26
/
+12
2017-06-01
mtd: nand: Pass the CS line to ->setup_data_interface()
Boris Brezillon
1
-9
/
+13
2017-06-01
mtd: nand: Optimize checking of erased buffers
Pavel Machek
1
-1
/
+4
2017-05-30
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
Boris Brezillon
1
-0
/
+19
2017-05-22
mtd: nand: make nand_ooblayout_lp_hamming_ops static
Colin Ian King
1
-1
/
+1
2017-05-22
mtd: nand: free vendor-specific resources in init failure paths
Brian Norris
1
-9
/
+29
2017-05-22
mtd: nand: don't leak buffers when ->scan_bbt() fails
Brian Norris
1
-1
/
+5
2017-05-18
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
Jonathan Corbet
1
-2
/
+5
2017-05-16
mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
Mauro Carvalho Chehab
1
-2
/
+5
2017-05-15
mtd: nand: export nand_{read,write}_page_raw()
Thomas Petazzoni
1
-4
/
+6
2017-05-15
mtd: nand: add core support for on-die ECC
Thomas Petazzoni
1
-0
/
+13
2017-05-03
mtd: nand: add ooblayout for old hamming layout
Alexander Couzens
1
-1
/
+69
2017-04-25
mtd: nand: allow drivers to request minimum alignment for passed buffer
Masahiro Yamada
1
-2
/
+8
2017-04-25
mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unset
Masahiro Yamada
1
-9
/
+32
2017-04-25
mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
Masahiro Yamada
1
-2
/
+1
2017-04-25
mtd: nand: Remove unused chip->write_page() hook
Boris Brezillon
1
-7
/
+5
2017-03-24
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
Masahiro Yamada
1
-0
/
+2
2017-03-24
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
Masahiro Yamada
1
-0
/
+2
2017-03-24
mtd: nand: use read_oob() instead of cmdfunc() for bad block check
Masahiro Yamada
1
-21
/
+13
2017-03-24
mtd: nand: allow to set only one of ECC size and ECC strength from DT
Masahiro Yamada
1
-6
/
+0
2017-03-09
mtd: nand: Move Macronix specific initialization in nand_macronix.c
Boris Brezillon
1
-11
/
+0
2017-03-09
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
Boris Brezillon
1
-17
/
+1
2017-03-09
mtd: nand: Move Micron specific init logic in nand_micron.c
Boris Brezillon
1
-30
/
+2
2017-03-09
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Boris Brezillon
1
-17
/
+2
2017-03-09
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Boris Brezillon
1
-86
/
+28
2017-03-09
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
Boris Brezillon
1
-48
/
+4
2017-03-09
mtd: nand: Add manufacturer specific initialization/detection steps
Boris Brezillon
1
-10
/
+65
2017-03-09
mtd: nand: Do not expose the NAND manufacturer table directly
Boris Brezillon
1
-12
/
+11
2017-03-09
mtd: nand: Rename nand_get_flash_type() into nand_detect()
Boris Brezillon
1
-3
/
+2
2017-03-09
mtd: nand: Get rid of busw parameter
Boris Brezillon
1
-31
/
+37
2017-03-09
mtd: nand: Store nand ID in struct nand_chip
Boris Brezillon
1
-25
/
+30
[next]