Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
dd5127010afa560b1cfde7e2cffeadabdd20885d
/
include
/
linux
/
mtd
623ff77
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
96f951e
Add #includes needed to permit the removal of asm/system.h
by David Howells
· 13 years ago
6551ab5
mtd: add device-tree support to spear_smi
by Stefan Roese
· 13 years ago
eea6281
mtd: Add device-tree support to fsmc_nand
by Stefan Roese
· 13 years ago
2a5dbead
mtd: nand/fsmc: Remove sparse warnings and errors
by Vipin Kumar
· 13 years ago
4774fb0
mtd: nand/fsmc: Add DMA support
by Vipin Kumar
· 13 years ago
604e754
mtd: nand/fsmc: Access the NAND device word by word whenever possible
by Vipin Kumar
· 13 years ago
e2f6bce
mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform
by Vipin Kumar
· 13 years ago
1d0b95b
mtd: add ecc_strength fields to mtd structs
by Mike Dunn
· 13 years ago
cfe7819
mtd: sh_flctl: Add power management with QoS request
by Bastian Hecht
· 13 years ago
02bfc4e
mtd: fsmc: Move ALE, CLE defines to their respective platform
by Shiraz Hashim
· 13 years ago
b2acc92
mtd: fsmc: use ALE and CLE offsets from platform data
by Shiraz Hashim
· 13 years ago
3f2e924
mtd: sh_flctl: Add FLHOLDCR register
by Bastian Hecht
· 13 years ago
0b3f0d1
mtd: sh_flctl: Use cached register value for FLCMNCR
by Bastian Hecht
· 13 years ago
b6a5588
mtd: sh_flctl: Expand FLCMNCR register bit field
by Bastian Hecht
· 13 years ago
de3cac9
mtd: check for zero length in OTP functions
by Artem Bityutskiy
· 13 years ago
c3faac4
mtd: remove junk pmc551.h
by Artem Bityutskiy
· 13 years ago
664addc
mtd: remove R/O checking duplication
by Artem Bityutskiy
· 13 years ago
8273a0c
mtd: add offset and length checks to the API function
by Artem Bityutskiy
· 13 years ago
5e4e6e3
mtd: return error code from mtd_unpoint
by Artem Bityutskiy
· 13 years ago
e2414f4
mtd: nand: write BBM to OOB even with flash-based BBT
by Brian Norris
· 13 years ago
3c3c10b
mtd: add leading underscore to all mtd functions
by Artem Bityutskiy
· 13 years ago
f18dbbb
mtd: ST SPEAr: Add SMI driver for serial NOR flash
by Shiraz Hashim
· 13 years ago
661a083
mtd: nand: correct comment on nand_chip badblockbits
by Brian Norris
· 13 years ago
70d5098
mtd: mtdblock: call mtd_sync() only if opened for write
by Alexander Stein
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
71b1b20
Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3
by Linus Torvalds
· 13 years ago
7d73101
mtd: fix merge conflict resolution breakage
by Artem Bityutskiy
· 13 years ago
d3712b9
Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream
by Linus Torvalds
· 13 years ago
1a30871
mtd: fix MTD suspend
by Artem Bityutskiy
· 13 years ago
57f2685
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
800ffd3
mtd: do not use mtd->block_markbad directly
by Artem Bityutskiy
· 13 years ago
8f461a7
mtd: introduce mtd_can_have_bb helper
by Artem Bityutskiy
· 13 years ago
079c985
mtd: do not use mtd->suspend and mtd->resume directly
by Artem Bityutskiy
· 13 years ago
3813456
mtd: do not use mtd->lock, unlock and is_locked directly
by Artem Bityutskiy
· 13 years ago
327cf29
mtd: do not use mtd->sync directly
by Artem Bityutskiy
· 13 years ago
1dbebd3
mtd: harmonize mtd_writev usage
by Artem Bityutskiy
· 13 years ago
e2936b2a
mtd: do not use mtd->lock_user_prot_reg directly
by Artem Bityutskiy
· 13 years ago
27c151a
mtd: mtd->write_user_prot_reg directly
by Artem Bityutskiy
· 13 years ago
b6de3d6
mtd: do not use mtd->read_*_prot_reg directly
by Artem Bityutskiy
· 13 years ago
87e858a9
mtd: do not use mtd->get_*_prot_info directly
by Artem Bityutskiy
· 13 years ago
dac2639
mtd: do not use mtd->read_oob directly
by Artem Bityutskiy
· 13 years ago
016c129
mtd: mtdoops: do not use mtd->panic_write directly
by Artem Bityutskiy
· 13 years ago
cd62127
mtd: do not use mtd->get_unmapped_area directly
by Artem Bityutskiy
· 13 years ago
1093447
mtd: do use mtd->point directly
by Artem Bityutskiy
· 13 years ago
fc002e3
mtd: introduce mtd_has_oob helper
by Artem Bityutskiy
· 13 years ago
52b0203
mtd: clean-up the default_mtd_writev function
by Artem Bityutskiy
· 13 years ago
bac9727
mtd: remove unused default_mtd_readv prototype
by Artem Bityutskiy
· 13 years ago
d5de20a
mtd: kill dev_to_mtd helper
by Artem Bityutskiy
· 13 years ago
9cf075f
mtd: always initialize retlen to zero
by Artem Bityutskiy
· 13 years ago
a88d2dc
mtd: move mtd->{get,put}_device functions up
by Artem Bityutskiy
· 13 years ago
5942ddb
mtd: introduce mtd_block_markbad interface
by Artem Bityutskiy
· 13 years ago
7086c19
mtd: introduce mtd_block_isbad interface
by Artem Bityutskiy
· 13 years ago
ead995f
mtd: introduce mtd_resume interface
by Artem Bityutskiy
· 13 years ago
3fe4bae
mtd: introduce mtd_suspend interface
by Artem Bityutskiy
· 13 years ago
e95e978
mtd: introduce mtd_is_locked interface
by Artem Bityutskiy
· 13 years ago
b66005c
mtd: introduce mtd_unlock interface
by Artem Bityutskiy
· 13 years ago
7799f9a
mtd: introduce mtd_lock interface
by Artem Bityutskiy
· 13 years ago
85f2f2a
mtd: introduce mtd_sync interface
by Artem Bityutskiy
· 13 years ago
b0a31f7
mtd: introduce mtd_writev interface
by Artem Bityutskiy
· 13 years ago
4403dbfb
mtd: introduce mtd_lock_user_prot_reg interface
by Artem Bityutskiy
· 13 years ago
482b43a
mtd: introduce mtd_write_user_prot_reg interface
by Artem Bityutskiy
· 13 years ago
4ea1cab
mtd: introduce mtd_read_user_prot_reg interface
by Artem Bityutskiy
· 13 years ago
855e5d8
mtd: introduce mtd_get_user_prot_info interface
by Artem Bityutskiy
· 13 years ago
d264f72
mtd: introduce mtd_read_fact_prot_reg interface
by Artem Bityutskiy
· 13 years ago
a750b5c
mtd: introduce mtd_get_fact_prot_info interface
by Artem Bityutskiy
· 13 years ago
a2cc5ba
mtd: introduce mtd_write_oob interface
by Artem Bityutskiy
· 13 years ago
fd2819b
mtd: introduce mtd_read_oob interface
by Artem Bityutskiy
· 13 years ago
7ae79d7
mtd: introduce mtd_panic_write interface
by Artem Bityutskiy
· 13 years ago
eda95cb
mtd: introduce mtd_write interface
by Artem Bityutskiy
· 13 years ago
329ad39
mtd: introduce mtd_read interface
by Artem Bityutskiy
· 13 years ago
04c601b
mtd: introduce mtd_get_unmapped_area interface
by Artem Bityutskiy
· 13 years ago
7219778
mtd: introduce mtd_unpoint interface
by Artem Bityutskiy
· 13 years ago
d35ea20
mtd: introduce mtd_point interface
by Artem Bityutskiy
· 13 years ago
7e1f0dc
mtd: introduce mtd_erase interface
by Artem Bityutskiy
· 13 years ago
4a42243
mtd: map.h: fix arm cross-build failure
by Artem Bityutskiy
· 13 years ago
529688f
mtd: maps: physmap: allow partition parsers for physmap_flash_data
by Jonas Gorski
· 13 years ago
8e98746
mtd: cfi: Allow per-mapping CFI device endianness
by Aaron Sierra
· 13 years ago
c1257b4
mtd: nand: add Macronix manufacturer
by Brian Norris
· 13 years ago
4e82786
mtd: fix compile error for gpmi-nand
by Huang Shijie
· 13 years ago
e0d6511
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
de47725
include: replace linux/module.h with "struct module" wherever possible
by Paul Gortmaker
· 13 years ago
7387ce7
mtd: define `mtd_is_*()' functions
by Brian Norris
· 13 years ago
4a89ff8
mtd: nand: kill member `ops' of `struct nand_chip'
by Brian Norris
· 13 years ago
4180f24
mtd: document ABI
by Brian Norris
· 13 years ago
0612b9d
mtd: rename MTD_OOB_* to MTD_OPS_*
by Brian Norris
· 13 years ago
905c6bc
mtd: move mtd_oob_mode_t to shared kernel/user space
by Brian Norris
· 13 years ago
c46f648
mtd: support reading OOB without ECC
by Brian Norris
· 13 years ago
e9195ed
mtd: nand: document nand_chip.oob_poi
by Brian Norris
· 13 years ago
9ce244b
mtd: support writing OOB without ECC
by Brian Norris
· 13 years ago
e2e24e8
mtd: style fixups in multi-line comment, indentation
by Brian Norris
· 13 years ago
32c8db8
mtd: nand: fix spelling error (date => data)
by Brian Norris
· 13 years ago
87ed114
mtd: remove CONFIG_MTD_DEBUG
by Brian Norris
· 13 years ago
b4ca747
mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip
by Tobias Klauser
· 13 years ago
7854d3f
mtd: spelling, capitalization, uniformity
by Brian Norris
· 13 years ago
15c60a5
mtd: drop mtd_device_register
by Dmitry Eremin-Solenikov
· 13 years ago
953b3bd
mtd: remove put_partition_parser() from public header
by Dmitry Eremin-Solenikov
· 13 years ago
3165f44
mtd: hide parse_mtd_partitions
by Dmitry Eremin-Solenikov
· 13 years ago
Next »