index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
fsmc_nand.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: fsmc_nand: use dmaengine_terminate_all() API
Vinod Koul
2014-10-15
1
-1
/
+1
*
mtd: fsmc_nand: use dev_warn() instead of printk()
Jingoo Han
2014-01-07
1
-4
/
+4
*
mtd: fsmc_nand: Remove unnecessary OOM messages
Jingoo Han
2014-01-07
1
-6
/
+2
*
dmaengine: remove DMA unmap flags
Bartlomiej Zolnierkiewicz
2013-11-14
1
-2
/
+0
*
mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resource
Julia Lawall
2013-08-30
1
-12
/
+0
*
mtd: nand: fsmc_nand: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-08-05
1
-2
/
+0
*
mtd: nand: fsmc: update of OF support
Mian Yousaf Kaukab
2013-08-05
1
-0
/
+18
*
mtd: fsmc_nand: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-08-05
1
-4
/
+2
*
mtd: fsmc_nand: use module_platform_driver_probe()
Jingoo Han
2013-04-05
1
-12
/
+1
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-02-26
1
-8
/
+14
|
\
|
*
mtd: fsmc_nand: add missing DMA unmap to dma_xfer()
Bartlomiej Zolnierkiewicz
2013-01-07
1
-8
/
+14
*
|
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-21
1
-0
/
+1
|
\
\
|
*
|
ARM: nomadik: add FSMC NAND
Linus Walleij
2013-01-28
1
-0
/
+1
*
|
|
mtd: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-25
1
-20
/
+13
|
/
/
*
|
Drivers: mtd: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-2
/
+2
|
/
*
mtd: remove use of __devinit
Bill Pemberton
2012-11-22
1
-2
/
+2
*
mtd: fsmc_nand: use relaxed variants of io accessors
Vipin Kumar
2012-11-15
1
-25
/
+29
*
mtd: fsmc_nand: modify the wait to uninterruptible
Vipin Kumar
2012-11-15
1
-1
/
+1
*
mtd: fsmc_nand: change the type for regs to void __iomem *
Vipin Kumar
2012-11-15
1
-1
/
+1
*
mtd: fsmc_nand: pass the ale and cmd resource via resource
Jean-Christophe PLAGNIOL-VILLARD
2012-11-15
1
-33
/
+11
*
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
2012-05-13
1
-1
/
+2
*
mtd: nand: read_page() returns max_bitflips
Mike Dunn
2012-05-13
1
-3
/
+6
*
mtd: fsmc_nand: Add clk_{un}prepare() support
Viresh Kumar
2012-05-13
1
-7
/
+7
*
mtd: Add device-tree support to fsmc_nand
Stefan Roese
2012-03-27
1
-1
/
+56
*
mtd: nand/fsmc: Remove sparse warnings and errors
Vipin Kumar
2012-03-27
1
-46
/
+45
*
mtd: nand/fsmc: Add DMA support
Vipin Kumar
2012-03-27
1
-5
/
+163
*
mtd: nand/fsmc: Access the NAND device word by word whenever possible
Vipin Kumar
2012-03-27
1
-0
/
+55
*
mtd: nand/fsmc: Use dev_err to report error scenario
Vipin Kumar
2012-03-27
1
-0
/
+7
*
mtd: nand/fsmc: Use devm routines
Vipin Kumar
2012-03-27
1
-91
/
+43
*
mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform
Vipin Kumar
2012-03-27
1
-8
/
+33
*
mtd: fsmc_nand: add pm callbacks to support hibernation
Shiraz Hashim
2012-03-27
1
-6
/
+6
*
mtd: nand/fsmc: Initialize the badblockbits to 7
Vipin Kumar
2012-03-27
1
-0
/
+1
*
mtd: nand/fsmc: Flip the bit only if the error index is < 4096
Vipin Kumar
2012-03-27
1
-1
/
+1
*
mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices
Vipin Kumar
2012-03-27
1
-1
/
+3
*
mtd: nand/fsmc: Correct the multiline comment format
Vipin Kumar
2012-03-27
1
-4
/
+4
*
mtd: nand/fsmc: Remove default partition information from driver
Armando Visconti
2012-03-27
1
-58
/
+0
*
mtd: nand/fsmc: Pass partition information through platform data
Vipin Kumar
2012-03-27
1
-6
/
+7
*
mtd: flash drivers set ecc strength
Mike Dunn
2012-03-27
1
-0
/
+2
*
mtd: do not use plain 0 as NULL
Artem Bityutskiy
2012-03-27
1
-7
/
+7
*
mtd: fsmc: Support of 224-bytes OOB area length
Armando Visconti
2012-03-27
1
-0
/
+40
*
mtd: fsmc: Improve the fsmc_correct_data() routine
Armando Visconti
2012-03-27
1
-21
/
+17
*
mtd: fsmc: fixed data abort inside change_bit()
Armando Visconti
2012-03-27
1
-1
/
+1
*
mtd: fsmc: use ALE and CLE offsets from platform data
Shiraz Hashim
2012-03-27
1
-4
/
+5
*
mtd: fsmc_nand: ECC1 & ECC4 layout separated for different page sizes
Bhavna Yadav
2012-03-27
1
-17
/
+159
*
mtd: fsmc: Newly erased page read algorithm implemented
Vipin Kumar
2012-03-27
1
-4
/
+52
*
mtd: fsmc_nand.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
2011-09-11
1
-57
/
+9
*
mtd: fsmc_nand don't specify default parsing options
Dmitry Eremin-Solenikov
2011-09-11
1
-9
/
+2
*
mtd: fsmc_nand: fix a memory leak
Axel Lin
2011-09-11
1
-1
/
+1
*
mtd: fsmc_nand: convert to mtd_device_register()
Jamie Iles
2011-05-25
1
-21
/
+4
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-5
/
+5
[next]