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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-07
mtd: rawnand: denali: remove ->dev_ready() hook
Masahiro Yamada
1
-22
/
+1
2018-12-07
mtd: rawnand: marvell: fix spelling mistake in kernel doc
Miquel Raynal
1
-1
/
+1
2018-12-07
mtd: rawnand: ams-delta: Use GPIO API for data I/O
Janusz Krzysztofik
1
-48
/
+61
2018-12-07
mtd: rawnand: ams-delta: Request data port GPIO resource
Janusz Krzysztofik
1
-2
/
+9
2018-12-07
mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops
Boris Brezillon
14
-22
/
+51
2018-12-07
mtd: rawnand: Move the ->exec_op() method to nand_controller_ops
Boris Brezillon
9
-38
/
+51
2018-12-07
mtd: rawnand: Deprecate the ->select_chip() hook
Boris Brezillon
27
-36
/
+37
2018-12-07
mtd: rawnand: ams-delta: Stop implementing ->select_chip()
Boris Brezillon
1
-8
/
+6
2018-12-07
mtd: rawnand: vf610: Stop implementing ->select_chip()
Boris Brezillon
1
-16
/
+18
2018-12-07
mtd: rawnand: tegra: Stop implementing ->select_chip()
Boris Brezillon
1
-16
/
+12
2018-12-07
mtd: rawnand: marvell: Stop implementing ->select_chip()
Boris Brezillon
1
-9
/
+18
2018-12-07
mtd: rawnand: fsmc: Stop implementing ->select_chip()
Boris Brezillon
1
-11
/
+12
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
3
-19
/
+27
2018-12-07
mtd: rawnand: Add nand_[de]select_target() helpers
Boris Brezillon
4
-51
/
+100
2018-12-07
mtd: rawnand: ams-delta: Explicitly inherit from nand_controller
Boris Brezillon
1
-0
/
+5
2018-12-07
mtd: rawnand: ams-delta: Check mtd_device_register() return code
Boris Brezillon
1
-1
/
+7
2018-12-07
mtd: rawnand: ams-delta: cleanup ams_delta_init() error path
Boris Brezillon
1
-14
/
+12
2018-12-07
mtd: rawnand: ams-delta: Fix various coding style issues
Boris Brezillon
1
-15
/
+8
2018-12-07
mtd: rawnand: ams-delta: Add an SPDX tag to replace the license text
Boris Brezillon
1
-5
/
+2
2018-12-07
mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=y
Boris Brezillon
2
-6
/
+3
2018-12-07
mtd: rawnand: Move nand_exec_op() to internal.h
Boris Brezillon
1
-0
/
+9
2018-12-07
mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()
Boris Brezillon
1
-1
/
+1
2018-12-07
mtd: rawnand: Reorganize code to avoid forward declarations
Boris Brezillon
2
-254
/
+246
2018-12-07
mtd: rawnand: Stop passing mtd_info objects to internal functions
Boris Brezillon
3
-190
/
+184
2018-12-07
mtd: spinand: Add initial support for Toshiba TC58CVG2S0H
Schrempf Frieder
3
-1
/
+139
2018-12-06
mtd: physmap_of_gemini: Handle pin control
Linus Walleij
2
-1
/
+110
2018-12-06
mtd: maps: physmap: Leave assigned complex mappings
Linus Walleij
1
-2
/
+12
2018-12-06
mtd: add support for reading MTD devices via the nvmem API
Alban Bedel
2
-0
/
+57
2018-12-03
mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it
Yangtao Li
4
-45
/
+12
2018-12-03
mtd: change len type from signed to unsigned type
huijin.park
1
-1
/
+1
2018-12-02
mtd: improve calculating partition boundaries when checking for alignment
Rafał Miłecki
1
-2
/
+11
2018-12-02
mtd: keep original flags for every struct mtd_info
Rafał Miłecki
2
-1
/
+4
2018-12-02
mtd: fix Coverity integer handling issue
Miquel Raynal
1
-3
/
+3
2018-12-02
mtd: nftl: clean up indentation, remove extraneous tabs
Colin Ian King
1
-19
/
+20
2018-12-01
kbuild: announce removal of SUBDIRS if used
Masahiro Yamada
1
-7
/
+0
2018-11-28
mtd: nand: Fix memory allocation in nanddev_bbt_init()
Frieder Schrempf
1
-1
/
+2
2018-11-28
mtd: spi-nor: fix erase_type array to indicate current map conf
Tudor Ambarus
1
-2
/
+29
2018-11-27
mtd: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-1
/
+1
2018-11-20
mtd: spi-nor: fix selection of uniform erase type in flexible conf
Tudor.Ambarus@microchip.com
1
-11
/
+36
2018-11-20
mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
Thor Thayer
1
-3
/
+16
2018-11-18
mtd: rawnand: qcom: Namespace prefix some commands
Olof Johansson
1
-16
/
+16
2018-11-18
mtd: rawnand: atmel: fix OF child-node lookup
Johan Hovold
1
-4
/
+7
2018-11-13
mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw()
Tudor.Ambarus@microchip.com
1
-4
/
+11
2018-11-13
mtd: spi-nor: don't overwrite errno in spi_nor_get_map_in_use()
Tudor.Ambarus@microchip.com
1
-4
/
+9
2018-11-13
mtd: spi-nor: fix iteration over smpt array
Tudor.Ambarus@microchip.com
1
-10
/
+30
2018-11-13
mtd: spi-nor: don't drop sfdp data if optional parsers fail
Tudor.Ambarus@microchip.com
1
-3
/
+12
2018-11-13
mtd: rawnand: sh_flctl: convert to SPDX identifiers
Kuninori Morimoto
1
-15
/
+2
2018-11-13
Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Miquel Raynal
5
-6
/
+15
2018-11-12
mtd: partitions: Add OF support to RedBoot partitions
Linus Walleij
1
-1
/
+31
[prev]
[next]