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
2011-05-25
mtd: sst25l: fix section markings
Mike Frysinger
1
-3
/
+3
2011-05-25
mtd: m25p80: Add Spansion S25FL512S, S70FL01GS
Kevin Cernekee
1
-0
/
+2
2011-05-25
mtd: m25p80: Add Spansion S25FL256S
Kevin Cernekee
1
-5
/
+17
2011-05-25
mtd: m25p80: Clean up JEDEC manufacturer checks
Kevin Cernekee
1
-4
/
+7
2011-05-25
mtd: m25p80: Add Numonyx m25px32 family
Kevin Cernekee
1
-1
/
+4
2011-05-25
mtd: denali: detect the number of banks
Jamie Iles
2
-9
/
+21
2011-05-25
mtd: denali: remove nearly-duplicated register definitions
Jamie Iles
2
-395
/
+110
2011-05-25
mtd: denali: convert to generic DMA API
Jamie Iles
2
-44
/
+40
2011-05-25
mtd: onenand: add missing check
john.maxin@nokia.com
1
-1
/
+1
2011-05-25
mtd: return badblockbits back
Artem Bityutskiy
1
-0
/
+2
2011-05-25
mtd: nand: ndfc: add multiple chip select support
Felix Radensky
1
-17
/
+35
2011-05-25
mtd: mtdchar: retry large buffer allocations
Grant Erickson
1
-27
/
+23
2011-05-25
mtd: create function to perform large allocations
Grant Erickson
1
-0
/
+49
2011-05-25
mtd: mtdconcat: fix NAND OOB write
Felix Radensky
1
-2
/
+2
2011-05-25
mtd: omap2: mtd split nand_scan in ident and tail
Jan Weitzel
1
-2
/
+8
2011-05-25
mtd: mtd_blkdevs: fix error path in blktrans_open
Artem Bityutskiy
1
-3
/
+21
2011-05-25
mtd: atmel_nand: add missing include of linux/dmaengine.h
Hans-Christian Egtvedt
1
-0
/
+1
2011-05-25
mtd: nand: remove doubled chip deselection on (un)lock
Jiri Pinkava
1
-6
/
+0
2011-05-25
mtd: nand: fix S3C NAND clock stop
Jiri Pinkava
1
-16
/
+43
2011-05-25
mtd: cmdset_0002: add CFI 1.5 support for S29GL-S
Gernot Hoyler
1
-2
/
+3
2011-05-25
mtd: onenand: add ecclayout and subpage_sft for non-flex 4KiB page onenand
Roman Tereshonkov
1
-6
/
+40
2011-05-25
mtd: denali: drop __TIME__ usage
Michal Marek
1
-2
/
+1
2011-05-25
mtd: nand: dynamic allocation of flash-based BBT structs
Brian Norris
1
-23
/
+4
2011-05-25
mtd: m25p80: add support for the MX25L1606E chip
Gabor Juhos
1
-0
/
+1
2011-05-25
mtd: mxc_nand: add support for multiple chips on V21 devices
Baruch Siach
1
-19
/
+32
2011-05-18
drivercore: revert addition of of_match to struct device
Grant Likely
1
-2
/
+5
2011-04-27
Revert wrong fixes for common misspellings
Lucas De Marchi
1
-1
/
+1
2011-04-10
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
2
-21
/
+13
2011-04-07
Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
3
-7
/
+8
2011-04-05
UBI: do not select KALLSYMS_ALL
Artem Bityutskiy
1
-1
/
+1
2011-04-05
UBI: do not compare array with NULL
Artem Bityutskiy
1
-5
/
+0
2011-04-05
UBI: check if we are in RO mode in the erase routine
Artem Bityutskiy
1
-1
/
+7
2011-04-01
mtd: atmel_nand: use CPU I/O when buffer is in vmalloc(ed) region
Hong Xu
1
-16
/
+2
2011-04-01
mtd: atmel_nand: modify test case for using DMA operations
Nicolas Ferre
1
-2
/
+4
2011-04-01
mtd: atmel_nand: fix support for CPUs that do not support DMA access
Hong Xu
1
-1
/
+4
2011-04-01
mtd: atmel_nand: trivial: change DMA usage information trace
Nicolas Ferre
1
-1
/
+2
2011-04-01
mtd: mtdswap: fix printk format warning
Randy Dunlap
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
42
-68
/
+68
2011-03-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Artem Bityutskiy
29
-445
/
+654
2011-03-25
mtd: mtdswap: fix compilation warning
Artem Bityutskiy
1
-1
/
+1
2011-03-25
mtdswap: kill strict error handling option
Yang Ruirui
2
-15
/
+1
2011-03-24
Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6
Linus Torvalds
1
-2
/
+2
2011-03-24
UBI: use GFP_NOFS properly
Artem Bityutskiy
1
-2
/
+2
2011-03-23
tmio: Silence warnings introduced by mfd changes
Andres Salomon
1
-4
/
+4
2011-03-23
mtd: Use mfd_data instead of driver_data for tmio_nand
Andres Salomon
1
-2
/
+1
2011-03-23
mfd: mfd_cell is now implicitly available to t7166xb drivers
Andres Salomon
1
-5
/
+5
2011-03-18
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
3
-0
/
+19
2011-03-18
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
Linus Torvalds
12
-234
/
+297
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+2
2011-03-18
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-133
/
+287
[next]