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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-22
mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally
Masahiro Yamada
1
-1
/
+5
2018-06-22
mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS).
Mason Yang
1
-12
/
+36
2018-06-22
mtd: rawnand: fix return value check for bad block status
Abhishek Sahu
1
-1
/
+1
2018-06-19
mtd: rawnand: mxc: set spare area size register explicitly
Martin Kaiser
1
-1
/
+4
2018-06-19
mtd: rawnand: micron: add ONFI_FEATURE_ON_DIE_ECC to supported features
Chris Packham
1
-0
/
+2
2018-06-13
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-9
/
+12
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-2
/
+3
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2
-3
/
+3
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+4
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-06-12
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
1
-3
/
+3
2018-06-08
Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd
Linus Torvalds
17
-406
/
+269
2018-06-07
Merge tag 'nand/for-4.18' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
16
-400
/
+267
2018-06-05
Merge tag 'rslib-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-39
/
+35
2018-05-25
Merge tag 'davinci-for-v4.18/soc' of git://git.kernel.org/pub/scm/linux/kerne...
Olof Johansson
1
-3
/
+3
2018-05-15
mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES op
Boris Brezillon
1
-18
/
+9
2018-05-14
mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2
Boris Brezillon
1
-3
/
+5
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-05-09
mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages
Jane Wan
1
-7
/
+10
2018-05-04
mtd: rawnand: marvell: fix command xtype in BCH write hook
Miquel Raynal
1
-1
/
+7
2018-05-04
mtd: rawnand: marvell: pass ms delay to wait_op
Chris Packham
1
-2
/
+2
2018-05-02
mtd: onenand: omap2: Disable DMA for HIGHMEM buffers
Ladislav Michl
1
-67
/
+38
2018-05-02
mtd: rawnand: davinci: stop using pdev->id as chipselect
Bartosz Golaszewski
1
-3
/
+3
2018-04-29
mtd: rawnand: gpmi: remove unnecessary variables
Sascha Hauer
1
-10
/
+5
2018-04-29
mtd: rawnand: gpmi: return valid value from bch_set_geometry()
Sascha Hauer
1
-2
/
+3
2018-04-29
mtd: rawnand: gpmi: remove direct_dma_map_ok from driver data struct
Sascha Hauer
3
-14
/
+11
2018-04-29
mtd: rawnand: gpmi: put only once used functions inline
Sascha Hauer
1
-66
/
+23
2018-04-29
mtd: rawnand: gpmi: pass buffer and len around
Sascha Hauer
3
-26
/
+19
2018-04-29
mtd: rawnand: gpmi: drop dma_ops_type
Sascha Hauer
3
-55
/
+23
2018-04-29
mtd: rawnand: add a way to pass an ID table with nand_scan()
Miquel Raynal
1
-4
/
+6
2018-04-29
mtd: rawnand: lpc32xx_slc: fix the probe function error path
Miquel Raynal
1
-3
/
+3
2018-04-29
mtd: rawnand: lpc32xx_slc: clean the probe function
Miquel Raynal
1
-12
/
+14
2018-04-29
mtd: rawnand: lpc32xx_mlc: fix the probe function error path
Miquel Raynal
1
-3
/
+3
2018-04-29
mtd: rawnand: lpc32xx_mlc: clean the probe function
Miquel Raynal
1
-18
/
+20
2018-04-29
mtd: rawnand: hisi504: fix the probe function error path
Miquel Raynal
1
-1
/
+1
2018-04-29
mtd: rawnand: hisi504: clean the probe function error path
Miquel Raynal
1
-23
/
+12
2018-04-29
mtd: rawnand: fsmc: fix the probe function error path
Miquel Raynal
1
-1
/
+3
2018-04-29
mtd: rawnand: fsmc: clean the probe function style
Miquel Raynal
1
-12
/
+13
2018-04-29
mtd: rawnand: fsl_ifc: fix probe function error path
Miquel Raynal
1
-3
/
+9
2018-04-29
mtd: rawnand: fsl_elbc: fix probe function error path
Miquel Raynal
1
-4
/
+9
2018-04-29
mtd: onenand: simplify getting .drvdata
Wolfram Sang
1
-4
/
+2
2018-04-29
mtd: rawnand: mtk: use of_device_get_match_data()
Ryder Lee
2
-15
/
+2
2018-04-29
mtd: rawnand: diskonchip: Replace mdelay with usleep_range in doc_probe
Jia-Ju Bai
1
-2
/
+2
2018-04-29
mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling
Boris Brezillon
1
-76
/
+15
2018-04-29
mtd: rawnand: gpmi: add support for specific ECC strength
Stefan Agner
1
-10
/
+20
2018-04-26
mtd: rawnand: davinci: don't acquire and enable clock
Sekhar Nori
1
-24
/
+1
2018-04-26
mtd: rawnand: marvell: fix the chip-select DT parsing logic
Miquel Raynal
1
-17
/
+8
2018-04-25
mtd: rawnand: diskonchip: Allocate rs control per instance
Thomas Gleixner
1
-33
/
+27
[next]