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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-03
mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks
Boris Brezillon
7
-18
/
+35
2018-10-03
mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()
Boris Brezillon
40
-81
/
+83
2018-10-03
mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
Boris Brezillon
46
-126
/
+134
2018-10-03
mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks
Boris Brezillon
41
-189
/
+190
2018-10-03
mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there
Boris Brezillon
20
-126
/
+126
2018-10-03
mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unused
Boris Brezillon
2
-7
/
+0
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: Remove docg4
Boris Brezillon
3
-1458
/
+0
2018-10-03
mtd: rawnand: marvell: support 8b/512B strength for 2kiB pages layout
Miquel Raynal
1
-3
/
+31
2018-10-03
mtd: rawnand: marvell: rework BCH engine failure path
Miquel Raynal
1
-31
/
+42
2018-10-03
mtd: rawnand: Pass a nand_chip object nand_erase_nand()
Boris Brezillon
2
-6
/
+6
2018-10-03
mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers
Boris Brezillon
2
-12
/
+10
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
Boris Brezillon
13
-30
/
+20
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()
Boris Brezillon
3
-11
/
+7
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()
Boris Brezillon
2
-23
/
+14
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->erase()
Boris Brezillon
3
-8
/
+7
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
Boris Brezillon
14
-56
/
+41
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
Boris Brezillon
17
-63
/
+63
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
Boris Brezillon
36
-87
/
+67
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
Boris Brezillon
34
-124
/
+97
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
Boris Brezillon
8
-23
/
+22
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->select_chip()
Boris Brezillon
33
-144
/
+116
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
Boris Brezillon
41
-201
/
+161
2018-10-03
mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
Boris Brezillon
41
-245
/
+184
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
Boris Brezillon
25
-196
/
+193
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
Boris Brezillon
27
-207
/
+207
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->correct()
Boris Brezillon
14
-48
/
+45
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
Boris Brezillon
17
-61
/
+61
2018-10-03
mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
Boris Brezillon
16
-52
/
+50
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_wait_ready()
Boris Brezillon
3
-8
/
+8
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_release()
Boris Brezillon
47
-73
/
+64
2018-10-03
mtd: rawnand: Pass a nand_chip object to nand_scan()
Boris Brezillon
50
-60
/
+59
2018-10-03
mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks
Boris Brezillon
1
-5
/
+52
2018-09-05
mtd: rawnand: atmel: use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2018-09-05
mtd: rawnand: jz4780: use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-1
/
+1
2018-09-05
mtd: rawnand: Convert to using %pOFn instead of device_node.name
Rob Herring
2
-4
/
+4
2018-09-05
mtd: rawnand: qcom: don't include dma-direct.h
Christoph Hellwig
1
-1
/
+0
2018-09-05
mtd: rawnand: denali: use SPDX-License-Identifier and fix license mismatch
Masahiro Yamada
4
-38
/
+11
2018-09-05
mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versions
Kurt Kanzenbach
1
-7
/
+26
2018-09-05
mtd: rawnand: fsl_ifc: check result of SRAM initialization
Kurt Kanzenbach
1
-4
/
+13
2018-09-05
mtd: rawnand: marvell: document a bit more the driver
Miquel Raynal
1
-0
/
+67
2018-09-05
mtd: rawnand: toshiba: Add support for Toshiba Memory BENAND (Built-in ECC NAND)
KOBAYASHI Yoshitake
1
-0
/
+88
2018-09-05
mtd: rawnand: marvell: use regmap_update_bits() for syscon access
Thomas Petazzoni
1
-12
/
+11
2018-09-04
mtd: rawnand: Get rid of the ->read_word() hook
Boris Brezillon
10
-114
/
+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-09-02
Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+47
2018-09-02
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-20
/
+17
2018-09-01
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
[next]