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
/
fsmc_nand.c
Commit message (
Expand
)
Author
Age
*
mtd: remove use of __devinit
Bill Pemberton
2012-11-22
*
mtd: fsmc_nand: use relaxed variants of io accessors
Vipin Kumar
2012-11-15
*
mtd: fsmc_nand: modify the wait to uninterruptible
Vipin Kumar
2012-11-15
*
mtd: fsmc_nand: change the type for regs to void __iomem *
Vipin Kumar
2012-11-15
*
mtd: fsmc_nand: pass the ale and cmd resource via resource
Jean-Christophe PLAGNIOL-VILLARD
2012-11-15
*
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
2012-05-14
*
mtd: nand: read_page() returns max_bitflips
Mike Dunn
2012-05-14
*
mtd: fsmc_nand: Add clk_{un}prepare() support
Viresh Kumar
2012-05-13
*
mtd: Add device-tree support to fsmc_nand
Stefan Roese
2012-03-26
*
mtd: nand/fsmc: Remove sparse warnings and errors
Vipin Kumar
2012-03-26
*
mtd: nand/fsmc: Add DMA support
Vipin Kumar
2012-03-26
*
mtd: nand/fsmc: Access the NAND device word by word whenever possible
Vipin Kumar
2012-03-26
*
mtd: nand/fsmc: Use dev_err to report error scenario
Vipin Kumar
2012-03-26
*
mtd: nand/fsmc: Use devm routines
Vipin Kumar
2012-03-26
*
mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform
Vipin Kumar
2012-03-26
*
mtd: fsmc_nand: add pm callbacks to support hibernation
Shiraz Hashim
2012-03-26
*
mtd: nand/fsmc: Initialize the badblockbits to 7
Vipin Kumar
2012-03-26
*
mtd: nand/fsmc: Flip the bit only if the error index is < 4096
Vipin Kumar
2012-03-26
*
mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices
Vipin Kumar
2012-03-26
*
mtd: nand/fsmc: Correct the multiline comment format
Vipin Kumar
2012-03-26
*
mtd: nand/fsmc: Remove default partition information from driver
Armando Visconti
2012-03-26
*
mtd: nand/fsmc: Pass partition information through platform data
Vipin Kumar
2012-03-26
*
mtd: flash drivers set ecc strength
Mike Dunn
2012-03-26
*
mtd: do not use plain 0 as NULL
Artem Bityutskiy
2012-03-26
*
mtd: fsmc: Support of 224-bytes OOB area length
Armando Visconti
2012-03-26
*
mtd: fsmc: Improve the fsmc_correct_data() routine
Armando Visconti
2012-03-26
*
mtd: fsmc: fixed data abort inside change_bit()
Armando Visconti
2012-03-26
*
mtd: fsmc: use ALE and CLE offsets from platform data
Shiraz Hashim
2012-03-26
*
mtd: fsmc_nand: ECC1 & ECC4 layout separated for different page sizes
Bhavna Yadav
2012-03-26
*
mtd: fsmc: Newly erased page read algorithm implemented
Vipin Kumar
2012-03-26
*
mtd: fsmc_nand.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: fsmc_nand don't specify default parsing options
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: fsmc_nand: fix a memory leak
Axel Lin
2011-09-11
*
mtd: fsmc_nand: convert to mtd_device_register()
Jamie Iles
2011-05-24
*
Fix common misspellings
Lucas De Marchi
2011-03-31
*
mtd: FSMC NAND use the PrimeCell identifier macros
Linus Walleij
2010-12-03
*
mtd: FSMC NAND remove PARTITION macro and fix compile noise
Linus Walleij
2010-12-03
*
mtd: generic FSMC NAND MTD driver
Linus Walleij
2010-10-24