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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-01
mtd: spi-nor: Don't overwrite errno from Reg Ops
Tudor Ambarus
1
-7
/
+6
2019-11-01
mtd: spi-nor: Drop explicit cast to int to already int value
Tudor Ambarus
1
-9
/
+6
2019-11-01
mtd: spi-nor: Stop compare with negative in Reg Ops methods
Tudor Ambarus
1
-10
/
+13
2019-11-01
mtd: spi-nor: Group all Reg Ops to avoid forward declarations
Tudor Ambarus
1
-213
/
+213
2019-11-01
mtd: spi-nor: Drop duplicated new line
Tudor Ambarus
1
-1
/
+0
2019-11-01
mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods
Tudor Ambarus
1
-54
/
+56
2019-10-30
mtd: rawnand: remove unecessary checking if dmac is NULL
Piotr Sroka
1
-2
/
+2
2019-10-29
mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failure
YueHaibing
1
-3
/
+2
2019-10-29
mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failure
YueHaibing
1
-3
/
+1
2019-10-29
mtd: rawnand: brcmnand: Fix NULL pointer assignment
Florian Fainelli
1
-1
/
+1
2019-10-29
mtd: rawnand: denali: remove the old unified controller/chip DT support
Masahiro Yamada
1
-51
/
+4
2019-10-29
mtd: spear_smi: Fix Write Burst mode
Miquel Raynal
1
-1
/
+37
2019-10-29
mtd: physmap_of: add a hook for Intel IXP4xx flash probing
Linus Walleij
5
-0
/
+166
2019-10-29
mtd: maps: l440gx: Avoid printing address to dmesg
Fuqian Huang
1
-1
/
+1
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
1
-33
/
+3
2019-10-23
mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition
Tudor Ambarus
1
-8
/
+7
2019-10-23
mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
Tudor Ambarus
7
-96
/
+136
2019-10-23
mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment
Tudor Ambarus
1
-1
/
+0
2019-10-23
mtd: spi-nor: add support for en25qh16
DENG Qingfang
1
-0
/
+2
2019-10-23
mtd: spi-nor: intel-spi: add support for Intel Cannon Lake SPI flash
Jethro Beekman
2
-0
/
+16
2019-10-23
mtd: spi-nor: intel-spi: support chips without software sequencer
Jethro Beekman
1
-7
/
+16
2019-10-08
mtd: st_spi_fsm: remove unused field from struct stfsm
Bartosz Golaszewski
1
-1
/
+0
2019-10-08
mtd: Initialize all parameters of mtd_oob_ops
Miquel Raynal
1
-5
/
+5
2019-10-08
mtd: spear_smi: remove set but not used variable 'flash_info'
zhengbin
1
-3
/
+0
2019-10-08
mtd: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
13
-37
/
+11
2019-10-07
mtd: rawnand: au1550nd: Fix au_read_buf16() prototype
Paul Burton
1
-3
/
+2
2019-10-04
mtd: spi-nor: Fix direction of the write_sr() transfer
Tudor Ambarus
1
-1
/
+1
2019-10-04
mtd: rawnand: Add new Cadence NAND driver to MTD subsystem
Piotr Sroka
3
-0
/
+3039
2019-10-04
mtd: rawnand: Change calculating of position page containing BBM
Piotr Sroka
2
-3
/
+9
2019-10-04
mtd: nand: brcmnand: Add support for flash-dma v0
Kamal Dasu
1
-2
/
+19
2019-09-22
Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
3
-544
/
+0
2019-09-21
Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-11
/
+44
2019-09-21
Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
43
-1414
/
+2273
2019-09-19
Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-189
/
+0
2019-09-18
Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+178
2019-09-16
mtd: pmc551: Remove set but not used variable 'soff_lo'
zhengbin
1
-6
/
+3
2019-09-16
mtd: cfi_cmdset_0002: Fix do_erase_chip() to get chip as erasing mode
Tokunori Ikegami
1
-1
/
+1
2019-09-16
mtd: sm_ftl: Fix memory leak in sm_init_zone() error path
Wenwen Wang
1
-1
/
+4
2019-09-16
mtd: parsers: Move CMDLINE parser
Linus Walleij
5
-38
/
+38
2019-09-16
mtd: parsers: Move OF parser
Linus Walleij
5
-10
/
+11
2019-09-16
mtd: parsers: Move BCM63xx parser
Linus Walleij
5
-10
/
+10
2019-09-16
mtd: parsers: Move BCM47xx parser
Linus Walleij
5
-8
/
+8
2019-09-16
mtd: parsers: Move TI AR7 parser
Linus Walleij
5
-6
/
+6
2019-09-16
mtd: pismo: Simplify getting the adapter of a client
Wolfram Sang
1
-2
/
+1
2019-09-16
mtd: phram: Module parameters add writable permissions
Xiaoming Ni
1
-1
/
+1
2019-09-16
mtd: pxa2xx: Use ioremap_cache insted of ioremap_cached
Christoph Hellwig
1
-2
/
+1
2019-09-16
Merge tag 'cfi/for-5.4-rc1' of https://github.com/r-vignesh/linux into mtd/fo...
Richard Weinberger
2
-113
/
+186
2019-09-16
Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Richard Weinberger
11
-827
/
+1358
2019-09-16
Merge tag 'nand/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
16
-389
/
+645
2019-09-15
ubi: block: Warn if volume size is not multiple of 512
Richard Weinberger
1
-8
/
+35
[prev]
[next]