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
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-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
2018-08-01
mtd: rawnand: allocate dynamically ONFI parameters during detection
Miquel Raynal
1
-20
/
+34
2018-07-31
mtd: rawnand: allocate model parameter dynamically
Miquel Raynal
1
-11
/
+41
2018-07-31
mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
Miquel Raynal
1
-7
/
+9
2018-07-31
mtd: rawnand: do not execute nand_scan_ident() if maxchips is zero
Miquel Raynal
1
-4
/
+8
2018-07-31
mtd: rawnand: add hooks that may be called during nand_scan()
Miquel Raynal
1
-2
/
+30
2018-07-31
mtd: rawnand: better name for the controller structure
Miquel Raynal
1
-2
/
+2
2018-07-31
mtd: rawnand: Remove unused caller_is_module() definition
Boris Brezillon
1
-12
/
+0
2018-07-31
mtd: rawnand: make subop helpers return unsigned values
Miquel Raynal
1
-22
/
+22
2018-07-20
mtd: rawnand: Expose _notsupp() helpers for raw page accessors
Boris Brezillon
1
-0
/
+33
2018-07-18
mtd: rawnand: Kill the chip->scan_bbt() hook
Boris Brezillon
1
-8
/
+1
2018-07-18
mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()
Boris Brezillon
1
-0
/
+5
2018-07-18
mtd: rawnand: provide only single helper function for ECC conf
Abhishek Sahu
1
-24
/
+15
2018-07-18
mtd: rawnand: helper function for setting up ECC configuration
Abhishek Sahu
1
-0
/
+33
2018-07-02
mtd: rawnand: add defines for ONFI version bits
Chris Packham
1
-5
/
+5
2018-07-02
mtd: rawnand: add manufacturer fixup for ONFI parameter page
Chris Packham
1
-0
/
+4
2018-07-02
mtd: rawnand: add an option to specify NAND chip as a boot device
Stefan Agner
1
-0
/
+3
2018-07-02
mtd: rawnand: add Reed-Solomon error correction algorithm
Stefan Agner
1
-0
/
+1
2018-06-22
mtd: rawnand: fix return value check for bad block status
Abhishek Sahu
1
-1
/
+1
2018-06-08
Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-27
/
+62
2018-05-15
mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES op
Boris Brezillon
1
-18
/
+9
2018-05-13
mtd: rawnand: use bit-wise majority to recover the ONFI param page
Wan, Jane (Nokia - US/Sunnyvale)
1
-5
/
+47
2018-05-10
mtd: rawnand: Make sure we wait tWB before polling the STATUS reg
Boris Brezillon
1
-0
/
+5
2018-04-29
mtd: rawnand: add a way to pass an ID table with nand_scan()
Miquel Raynal
1
-4
/
+6
2018-04-04
Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
1
-0
/
+6693
2018-03-20
mtd: rawnand: get rid of the ONFI parameter page in nand_chip
Miquel Raynal
1
-9
/
+25
2018-03-20
mtd: rawnand: get rid of the JEDEC parameter page in nand_chip
Miquel Raynal
1
-13
/
+28
2018-03-20
mtd: rawnand: allow vendors to declare (un)supported features
Miquel Raynal
1
-7
/
+19
2018-03-20
mtd: rawnand: prepare the removal of the ONFI parameter page
Miquel Raynal
1
-10
/
+20
2018-03-20
mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pages
Miquel Raynal
1
-22
/
+17
[next]