index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
omap2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failed
Roger Quadros
2016-08-29
1
-1
/
+1
*
Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd
Linus Torvalds
2016-08-02
1
-7
/
+4
|
\
|
*
mtd: nand: omap2: fix return value check in omap_nand_probe()
Wei Yongjun
2016-07-16
1
-2
/
+2
|
*
mtd: nand: omap2: Support parsing dma channel information from DT
Cooper Jr., Franklin
2016-05-30
1
-5
/
+2
*
|
mtd: nand: omap2: Add check for old elm binding
Teresa Remmet
2016-07-14
1
-2
/
+5
|
/
*
mtd: nand: omap2: Fix high memory dma prefetch transfer
Cooper Jr., Franklin
2016-05-05
1
-11
/
+2
*
mtd: nand: omap2: Start dma request before enabling prefetch
Cooper Jr., Franklin
2016-05-05
1
-4
/
+5
*
mtd: nand: omap2: fix compare_const_fl.cocci warnings
Julia Lawall
2016-05-05
1
-1
/
+1
*
mtd: nand: omap2: set ECC algorithm explicitly
Rafał Miłecki
2016-05-05
1
-0
/
+1
*
mtd: nand: omap2: switch to mtd_ooblayout_ops
Boris Brezillon
2016-05-05
1
-81
/
+121
*
mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriate
Boris Brezillon
2016-04-19
1
-11
/
+14
*
mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()
Boris Brezillon
2016-04-19
1
-11
/
+7
*
mtd: nand: omap2: Implement NAND ready using gpiolib
Roger Quadros
2016-04-15
1
-11
/
+18
*
mtd: nand: omap: Clean up device tree support
Roger Quadros
2016-04-15
1
-20
/
+114
*
mtd: nand: omap: Copy platform data parameters to omap_nand_info data
Roger Quadros
2016-04-15
1
-8
/
+18
*
mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty check
Roger Quadros
2016-04-15
1
-6
/
+4
*
mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registers
Roger Quadros
2016-04-15
1
-1
/
+8
*
mtd: nand: simplify nand_bch_init() usage
Boris BREZILLON
2016-03-08
1
-16
/
+12
*
mtd: nand: return consistent error codes in ecc.correct() implementations
Boris BREZILLON
2016-01-07
1
-3
/
+3
*
mtd: nand: remove useless mtd->priv = chip assignments
Boris BREZILLON
2015-12-18
1
-1
/
+0
*
mtd: nand: omap2: use the mtd instance embedded in struct nand_chip
Boris BREZILLON
2015-12-18
1
-7
/
+7
*
mtd: nand: omap2: create and use mtd_to_omap()
Boris BREZILLON
2015-12-18
1
-34
/
+21
*
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
2015-12-08
1
-6
/
+6
*
mtd: nand: drop unnecessary partition parser data
Brian Norris
2015-11-11
1
-4
/
+2
*
mtd: nand: pass page number to ecc->write_xxx() methods
Boris BREZILLON
2015-10-13
1
-1
/
+2
*
mtd: nand: omap2: show parent device structure in sysfs
Frans Klaver
2015-10-13
1
-2
/
+1
*
mtd: nand: omap: drop condition with no effect
Nicholas Mc Guire
2015-02-06
1
-22
/
+9
*
Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
Linus Torvalds
2014-12-17
1
-15
/
+9
|
\
|
*
mtd: nand: omap: Fix NAND enumeration on 3430 LDP
Roger Quadros
2014-11-26
1
-7
/
+0
|
*
mtd: nand: omap: Synchronize the access to the ECC engine
Rostislav Lisovy
2014-11-05
1
-5
/
+7
|
*
mtd: nand: omap: Do not use global variables
Rostislav Lisovy
2014-10-22
1
-4
/
+3
*
|
mtd: nand: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
/
*
nand: omap2: Replace pr_err with dev_err
Ezequiel García
2014-09-22
1
-13
/
+17
*
nand: omap2: Remove horrible ifdefs to fix module probe
Ezequiel García
2014-09-22
1
-59
/
+71
*
nand: omap2: Add support for flash-based bad block table
Ezequiel García
2014-09-17
1
-1
/
+5
*
mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
Roger Quadros
2014-08-26
1
-1
/
+1
*
mtd: nand: omap: Revert to using software ECC by default
Roger Quadros
2014-08-26
1
-3
/
+11
*
mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error
Ted Juan
2014-05-28
1
-5
/
+5
*
mtd: nand: omap: add support for BCH16_ECC - NAND driver updates
pekon gupta
2014-05-21
1
-0
/
+94
*
mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...
pekon gupta
2014-05-21
1
-1
/
+1
*
mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’
Christian Engelmayer
2014-04-16
1
-1
/
+1
*
mtd: omap2: Use devm_ioremap_resource()
Jingoo Han
2014-03-26
1
-20
/
+3
*
mtd: devices: elm: check for hardware engine's design constraints
Pekon Gupta
2014-03-26
1
-3
/
+6
*
mtd: nand: omap: remove is_elm_present flag
Pekon Gupta
2014-03-20
1
-3
/
+0
*
mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con...
Pekon Gupta
2014-03-20
1
-13
/
+10
*
mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP...
Pekon Gupta
2014-03-20
1
-24
/
+50
*
mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec...
Pekon Gupta
2014-03-20
1
-8
/
+7
*
mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul...
Pekon Gupta
2014-03-20
1
-49
/
+10
*
mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul...
Pekon Gupta
2014-03-20
1
-41
/
+10
*
mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e...
Pekon Gupta
2014-03-20
1
-33
/
+35
[next]