index
:
kernel
0x221E-v0.0.1-v6.19
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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
omap2.c
Age
Commit message (
Expand
)
Author
2015-02-05
mtd: nand: omap: drop condition with no effect
Nicholas Mc Guire
2014-12-17
Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
Linus Torvalds
2014-11-25
mtd: nand: omap: Fix NAND enumeration on 3430 LDP
Roger Quadros
2014-11-05
mtd: nand: omap: Synchronize the access to the ECC engine
Rostislav Lisovy
2014-10-22
mtd: nand: omap: Do not use global variables
Rostislav Lisovy
2014-10-20
mtd: nand: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-22
nand: omap2: Replace pr_err with dev_err
Ezequiel García
2014-09-22
nand: omap2: Remove horrible ifdefs to fix module probe
Ezequiel García
2014-09-17
nand: omap2: Add support for flash-based bad block table
Ezequiel García
2014-08-25
mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
Roger Quadros
2014-08-25
mtd: nand: omap: Revert to using software ECC by default
Roger Quadros
2014-05-28
mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error
Ted Juan
2014-05-20
mtd: nand: omap: add support for BCH16_ECC - NAND driver updates
pekon gupta
2014-05-20
mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...
pekon gupta
2014-04-15
mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’
Christian Engelmayer
2014-03-25
mtd: omap2: Use devm_ioremap_resource()
Jingoo Han
2014-03-25
mtd: devices: elm: check for hardware engine's design constraints
Pekon Gupta
2014-03-20
mtd: nand: omap: remove is_elm_present flag
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calcul...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhan...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detectio...
Pekon Gupta
2014-03-20
mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variabl...
Pekon Gupta
2014-03-20
mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nan...
Pekon Gupta
2014-02-23
mtd: nand: omap: fix ecclayout->oobfree->length
Pekon Gupta
2014-02-23
mtd: nand: omap: fix ecclayout->oobfree->offset
Pekon Gupta
2014-02-23
mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driver
Pekon Gupta
2014-01-07
mtd: omap2: use nand_base defaults for polled I/O
Brian Norris
2013-11-06
mtd: nand: omap: fix error return code in omap_nand_probe()
Wei Yongjun
2013-11-06
mtd: nand: omap: updated devm_xx for all resource allocation and free calls
Pekon Gupta
2013-11-06
mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead ...
Pekon Gupta
2013-11-06
mtd: nand: omap: clean-up ecc layout for BCH ecc schemes
Pekon Gupta
2013-11-06
mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_p...
Pekon Gupta
2013-11-06
mtd: nand: omap: use DT specified bus-width only for scanning NAND device
Pekon Gupta
2013-11-06
mtd: nand: omap: cleanup: replace local references with generic framework names
Pekon Gupta
2013-11-06
mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes
Pekon Gupta
2013-08-30
mtd: nand: use dev_get_platdata()
Jingoo Han
2013-08-30
mtd: nand: remove NAND_BBT_SCANEMPTY
Brian Norris
2013-08-05
mtd: nand: omap2: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-04-05
mtd: omap2: use msecs_to_jiffies()
Toan Pham
2013-04-05
mtd: devices: elm: check for device's presence before configuration
Daniel Mack
2013-03-02
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
2013-02-04
mtd: nand: omap2: Support for hardware BCH error correction.
Philip Avinash
2013-02-04
mtd: nand: omap2: Update nerrors using ecc.strength
Philip Avinash
[next]