index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
atmel_nand.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd
Linus Torvalds
2013-11-14
1
-53
/
+14
|
\
|
*
mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected
Josh Wu
2013-11-07
1
-1
/
+0
|
*
mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_ds
Josh Wu
2013-10-27
1
-37
/
+9
|
*
mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driver
Josh Wu
2013-10-27
1
-1
/
+2
|
*
mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific code
Josh Wu
2013-10-27
1
-14
/
+3
*
|
mtd: atmel_nand: fix deferred probe from __init
Johan Hovold
2013-09-26
1
-6
/
+7
|
/
*
mtd: atmel_nand: fix error return code in atmel_nand_probe()
Wei Yongjun
2013-08-30
1
-0
/
+1
*
mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sector
Josh Wu
2013-08-30
1
-1
/
+2
*
mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()
Josh Wu
2013-08-30
1
-4
/
+4
*
mtd: nand: use dev_get_platdata()
Jingoo Han
2013-08-30
1
-1
/
+1
*
mtd: atmel_nand: fix the warning when CONFIG_OF is not defined
Josh Wu
2013-08-30
1
-0
/
+2
*
mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sram
Josh Wu
2013-08-05
1
-5
/
+101
*
mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sram
Josh Wu
2013-08-05
1
-6
/
+157
*
mtd: atmel_nand: add Nand Flash Controller (NFC) support
Josh Wu
2013-08-05
1
-33
/
+378
*
mtd: atmel_nand: replace pmecc enable code with one function.
Josh Wu
2013-08-05
1
-15
/
+26
*
mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremap
Jean-Christophe PLAGNIOL-VILLARD
2013-08-05
1
-115
/
+65
*
mtd: atmel_nand: fix pmecc selction for ecc requirement typo
Josh Wu
2013-08-05
1
-3
/
+3
*
mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
2013-08-05
1
-9
/
+0
*
mtd: atmel_nand: using a stronger ECC is not dangerous
Richard Genoud
2013-08-05
1
-1
/
+1
*
mtd: nand: atmel_nand: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-08-05
1
-1
/
+0
*
mtd: atmel_nand: add a new dt binding item for nand dma support
Josh Wu
2013-08-05
1
-8
/
+3
*
mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform data
Josh Wu
2013-08-05
1
-7
/
+6
*
mtd: atmel_nand: use module_platform_driver_probe()
Jingoo Han
2013-04-05
1
-14
/
+1
*
mtd: at91: atmel_nand: for PMECC, add code to check the ONFI parameter ECC re...
Josh Wu
2013-02-12
1
-3
/
+87
*
mtd: atmel_nand: make pmecc-cap, pmecc-sector-size in dts is optional.
Josh Wu
2013-02-12
1
-21
/
+31
*
mtd: atmel_nand: avoid to report an error when lookup table offset is 0.
Josh Wu
2013-02-12
1
-5
/
+4
*
Drivers: mtd: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-3
/
+3
*
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
Linus Torvalds
2012-12-19
1
-11
/
+17
|
\
|
*
mtd: at91: atmel_nand: return bit flips for the PMECC read_page()
Josh Wu
2012-12-03
1
-5
/
+11
|
*
mtd: remove use of __devinit
Bill Pemberton
2012-11-22
1
-6
/
+6
*
|
MTD: atmel_nand: add pinctrl consumer support
Jean-Christophe PLAGNIOL-VILLARD
2012-10-13
1
-0
/
+9
|
/
*
mtd: atmel nand: fix gpio missing request
Jean-Christophe PLAGNIOL-VILLARD
2012-09-29
1
-2
/
+63
*
mtd: at91: atmel_nand: add Programmable Multibit ECC controller support
Josh Wu
2012-07-06
1
-6
/
+751
*
mtd: at91: add dt parameters for Atmel PMECC
Josh Wu
2012-07-06
1
-1
/
+51
*
mtd: at91: extract hw ecc initialization to one function
Josh Wu
2012-07-06
1
-61
/
+66
*
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
2012-05-13
1
-2
/
+3
*
mtd: nand: read_page() returns max_bitflips
Mike Dunn
2012-05-13
1
-3
/
+6
*
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
Linus Torvalds
2012-03-30
1
-0
/
+1
|
\
|
*
mtd: flash drivers set ecc strength
Mike Dunn
2012-03-27
1
-0
/
+1
|
*
mtd: do not use plain 0 as NULL
Artem Bityutskiy
2012-03-27
1
-2
/
+2
*
|
atmel/nand: add DT support
Jean-Christophe PLAGNIOL-VILLARD
2012-03-15
1
-20
/
+93
*
|
mtd/atmel_nand: add on_flash_bbt to enable the use of On Flash BBT
Jean-Christophe PLAGNIOL-VILLARD
2012-03-15
1
-1
/
+1
*
|
ATMEL: fix nand ecc support
Jean-Christophe PLAGNIOL-VILLARD
2012-03-15
1
-19
/
+6
|
/
*
Revert "mtd: atmel_nand: optimize read/write buffer functions"
Artem Bityutskiy
2012-02-04
1
-4
/
+41
*
ARM: at91/nand: use gpio_is_valid to check the gpio
Jean-Christophe PLAGNIOL-VILLARD
2011-11-29
1
-4
/
+4
*
mtd: atmel_nand: optimize read/write buffer functions
Nicolas Ferre
2011-09-11
1
-41
/
+4
*
mtd: atmel_nand: fix wrong use of 0 as NULL
Nicolas Ferre
2011-09-11
1
-1
/
+1
*
mtd: atmel_nand.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
2011-09-11
1
-17
/
+2
*
mtd: atmel_nand don't specify default parsing options
Dmitry Eremin-Solenikov
2011-09-11
1
-8
/
+1
*
mtd: ATMEL, AVR32: inline nand partition table access
Dmitry Eremin-Solenikov
2011-09-11
1
-3
/
+4
[next]