index
:
kernel/linux.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
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
atmel_nand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-31
mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sector
Josh Wu
1
-1
/
+2
2013-08-31
mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()
Josh Wu
1
-4
/
+4
2013-08-31
mtd: nand: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-31
mtd: atmel_nand: fix the warning when CONFIG_OF is not defined
Josh Wu
1
-0
/
+2
2013-08-06
mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sram
Josh Wu
1
-5
/
+101
2013-08-06
mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sram
Josh Wu
1
-6
/
+157
2013-08-06
mtd: atmel_nand: add Nand Flash Controller (NFC) support
Josh Wu
1
-33
/
+378
2013-08-06
mtd: atmel_nand: replace pmecc enable code with one function.
Josh Wu
1
-15
/
+26
2013-08-06
mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremap
Jean-Christophe PLAGNIOL-VILLARD
1
-115
/
+65
2013-08-06
mtd: atmel_nand: fix pmecc selction for ecc requirement typo
Josh Wu
1
-3
/
+3
2013-08-06
mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
1
-9
/
+0
2013-08-06
mtd: atmel_nand: using a stronger ECC is not dangerous
Richard Genoud
1
-1
/
+1
2013-08-05
mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-08-05
mtd: atmel_nand: add a new dt binding item for nand dma support
Josh Wu
1
-8
/
+3
2013-08-05
mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform data
Josh Wu
1
-7
/
+6
2013-04-05
mtd: atmel_nand: use module_platform_driver_probe()
Jingoo Han
1
-14
/
+1
2013-02-12
mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...
Josh Wu
1
-3
/
+87
2013-02-12
mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.
Josh Wu
1
-21
/
+31
2013-02-12
mtd: atmel_nand: avoid to report an error when lookup table offset is 0.
Josh Wu
1
-5
/
+4
2013-01-04
Drivers: mtd: remove __dev* attributes.
Greg Kroah-Hartman
1
-3
/
+3
2012-12-20
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-11
/
+17
2012-12-03
mtd: at91: atmel_nand: return bit flips for the PMECC read_page()
Josh Wu
1
-5
/
+11
2012-11-22
mtd: remove use of __devinit
Bill Pemberton
1
-6
/
+6
2012-10-13
MTD: atmel_nand: add pinctrl consumer support
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+9
2012-09-29
mtd: atmel nand: fix gpio missing request
Jean-Christophe PLAGNIOL-VILLARD
1
-2
/
+63
2012-07-06
mtd: at91: atmel_nand: add Programmable Multibit ECC controller support
Josh Wu
1
-6
/
+751
2012-07-06
mtd: at91: add dt parameters for Atmel PMECC
Josh Wu
1
-1
/
+51
2012-07-06
mtd: at91: extract hw ecc initialization to one function
Josh Wu
1
-61
/
+66
2012-05-14
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
1
-2
/
+3
2012-05-14
mtd: nand: read_page() returns max_bitflips
Mike Dunn
1
-3
/
+6
2012-03-31
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-0
/
+1
2012-03-27
mtd: flash drivers set ecc strength
Mike Dunn
1
-0
/
+1
2012-03-27
mtd: do not use plain 0 as NULL
Artem Bityutskiy
1
-2
/
+2
2012-03-15
atmel/nand: add DT support
Jean-Christophe PLAGNIOL-VILLARD
1
-20
/
+93
2012-03-15
mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBT
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2012-03-15
ATMEL: fix nand ecc support
Jean-Christophe PLAGNIOL-VILLARD
1
-19
/
+6
2012-02-04
Revert "mtd: atmel_nand: optimize read/write buffer functions"
Artem Bityutskiy
1
-4
/
+41
2011-11-29
ARM: at91/nand: use gpio_is_valid to check the gpio
Jean-Christophe PLAGNIOL-VILLARD
1
-4
/
+4
2011-09-11
mtd: atmel_nand: optimize read/write buffer functions
Nicolas Ferre
1
-41
/
+4
2011-09-11
mtd: atmel_nand: fix wrong use of 0 as NULL
Nicolas Ferre
1
-1
/
+1
2011-09-11
mtd: atmel_nand.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
1
-17
/
+2
2011-09-11
mtd: atmel_nand don't specify default parsing options
Dmitry Eremin-Solenikov
1
-8
/
+1
2011-09-11
mtd: ATMEL, AVR32: inline nand partition table access
Dmitry Eremin-Solenikov
1
-3
/
+4
2011-09-11
mtd: nand: rename NAND_USE_FLASH_BBT
Brian Norris
1
-1
/
+1
2011-09-11
mtd: nand: consolidate redundant flash-based BBT flags
Brian Norris
1
-1
/
+1
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2011-06-22
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-2
/
+2
2011-05-25
mtd: atmel_nand: convert to mtd_device_register()
Jamie Iles
1
-11
/
+1
2011-05-25
mtd: atmel_nand: add missing include of linux/dmaengine.h
Hans-Christian Egtvedt
1
-0
/
+1
[prev]
[next]