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
/
include
/
linux
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-10
[MTD] OneNAND: Implement read-while-load
Adrian Hunter
1
-0
/
+1
2007-01-10
[MTD] OneNAND: add subpage write support
Kyungmin Park
1
-0
/
+2
2006-12-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-1
/
+1
2006-11-29
[MTD] add get and put methods
Artem Bityutskiy
1
-0
/
+7
2006-11-29
[MTD] add get_mtd_device_nm() function
Artem Bityutskiy
1
-0
/
+1
2006-11-29
[MTD] NAND: add subpage write support
Thomas Gleixner
2
-0
/
+11
2006-11-29
[MTD] increase MAX_MTD_DEVICES
Artem Bityutskiy
1
-1
/
+1
2006-11-29
Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6
David Woodhouse
2
-1
/
+5
2006-11-29
[MTD] [NAND] remove len/ooblen confusion.
Vitaly Wool
1
-7
/
+5
2006-11-29
[MTD] Allow variable block sizes in mtd_blkdevs
Richard Purdie
1
-1
/
+2
2006-11-16
[MTD] OneNAND: Single bit error detection
Kyungmin Park
1
-0
/
+1
2006-11-16
[MTD] OneNAND: lock support
Kyungmin Park
1
-1
/
+0
2006-11-16
MTD: OneNAND: interrupt based wait support
Kyungmin Park
1
-0
/
+4
2006-10-30
[PATCH] MTD: fix last kernel-doc warning
Randy Dunlap
1
-1
/
+1
2006-10-21
[MTD] NAND: Combined oob buffer so it's contiguous with data
David Woodhouse
1
-5
/
+1
2006-10-04
fix file specification in comments
Uwe Zeisberger
1
-1
/
+1
2006-09-26
[MTD ONENAND] Check OneNAND lock scheme & all block unlock command support
Kyungmin Park
2
-3
/
+7
2006-09-26
[MTD NAND] Provide prototype for newly-exported nand_wait_ready()
David Woodhouse
1
-0
/
+3
2006-09-25
[MTD NAND] Allow override of page read and write functions.
David Woodhouse
1
-0
/
+11
2006-09-25
[MTD NAND] Allocate chip->buffers separately to allow it to be overridden
David Woodhouse
1
-2
/
+4
2006-09-25
[MTD NAND] Split nand_scan() into two parts; allow board driver to intervene
David Woodhouse
1
-0
/
+5
2006-08-17
MTD: Convert Atmel PRI information to AMD format
Haavard Skinnemoen
1
-0
/
+13
2006-06-29
MTD: kernel-doc fixes + additions
Randy Dunlap
4
-54
/
+65
2006-06-29
MTD: fix all kernel-doc warnings
Randy Dunlap
1
-3
/
+10
2006-06-21
Merge git://git.infradead.org/hdrcleanup-2.6
Linus Torvalds
5
-5
/
+0
2006-06-20
[MTD] NAND: Fix breakage all over the place
Thomas Gleixner
1
-1
/
+11
2006-06-14
[MTD] assume mtd->writesize is 1 for NOR flashes
Artem B. Bityutskiy
1
-3
/
+6
2006-05-30
[MTD] NAND Expose the new raw mode function and status info to userspace
Thomas Gleixner
1
-11
/
+0
2006-05-29
[MTD] Rework the out of band handling completely
Thomas Gleixner
2
-10
/
+50
2006-05-29
[MTD] Remove silly MTD_WRITE/READ macros
Thomas Gleixner
1
-15
/
+1
2006-05-29
[MTD] NAND Replace oobinfo by ecclayout
Thomas Gleixner
6
-12
/
+13
2006-05-29
[MTD] NAND Consolidate oobinfo handling
Thomas Gleixner
1
-3
/
+2
2006-05-29
[MTD] NAND Fix platform structure and NDFC driver
Thomas Gleixner
2
-2
/
+5
2006-05-26
[MTD] NAND modularize write function
Thomas Gleixner
1
-26
/
+45
2006-05-25
[MTD] NAND Modularize read function
Thomas Gleixner
1
-8
/
+8
2006-05-25
[MTD] NAND Add read/write function pointers to struct nand_ecc_ctrl
Thomas Gleixner
1
-0
/
+13
2006-05-25
[MTD] Add ECC statistics to struct mtd_info
Thomas Gleixner
1
-0
/
+14
2006-05-25
[MTD] NAND Introduce NAND_NO_READRDY option
Thomas Gleixner
1
-0
/
+4
2006-05-24
[MTD] NAND remove write_byte/word function from nand_chip
Thomas Gleixner
1
-5
/
+0
2006-05-24
[MTD] Refactor NAND hwcontrol to cmd_ctrl
Thomas Gleixner
1
-16
/
+17
2006-05-23
[MTD] Remove read/write _ecc variants
Thomas Gleixner
2
-3
/
+3
2006-05-23
[MTD] Remove readv/readv_ecc
Thomas Gleixner
1
-5
/
+1
2006-05-23
[MTD] Remove nand writev support
Thomas Gleixner
1
-2
/
+0
2006-05-23
[MTD] NAND ECC hwctl function has no return value
Thomas Gleixner
1
-1
/
+1
2006-05-23
Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/
Thomas Gleixner
1
-2
/
+5
2006-05-23
[MTD] NAND modularize ECC
Thomas Gleixner
1
-30
/
+33
2006-05-23
[MTD] NAND consolidate data types
Thomas Gleixner
1
-11
/
+11
2006-05-23
[MTD] NAND whitespace and formatting cleanup
Thomas Gleixner
1
-69
/
+34
2006-05-23
[MTD] Add support for NDFC NAND controller
Thomas Gleixner
1
-0
/
+66
2006-05-23
[MTD] Add platform support for NAND
Thomas Gleixner
1
-0
/
+47
[next]