index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2017-10-27
mtd: nand: omap2: Fix subpage write
Roger Quadros
1
-115
/
+224
2017-10-14
mtd: nand: omap2: Do not assign omap_nand_info to platform drvdata
Ladislav Michl
1
-1
/
+0
2017-10-14
mtd: nand: omap2: Remove omap_nand_platform_data
Ladislav Michl
1
-29
/
+8
2017-08-13
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
1
-1
/
+1
2017-04-25
mtd: nand: omap2: Fix partition creation via cmdline mtdparts
Roger Quadros
1
-0
/
+9
2016-11-07
mtd: nand: omap2: return error code of nand_scan_ident/tail() on error
Masahiro Yamada
1
-5
/
+4
2016-10-17
mtd: nand: omap2: Fix module autoload
Javier Martinez Canillas
1
-0
/
+1
2016-08-29
mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failed
Roger Quadros
1
-1
/
+1
2016-08-03
Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-7
/
+4
2016-07-16
mtd: nand: omap2: fix return value check in omap_nand_probe()
Wei Yongjun
1
-2
/
+2
2016-07-14
mtd: nand: omap2: Add check for old elm binding
Teresa Remmet
1
-2
/
+5
2016-05-30
mtd: nand: omap2: Support parsing dma channel information from DT
Cooper Jr., Franklin
1
-5
/
+2
2016-05-06
mtd: nand: omap2: Fix high memory dma prefetch transfer
Cooper Jr., Franklin
1
-11
/
+2
2016-05-06
mtd: nand: omap2: Start dma request before enabling prefetch
Cooper Jr., Franklin
1
-4
/
+5
2016-05-06
mtd: nand: omap2: fix compare_const_fl.cocci warnings
Julia Lawall
1
-1
/
+1
2016-05-06
mtd: nand: omap2: set ECC algorithm explicitly
Rafał Miłecki
1
-0
/
+1
2016-05-06
mtd: nand: omap2: switch to mtd_ooblayout_ops
Boris Brezillon
1
-81
/
+121
2016-04-19
mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
1
-11
/
+14
2016-04-19
mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
1
-11
/
+7
2016-04-15
mtd: nand: omap2: Implement NAND ready using gpiolib
Roger Quadros
1
-11
/
+18
2016-04-15
mtd: nand: omap: Clean up device tree support
Roger Quadros
1
-20
/
+114
2016-04-15
mtd: nand: omap: Copy platform data parameters to omap_nand_info data
Roger Quadros
1
-8
/
+18
2016-04-15
mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty check
Roger Quadros
1
-6
/
+4
2016-04-15
mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registers
Roger Quadros
1
-1
/
+8
2016-03-08
mtd: nand: simplify nand_bch_init() usage
Boris BREZILLON
1
-16
/
+12
2016-01-07
mtd: nand: return consistent error codes in ecc.correct() implementations
Boris BREZILLON
1
-3
/
+3
2015-12-19
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
1
-1
/
+0
2015-12-18
mtd: nand: omap2: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
1
-7
/
+7
2015-12-18
mtd: nand: omap2: create and use mtd_to_omap()
Boris BREZILLON
1
-34
/
+21
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
1
-6
/
+6
2015-11-12
mtd: nand: drop unnecessary partition parser data
Brian Norris
1
-4
/
+2
2015-10-13
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
1
-1
/
+2
2015-10-13
mtd: nand: omap2: show parent device structure in sysfs
Frans Klaver
1
-2
/
+1
2015-02-06
mtd: nand: omap: drop condition with no effect
Nicholas Mc Guire
1
-22
/
+9
2014-12-17
Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-15
/
+9
2014-11-26
mtd: nand: omap: Fix NAND enumeration on 3430 LDP
Roger Quadros
1
-7
/
+0
2014-11-06
mtd: nand: omap: Synchronize the access to the ECC engine
Rostislav Lisovy
1
-5
/
+7
2014-10-22
mtd: nand: omap: Do not use global variables
Rostislav Lisovy
1
-4
/
+3
2014-10-20
mtd: nand: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-22
nand: omap2: Replace pr_err with dev_err
Ezequiel García
1
-13
/
+17
2014-09-22
nand: omap2: Remove horrible ifdefs to fix module probe
Ezequiel García
1
-59
/
+71
2014-09-17
nand: omap2: Add support for flash-based bad block table
Ezequiel García
1
-1
/
+5
2014-08-26
mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
Roger Quadros
1
-1
/
+1
2014-08-26
mtd: nand: omap: Revert to using software ECC by default
Roger Quadros
1
-3
/
+11
2014-05-29
mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error
Ted Juan
1
-5
/
+5
2014-05-21
mtd: nand: omap: add support for BCH16_ECC - NAND driver updates
pekon gupta
1
-0
/
+94
2014-05-21
mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...
pekon gupta
1
-1
/
+1
2014-04-16
mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’
Christian Engelmayer
1
-1
/
+1
2014-03-26
mtd: omap2: Use devm_ioremap_resource()
Jingoo Han
1
-20
/
+3
2014-03-26
mtd: devices: elm: check for hardware engine's design constraints
Pekon Gupta
1
-3
/
+6
[next]