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
/
nand
/
omap2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-24
mtd: nand: omap: fix ecclayout->oobfree->length
Pekon Gupta
1
-3
/
+2
2014-02-24
mtd: nand: omap: fix ecclayout->oobfree->offset
Pekon Gupta
1
-10
/
+15
2014-02-24
mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driver
Pekon Gupta
1
-8
/
+23
2014-01-07
mtd: omap2: use nand_base defaults for polled I/O
Brian Norris
1
-7
/
+1
2013-11-07
mtd: nand: omap: fix error return code in omap_nand_probe()
Wei Yongjun
1
-1
/
+2
2013-11-07
mtd: nand: omap: updated devm_xx for all resource allocation and free calls
Pekon Gupta
1
-50
/
+35
2013-11-07
mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead ...
Pekon Gupta
1
-74
/
+22
2013-11-07
mtd: nand: omap: clean-up ecc layout for BCH ecc schemes
Pekon Gupta
1
-99
/
+62
2013-11-07
mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_p...
Pekon Gupta
1
-123
/
+158
2013-11-07
mtd: nand: omap: use DT specified bus-width only for scanning NAND device
Pekon Gupta
1
-12
/
+9
2013-11-07
mtd: nand: omap: cleanup: replace local references with generic framework names
Pekon Gupta
1
-55
/
+57
2013-11-07
mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes
Pekon Gupta
1
-6
/
+3
2013-08-31
mtd: nand: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-30
mtd: nand: remove NAND_BBT_SCANEMPTY
Brian Norris
1
-1
/
+1
2013-08-05
mtd: nand: omap2: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-04-05
mtd: omap2: use msecs_to_jiffies()
Toan Pham
1
-2
/
+2
2013-04-05
mtd: devices: elm: check for device's presence before configuration
Daniel Mack
1
-2
/
+3
2013-03-03
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-42
/
+541
2013-02-04
mtd: nand: omap2: Support for hardware BCH error correction.
Philip Avinash
1
-39
/
+534
2013-02-04
mtd: nand: omap2: Update nerrors using ecc.strength
Philip Avinash
1
-4
/
+8
2013-01-14
mtd: omap-nand: pass device_node in platform data
Daniel Mack
1
-1
/
+3
2012-12-20
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-1
/
+1
2012-11-30
ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
Tony Lindgren
1
-1
/
+0
2012-11-22
mtd: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-10-17
Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-...
Tony Lindgren
1
-21
/
+104
2012-10-16
ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
Lokesh Vutla
1
-1
/
+1
2012-10-16
ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2
Lokesh Vutla
1
-0
/
+2
2012-10-15
mtd: nand: omap: handle gpmc bch[48]
Afzal Mohammed
1
-11
/
+89
2012-10-15
mtd: nand: omap: bring in gpmc nand macros
Afzal Mohammed
1
-8
/
+13
2012-10-15
mtd: nand: omap: read nand using register address
Afzal Mohammed
1
-1
/
+1
2012-10-15
mtd: nand: omap: free region as per resource size
Afzal Mohammed
1
-1
/
+1
2012-10-09
Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...
David Woodhouse
1
-77
/
+226
2012-09-29
mtd: omap2: fix module loading
Andreas Bießmann
1
-0
/
+1
2012-09-29
mtd: omap2: fix omap_nand_remove segfault
Andreas Bießmann
1
-1
/
+1
2012-09-29
mtd: kill MTD_NAND_VERIFY_WRITE
Huang Shijie
1
-23
/
+0
2012-09-29
mtd: omap2: fix some typos in comments
Peter Meerwald
1
-5
/
+5
2012-09-19
ARM: omap: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-08-30
mtd: nand: omap2: use gpmc provided irqs
Afzal Mohammed
1
-28
/
+50
2012-08-30
mtd: nand: omap2: obtain memory from resource
Afzal Mohammed
1
-4
/
+15
2012-08-30
mtd: nand: omap2: handle nand on gpmc
Afzal Mohammed
1
-45
/
+161
2012-08-10
mtd/omap2: fix dmaengine_slave_config error handling
Arnd Bergmann
1
-4
/
+3
2012-07-31
mtd: omap2: remove private DMA API implementation
Russell King
1
-110
/
+26
2012-07-31
mtd: omap2: add DMA engine support
Russell King
1
-1
/
+91
2012-05-14
mtd: nand: omap: add support for hardware BCH ecc
Ivan Djelic
1
-0
/
+245
2012-05-14
mtd: nand: omap: fix race condition in omap_wait()
Ivan Djelic
1
-1
/
+3
2012-05-14
mtd: omap2: fix resource leak in prefetch-busy path
Grazvydas Ignotas
1
-1
/
+3
2012-03-27
mtd: flash drivers set ecc strength
Mike Dunn
1
-0
/
+1
2012-03-27
mtd: do not use plain 0 as NULL
Artem Bityutskiy
1
-2
/
+2
2012-01-09
mtd: convert drivers/mtd/* to use module_platform_driver()
Axel Lin
1
-14
/
+1
2011-11-07
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-15
/
+7
[next]