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
/
raw
/
nand_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-07
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
1
-4
/
+4
2018-12-07
mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implemented
Boris Brezillon
1
-7
/
+6
2018-12-07
mtd: rawnand: Pass the CS line to be selected in struct nand_operation
Boris Brezillon
1
-17
/
+22
2018-12-07
mtd: rawnand: Add nand_[de]select_target() helpers
Boris Brezillon
1
-39
/
+81
2018-12-07
mtd: rawnand: Reorganize code to avoid forward declarations
Boris Brezillon
1
-197
/
+191
2018-12-07
mtd: rawnand: Stop passing mtd_info objects to internal functions
Boris Brezillon
1
-89
/
+82
2018-11-13
Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Miquel Raynal
1
-1
/
+0
2018-11-05
mtd: rawnand: Provide helper for polling GPIO R/B pin
Janusz Krzysztofik
1
-0
/
+31
2018-11-05
mtd: nand: drop kernel-doc notation for a deleted function parameter
Randy Dunlap
1
-1
/
+0
2018-10-03
mtd: rawnand: Allow selection of ECC byte ordering at runtime
Boris Brezillon
1
-0
/
+4
2018-10-03
mtd: rawnand: Move JEDEC code to nand_jedec.c
Boris Brezillon
1
-97
/
+1
2018-10-03
mtd: rawnand: Move ONFI code to nand_onfi.c
Boris Brezillon
1
-292
/
+4
2018-10-03
mtd: rawnand: Move legacy code to nand_legacy.c
Boris Brezillon
1
-607
/
+11
2018-10-03
mtd: rawnand: Keep all internal stuff private
Boris Brezillon
1
-11
/
+10
2018-10-03
mtd: rawnand: Inline onfi_get_async_timing_mode()
Boris Brezillon
1
-2
/
+3
2018-10-03
mtd: rawnand: Deprecate ->chip_delay
Boris Brezillon
1
-7
/
+7
2018-10-03
mtd: rawnand: Deprecate ->{set,get}_features() hooks
Boris Brezillon
1
-68
/
+44
2018-10-03
mtd: rawnand: Deprecate ->erase()
Boris Brezillon
1
-2
/
+5
2018-10-03
mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
Boris Brezillon
1
-10
/
+27
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
1
-18
/
+18
2018-10-03
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
1
-65
/
+73
2018-10-03
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
1
-25
/
+25
2018-10-03
mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there
Boris Brezillon
1
-6
/
+6
2018-10-03
mtd: rawnand: Do not treat !maxchips specially in nand_scan_with_ids()
Boris Brezillon
1
-8
/
+7
2018-10-03
mtd: rawnand: Make maxchips an unsigned int
Boris Brezillon
1
-3
/
+4
2018-10-03
mtd: rawnand: Pass a nand_chip object nand_erase_nand()
Boris Brezillon
1
-5
/
+5
2018-10-03
mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers
Boris Brezillon
1
-3
/
+3
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
Boris Brezillon
1
-6
/
+3
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()
Boris Brezillon
1
-7
/
+5
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()
Boris Brezillon
1
-15
/
+6
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->erase()
Boris Brezillon
1
-4
/
+3
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
Boris Brezillon
1
-21
/
+8
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
Boris Brezillon
1
-23
/
+23
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
1
-5
/
+5
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
1
-24
/
+23
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
1
-8
/
+8
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
1
-44
/
+42
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
1
-24
/
+17
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
1
-24
/
+17
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
1
-41
/
+33
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
1
-39
/
+35
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->correct()
Boris Brezillon
1
-5
/
+5
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Boris Brezillon
1
-8
/
+8
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
Boris Brezillon
1
-7
/
+7
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_wait_ready()
Boris Brezillon
1
-6
/
+6
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
1
-4
/
+4
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
1
-11
/
+10
2018-09-04
mtd: rawnand: Get rid of the ->read_word() hook
Boris Brezillon
1
-14
/
+0
2018-09-04
mtd: rawnand: Add the nand_wait_rdy_op() helper and use it
Boris Brezillon
1
-5
/
+26
2018-09-04
mtd: rawnand: Add the nand_wait_readrdy() helper and use it
Boris Brezillon
1
-14
/
+14
[next]