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
2020-06-26
mtd: rawnand: fsl_upm: Get rid of the legacy interface implementation
Boris Brezillon
1
-133
/
+0
2020-06-26
mtd: rawnand: fsl_upm: Implement exec_op()
Boris Brezillon
1
-0
/
+86
2020-06-26
mtd: rawnand: fsl_upm: Inherit from nand_controller
Boris Brezillon
1
-0
/
+3
2020-06-26
mtd: rawnand: fsl_upm: Use gpio descriptors
Boris Brezillon
1
-34
/
+10
2020-06-26
mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()
Boris Brezillon
1
-16
/
+7
2020-06-26
mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD name
Boris Brezillon
1
-5
/
+3
2020-06-26
mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()
Boris Brezillon
1
-12
/
+6
2020-06-26
mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field
Boris Brezillon
1
-1
/
+0
2020-06-26
mtd: rawnand: fsl_upm: Remove unused mtd var
Boris Brezillon
1
-1
/
+0
2020-06-26
mtd: rawnand: Allocate the interface configurations dynamically
Miquel Raynal
3
-32
/
+59
2020-06-26
mtd: rawnand: Get rid of the default ONFI timing mode
Miquel Raynal
1
-15
/
+4
2020-06-26
mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4
Rickard x Andersson
2
-0
/
+41
2020-06-26
mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BC
Miquel Raynal
2
-1
/
+15
2020-06-26
mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3E
Miquel Raynal
2
-2
/
+21
2020-06-26
mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00
Miquel Raynal
1
-1
/
+11
2020-06-26
mtd: rawnand: Add the ->choose_interface_config() hook
Miquel Raynal
1
-6
/
+11
2020-06-26
mtd: rawnand: Introduce nand_choose_best_sdr_timings()
Miquel Raynal
2
-36
/
+61
2020-06-26
mtd: rawnand: timings: Make onfi_fill_interface_config() a void helper
Miquel Raynal
3
-18
/
+14
2020-06-26
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
21
-122
/
+123
2020-06-26
mtd: rawnand: Hide the chip->data_interface indirection
Miquel Raynal
7
-28
/
+34
2020-06-26
mtd: rawnand: timings: Use default values for tPROG_max and tBERS_max
Miquel Raynal
1
-12
/
+19
2020-06-26
mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min
Miquel Raynal
1
-3
/
+0
2020-06-26
mtd: rawnand: timings: Add a helper to find the closest ONFI mode
Miquel Raynal
2
-0
/
+49
2020-06-26
mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsigned
Miquel Raynal
2
-3
/
+3
2020-06-26
mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface
Miquel Raynal
3
-4
/
+7
2020-06-26
mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc
Miquel Raynal
1
-3
/
+4
2020-06-26
mtd: rawnand: Rename nand_init_data_interface()
Miquel Raynal
1
-4
/
+4
2020-06-26
mtd: rawnand: Fix nand_setup_data_interface() description
Miquel Raynal
1
-5
/
+2
2020-06-26
mtd: rawnand: Rename nand_has_setup_data_iface()
Miquel Raynal
3
-5
/
+5
2020-06-26
mtd: rawnand: Use the data interface mode entry when relevant
Miquel Raynal
1
-5
/
+4
2020-06-26
mtd: rawnand: Compare the actual timing values
Miquel Raynal
1
-1
/
+2
2020-06-26
mtd: rawnand: Rename the manufacturer structure
Miquel Raynal
3
-18
/
+18
2020-06-26
mtd: rawnand: Create a nand_chip operations structure
Miquel Raynal
4
-17
/
+17
2020-06-26
mtd: nand: Drop useless 'depends on' in Kconfig
Miquel Raynal
2
-2
/
+0
2020-06-26
mtd: nand: Add an extra level in the Kconfig hierarchy
Miquel Raynal
1
-0
/
+5
2020-06-26
mtd: rawnand: tango: Convert the driver to exec_op()
Boris Brezillon
1
-46
/
+79
2020-06-15
mtd: rawnand: mtk: Convert the driver to exec_op()
Boris Brezillon
1
-45
/
+71
2020-06-01
Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
62
-2375
/
+3747
2020-05-31
mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones
Miquel Raynal
1
-1
/
+1
2020-05-31
mtd: rawnand: Return an enum from of_get_nand_ecc_algo()
Miquel Raynal
1
-16
/
+19
2020-05-31
mtd: rawnand: Drop OOB_FIRST placement scheme
Miquel Raynal
2
-109
/
+98
2020-05-31
mtd: rawnand: Avoid a typedef
Miquel Raynal
1
-2
/
+2
2020-05-31
mtd: rawnand: Stop using nand_release()
Miquel Raynal
1
-12
/
+0
2020-05-31
mtd: rawnand: nandsim: Reorganize ns_cleanup_module()
Miquel Raynal
1
-22
/
+22
2020-05-31
mtd: rawnand: nandsim: Rename a label in ns_init_module()
Miquel Raynal
1
-3
/
+3
2020-05-31
mtd: rawnand: nandsim: Manage lists on error in ns_init_module()
Miquel Raynal
1
-4
/
+19
2020-05-31
mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup()
Miquel Raynal
1
-3
/
+3
2020-05-31
mtd: rawnand: nandsim: Free erase_block_wear on error
Miquel Raynal
1
-1
/
+3
2020-05-31
mtd: rawnand: nandsim: Use an additional label when freeing the nandsim object
Miquel Raynal
1
-3
/
+4
2020-05-31
mtd: rawnand: nandsim: Stop using nand_release()
Miquel Raynal
1
-2
/
+4
[next]