index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
omap2.c
Commit message (
Expand
)
Author
Age
*
mtd: nand: omap: drop condition with no effect
Nicholas Mc Guire
2015-02-05
*
Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
Linus Torvalds
2014-12-17
|
\
|
*
mtd: nand: omap: Fix NAND enumeration on 3430 LDP
Roger Quadros
2014-11-26
|
*
mtd: nand: omap: Synchronize the access to the ECC engine
Rostislav Lisovy
2014-11-05
|
*
mtd: nand: omap: Do not use global variables
Rostislav Lisovy
2014-10-22
*
|
mtd: nand: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
|
/
*
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-22
*
nand: omap2: Add support for flash-based bad block table
Ezequiel García
2014-09-17
*
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-08-25
*
mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error
Ted Juan
2014-05-28
*
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-05-20
*
mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’
Christian Engelmayer
2014-04-16
*
mtd: omap2: Use devm_ioremap_resource()
Jingoo Han
2014-03-26
*
mtd: devices: elm: check for hardware engine's design constraints
Pekon Gupta
2014-03-26
*
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-03-20
*
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-02-23
*
mtd: omap2: use nand_base defaults for polled I/O
Brian Norris
2014-01-07
*
mtd: nand: omap: fix error return code in omap_nand_probe()
Wei Yongjun
2013-11-07
*
mtd: nand: omap: updated devm_xx for all resource allocation and free calls
Pekon Gupta
2013-11-07
*
mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead ...
Pekon Gupta
2013-11-07
*
mtd: nand: omap: clean-up ecc layout for BCH ecc schemes
Pekon Gupta
2013-11-07
*
mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_p...
Pekon Gupta
2013-11-07
*
mtd: nand: omap: use DT specified bus-width only for scanning NAND device
Pekon Gupta
2013-11-07
*
mtd: nand: omap: cleanup: replace local references with generic framework names
Pekon Gupta
2013-11-07
*
mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes
Pekon Gupta
2013-11-07
*
mtd: nand: use dev_get_platdata()
Jingoo Han
2013-08-30
*
mtd: nand: remove NAND_BBT_SCANEMPTY
Brian Norris
2013-08-30
*
mtd: nand: omap2: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-08-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-04-05
*
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
2013-03-02
|
\
|
*
mtd: nand: omap2: Support for hardware BCH error correction.
Philip Avinash
2013-02-04
|
*
mtd: nand: omap2: Update nerrors using ecc.strength
Philip Avinash
2013-02-04
[next]