Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ce7ac4abf2401dfdcb1ac4c7277dab8ed90c8788
/
include
/
linux
/
mtd
ffe3150
Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers
by David Woodhouse
· 12 years ago
b9e4853
mtd: nand: increase max OOB size to 640
by Brian Norris
· 12 years ago
3e70192
mtd: add helpers to get the supportted ONFI timing mode
by Huang Shijie
· 12 years ago
7db03ec
mtd: add helpers to set/get features for ONFI nand
by Huang Shijie
· 12 years ago
5ca7f41
mtd: nand: expand description of read_page method in comment header
by Mike Dunn
· 12 years ago
a5ff4f1
mtd: nand: Added a device flag for subpage read support
by Jeff Westfahl
· 12 years ago
25806d3
mtd: fix kernel-doc warning in include/linux/mtd/nand.h
by Randy Dunlap
· 12 years ago
657f28f
mtd: kill MTD_NAND_VERIFY_WRITE
by Huang Shijie
· 12 years ago
bf7a01b
mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver
by Brian Norris
· 12 years ago
9c6f62a
mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driver
by Roland Stigge
· 12 years ago
de20c22
mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driver
by Roland Stigge
· 12 years ago
62082e5
mtd: mtdparts: introduce mtd_get_device_size
by Richard Genoud
· 12 years ago
5dee467
mtd: mark mtd_is_partition argument as constant
by Richard Genoud
· 12 years ago
f3bae3d
mtd: Better comment NAND_BBT_NO_OOB
by Shmulik Ladkani
· 12 years ago
fdbad98d
mtd: nand: teach write_page and write_page_raw return an error code
by Josh Wu
· 12 years ago
1696e6b
mtd: nand: kill NAND_NO_READRDY
by Brian Norris
· 12 years ago
63d99c0
mtd: nand: remove NAND_BBT_SEARCH option
by Brian Norris
· 12 years ago
b1ccfab
mtd: nand: add Eon Silicon Solutions manufacturer ID
by Brian Norris
· 12 years ago
6667a6d5
mtd: sh_flctl: Restructure the hardware ECC handling
by Bastian Hecht
· 12 years ago
aa32d1f
mtd: sh_flctl: Use different OOB layout
by Bastian Hecht
· 12 years ago
3c7ea4e
mtd: sh_flctl: Add support for error IRQ
by Bastian Hecht
· 12 years ago
d2d4848
mtd: move mtd_read_oob() definition out of mtd.h
by Brian Norris
· 12 years ago
f5e7e84
Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
62f38455
UBI: modify ubi_wl_flush function to clear work queue for a lnum
by Joel Reardon
· 12 years ago
05a3cb7
UBI: introduce UBI_ALL constant
by Artem Bityutskiy
· 12 years ago
b36a261
UBI: Kill data type hint
by Richard Weinberger
· 12 years ago
5c2ffb1
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
by Shmulik Ladkani
· 12 years ago
e10db1f
mtd: gpmi: add device tree support to gpmi-nand
by Huang Shijie
· 13 years ago
1fbb938
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
by Brian Norris
· 13 years ago
b4f7aa8
mtd: add read_byte support to plat_nand
by John Crispin
· 13 years ago
1826dbc
mtd: nand: kill NAND_NO_AUTOINCR option
by Brian Norris
· 13 years ago
edbc4540
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
by Mike Dunn
· 13 years ago
d062d4e
mtd: bitflip_threshold added to mtd_info and sysfs
by Mike Dunn
· 13 years ago
86c2072
mtd: ecc_strength is at ecc step granularity
by Mike Dunn
· 13 years ago
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
Next »