Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3b0de5625e5a681cfe3f8df42e6274170ed877b4
/
drivers
/
mtd
/
nand
/
nandsim.c
8bc4d5f
Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 8 years ago
e4225ae
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
by Rafał Miłecki
· 9 years ago
7778478
mtd: nandsim: add __init attribute
by Julia Lawall
· 9 years ago
8ae6bcd
mtd: nand: nandsim: set ECC algorithm explicitly
by Rafał Miłecki
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
c66b651
mtd: nandsim: use nand_get_controller_data()
by Brian Norris
· 9 years ago
d699ed2
mtd: nand: make use of nand_set/get_controller_data() helpers
by Boris BREZILLON
· 9 years ago
37f5a54
mtd: nand: remove useless mtd->priv = chip assignments
by Boris BREZILLON
· 9 years ago
ed10f16
mtd: nand: nandsim: use the mtd instance embedded in struct nand_chip
by Boris BREZILLON
· 9 years ago
862eba5
mtd: nand: make use of mtd_to_nand() in NAND core code
by Boris BREZILLON
· 9 years ago
0791a5f
mtd: nandsim: drop null test before destroy functions
by Julia Lawall
· 9 years ago
5891a8d
mtd: nandsim: fix double free
by shengyong
· 9 years ago
ec7478f
mtd: nandsim: fix free of NULL pointer
by shengyong
· 9 years ago
641c792
mtd: nandsim: Fix kasprintf() usage
by Richard Weinberger
· 9 years ago
e0377cd
mtd: nand: Request strength instead of bytes for soft BCH
by Aaron Sierra
· 10 years ago
69a559e
nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIA
by Akinobu Mita
· 10 years ago
b00358a
nandsim: add id_bytes module parameter
by Akinobu Mita
· 10 years ago
b033e1a
mtd: nandsim: fix integer widening
by Brian Norris
· 10 years ago
7f7f25e
replace checking for ->read/->aio_read presence with check in ->f_mode
by Al Viro
· 11 years ago
82cb6ac
Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 11 years ago
4fd18ae
mtd: nandsim: don't call nand_default_bbt() directly
by Brian Norris
· 11 years ago
72c2d53
file->f_op is never NULL...
by Al Viro
· 11 years ago
b2b263f2
mtd: nandsim: Staticize local symbols
by Jingoo Han
· 11 years ago
2f3b07a
mtd: nandsim: remove unused ns->geom.oobshift
by Akinobu Mita
· 11 years ago
8e716a8
mtd: nandsim: remove unused code
by Akinobu Mita
· 11 years ago
6d07fcf
mtd: nandsim: use NS_RAW_OFFSET()
by Akinobu Mita
· 11 years ago
3b8b8fa
mtd: nandsim: simplify NS_RAW_OFFSET()
by Akinobu Mita
· 11 years ago
f03a572
mtd: nandsim: use kasprintf()
by Akinobu Mita
· 11 years ago
08efe91
mtd: nandsim: convert pages_written[] to bitmap
by Akinobu Mita
· 11 years ago
51148f1
mtd: nand: remove few tiny page NAND bits
by Artem Bityutskiy
· 12 years ago
68aa352de
mtd: nand: rename the id field of 'struct nand_flash_dev'
by Artem Bityutskiy
· 12 years ago
0be718e
mtd: nand: remove a bunch of unused commands
by Artem Bityutskiy
· 12 years ago
48476df
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
7bb307e
export kernel_write(), convert open-coded instances
by Al Viro
· 12 years ago
aca662a
mtd: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
ca2a88f
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
7e45bf8
mtd: nandsim: use prandom_bytes
by Akinobu Mita
· 12 years ago
5346c27
mtd: nandsim: Introduce debugfs infrastructure
by Ezequiel Garcia
· 12 years ago
bb0a13a
mtd: nandsim: bugfix: fail if overridesize is too big
by Richard Genoud
· 12 years ago
657f28f
mtd: kill MTD_NAND_VERIFY_WRITE
by Huang Shijie
· 12 years ago
596fd46
mtd: nandsim: don't open code a do_div helper
by Herton Ronaldo Krzesinski
· 12 years ago
831d316
mtd: nandsim: remove autoincrement code
by Brian Norris
· 13 years ago
5942ddb
mtd: introduce mtd_block_markbad interface
by Artem Bityutskiy
· 13 years ago
bb9ebd4
mtd: nand: rename NAND_USE_FLASH_BBT
by Brian Norris
· 13 years ago
a40f734
mtd: nand: consolidate redundant flash-based BBT flags
by Brian Norris
· 13 years ago
ee0e87b
mtd: convert remaining users to mtd_device_register()
by Jamie Iles
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
fc2ff59
mtd: nand: enable software BCH ECC in nand simulator
by Ivan Djelic
· 14 years ago
309b5e4
mtd: use vzalloc
by Joe Perches
· 14 years ago
daf05ec
mtd: nandsim: spell fixes in comments
by srimugunthan
· 14 years ago
ce85b79
mtd: nandsim: add module param for BBT handling
by Sebastian Andrzej Siewior
· 14 years ago
7b8516b
mtd: nandsim: remove casts from void
by Kulikov Vasiliy
· 14 years ago
0bfa4df
mtd: nandsim: make some structures anonymous
by Artem Bityutskiy
· 15 years ago
e99e90a
mtd: nandsim: Define CONFIG_NANDSIM_MAX_PARTS and use it instead of MAX_MTD_DEVICES
by Ben Hutchings
· 15 years ago
6029a3a
mtd: nandsim: fix spelling
by Andrey Yurovsky
· 15 years ago
7535266
mtd: nandsim: add support for 4KiB pages
by Sebastian Andrzej Siewior
· 15 years ago
a5cce42
[MTD] [NAND] fix nandsim sched.h references
by Randy Dunlap
· 16 years ago
0f07a0b
[MTD] [NAND] Remove strange u_int64_t types from nandsim
by David Woodhouse
· 16 years ago
8a4c249
MTD: nandsim: use less RAM
by Alexey Korolev
· 16 years ago
a9fc899
MTD: nandsim: add option to use a file to cache pages
by Adrian Hunter
· 16 years ago
9359ea46
MTD: nandsim: suppress unnecessary warning
by Adrian Hunter
· 16 years ago
d483492
[MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #include
by Huang Weiyi
· 16 years ago
e4c094a
[MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warnings
by Andrew Morton
· 16 years ago
fc1f397
[MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.h
by Andrew Morton
· 16 years ago
74216be
[MTD] [NAND] nandsim: support random page read command
by Artem Bityutskiy
· 16 years ago
4474573
[MTD] [NAND] nandsim: missing header for do_div
by Randy Dunlap
· 16 years ago
59018b6
MTD/JFFS2: remove CVS keywords
by Adrian Bunk
· 16 years ago
6eda7a5
[MTD] [NAND] nandsim: allow for 64-bit size
by Adrian Hunter
· 16 years ago
07293b2
[MTD] [NAND] nandsim: fix overridesize
by Adrian Hunter
· 16 years ago
af3decc
[MTD] [NAND] nandsim: fix size bug
by Adrian Hunter
· 16 years ago
8e87d78
drivers/mtd/: Spelling fixes
by Joe Perches
· 17 years ago
39e73fc
[MTD] [NAND] nandsim: bugfix in initialization
by Artem Bityutskiy
· 17 years ago
98b830d
[MTD] [NAND] nandsim: avoid deadlocking FS
by Artem Bityutskiy
· 17 years ago
a5ac8ae
[MTD] nandsim: enhance nandsim to allow arbitrary NAND size
by Adrian Hunter
· 18 years ago
57aa6b5
[MTD] nandsim: Enhance nandsim optionally to report wear information
by Adrian Hunter
· 18 years ago
514087e7
[MTD] nandsim: enhance nandsim to simulate flash errors
by Adrian Hunter
· 18 years ago
2b77a0e
[MTD] nandsim: add partition capability to nandsim
by Adrian Hunter
· 18 years ago
4a0c50c
[MTD] nandsim: bugfix in page addressing
by Artem Bityutskiy
· 18 years ago
95b93a0
[MTD] replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
82810b7b6
[MTD] NAND: nandsim: support subpage write
by Artem Bityutskiy
· 18 years ago
a560214
[MTD] NAND: nandsim coding style fix
by Vijay Kumar
· 18 years ago
d086d43
[MTD] NAND: nandsim page-wise allocation (2/2)
by Vijay Kumar
· 18 years ago
47e3774
[MTD] NAND: nandsim page-wise allocation (1/2)
by Vijay Kumar
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
cad74f2
[MTD] NAND remove write_byte/word function from nand_chip
by Thomas Gleixner
· 18 years ago
7abd3ef
[MTD] Refactor NAND hwcontrol to cmd_ctrl
by Thomas Gleixner
· 18 years ago
4cbb9b8
Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/
by Thomas Gleixner
· 18 years ago
6dfc6d2
[MTD] NAND modularize ECC
by Thomas Gleixner
· 18 years ago
2831877
[MTD] Introduce writesize
by Joern Engel
· 18 years ago
552d920
[MTD] Fix module refcounting in NAND board drivers.
by David Woodhouse
· 19 years ago
2b9175c
[MTD] Make functions static, include header files with prototypes
by Adrian Bunk
· 19 years ago
61b03bd
[MTD] NAND: Clean up trailing white spaces
by Thomas Gleixner
· 19 years ago
5150228
[MTD] NAND nandsim: Use NAND_SKIP_BBT option
by Artem B. Bityuckiy
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago