Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
93e54f40c89336adc28b4125529bb75d4b565a70
/
drivers
/
mtd
/
mtdpart.c
97139d4
treewide: remove redundant #include <linux/kconfig.h>
by Masahiro Yamada
· 8 years ago
69db4aa
Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linux
by Brian Norris
· 8 years ago
5e14907
mtdpart: Propagate _get/put_device()
by Richard Weinberger
· 8 years ago
477b022
mtd: introduce the mtd_pairing_scheme concept
by Boris Brezillon
· 9 years ago
adbbc3b
mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition
by Boris Brezillon
· 9 years ago
f6a6da1
mtd: use mtd_set_ecclayout() where appropriate
by Boris Brezillon
· 9 years ago
29f1058
mtd: create an mtd_oobavail() helper and make use of it
by Boris BREZILLON
· 9 years ago
adc83bf
mtd: partitions: support a cleanup callback for parsers
by Brian Norris
· 9 years ago
07fd2f8
mtd: partitions: pass around 'mtd_partitions' wrapper struct
by Brian Norris
· 9 years ago
c42c271
mtd: partitions: remove kmemdup()
by Brian Norris
· 9 years ago
5531ae4
mtd: partitions: rename MTD parser get/put
by Brian Norris
· 9 years ago
2524534
mtd: partitions: turn PART() macro into inline function
by Brian Norris
· 9 years ago
b9eab01
mtd: partitions: add module_mtd_part_parser() helper
by Brian Norris
· 9 years ago
9386723
mtd: zero out mtd_partition struct before using it
by Brian Norris
· 9 years ago
5a2415b
mtd: mtdpart: Do not fail mtd probe when parsing partitions fails
by Brian Norris
· 9 years ago
8e2c992
mtd: mtdpart: add debug prints to partition parser.
by Michal Suchanek
· 9 years ago
e5bae86
mtd: mtdpart: fix add_mtd_partitions error path
by Boris BREZILLON
· 9 years ago
3a434f6
mtd: part: Remove partition overlap checks
by Dan Ehrenberg
· 10 years ago
a62c24d
mtd: part: Add sysfs variable for offset of partition
by Dan Ehrenberg
· 10 years ago
727dc61
mtd: part: Create the master device node when partitioned
by Dan Ehrenberg
· 10 years ago
b4caecd
fs: introduce f_op->mmap_capabilities for nommu mmap support
by Christoph Hellwig
· 10 years ago
fdf43a4
mtd: Account for BBT blocks when a partition is being allocated
by Ezequiel Garcia
· 11 years ago
8471bb7
mtd: Introduce mtd_block_isreserved()
by Ezequiel Garcia
· 10 years ago
4b78fc4
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
by Christian Riesch
· 11 years ago
6e14a61
mtd: make register_mtd_parser return void
by Axel Lin
· 11 years ago
cf3b2b1
mtd: make deregister_mtd_parser return void
by Axel Lin
· 11 years ago
26a6d24
mtd: make mtd_partition.name const
by Geert Uytterhoeven
· 11 years ago
bdf69c4
mtd: set the ecc step size for master/slave mtd_info
by Huang Shijie
· 11 years ago
ccef4dc
mtd: mtdcore: use const qualifier
by Artem Bityutskiy
· 12 years ago
26a4734
mtd: add 'const' qualifier to a couple of register functions
by Artem Bityutskiy
· 12 years ago
ffe3150
Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers
by David Woodhouse
· 12 years ago
c51803d
mtd: mtdpart: break it as soon as we parse out the partitions
by Huang Shijie
· 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
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
6a918ba
mtd: flash drivers set ecc strength
by Mike Dunn
· 13 years ago
994c840
mtd: fix partition wrapper functions
by Mike Dunn
· 13 years ago
664addc
mtd: remove R/O checking duplication
by Artem Bityutskiy
· 13 years ago
5def489
mtd: do not duplicate length and offset checks in drivers
by Artem Bityutskiy
· 13 years ago
5e4e6e3
mtd: return error code from mtd_unpoint
by Artem Bityutskiy
· 13 years ago
3c3c10b
mtd: add leading underscore to all mtd functions
by Artem Bityutskiy
· 13 years ago
58edc90
mtd: minor coding style cleanup in mtdpart.c
by Stefan Roese
· 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
d57f4054
mtd: utilize `mtd_is_*()' functions
by Brian Norris
· 13 years ago
0612b9d
mtd: rename MTD_OOB_* to MTD_OPS_*
by Brian Norris
· 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
d26c87d
mtd: prepare to convert of_mtd_parse_partitions to partition parser
by Dmitry Eremin-Solenikov
· 13 years ago
c797533
mtd: abstract last MTD partition parser argument
by Dmitry Eremin-Solenikov
· 13 years ago
ad274ce
mtd: document parse_mtd_partitions
by Artem Bityutskiy
· 13 years ago
1a31368
mtd: add a flags for partitions which should just leave smth. after them
by Dmitry Eremin-Solenikov
· 13 years ago
5c4eefb
mtd: mtdpart: default to cmdlinepart, NULL partitions probing
by Dmitry Eremin-Solenikov
· 13 years ago
eea72d5
mtd: remove add_mtd_partitions, add_mtd_device and friends
by Jamie Iles
· 13 years ago
7c802fb
mtd: be silent when mtd partition parser cannot be found
by Artem Bityutskiy
· 13 years ago
154bf89
mtd: mtdpart: disallow reading OOB past the end of the partition
by Artem Bityutskiy
· 14 years ago
7fa33ac
mtd: initialize writebufsize in the MTD object of a partition
by Anatolij Gustschin
· 14 years ago
a7e93dc
mtd: fix master device identification for mtd repartition
by Roman Tereshonkov
· 14 years ago
5daa7b2
mtd: prepare partition add and del functions for ioctl requests
by Roman Tereshonkov
· 14 years ago
6ae0185
mtd: Remove obsolete <mtd/compatmac.h> include
by David Woodhouse
· 14 years ago
a1452a3
mtd: Update copyright notices
by David Woodhouse
· 14 years ago
9938424
mtd: add an ioctl to query the lock status of a flash sector
by Richard Cochran
· 14 years ago
6469f54
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 15 years ago
a57ca04
mtd: mtdpart: prevent a read from regions[-1]
by Roel Kluin
· 15 years ago
2f82af0
Nicolas Pitre has a new email address
by Nicolas Pitre
· 15 years ago
b90cf66
[MTD] Remove option for add_mtd_partitions() to not register partitions.
by David Woodhouse
· 16 years ago
4704a78
[MTD] Only set partition suspend/resume method if parent not registered
by David Woodhouse
· 16 years ago
d8877f1
[MTD] mtdpart: Make ecc_stats more realistic.
by Yauhen Kharuzhy
· 16 years ago
1f24b5a
[MTD] driver model updates
by David Brownell
· 16 years ago
402d326
NOMMU: Present backing device capabilities for MTD chardevs
by David Howells
· 16 years ago
69423d9
[MTD] update internal API to support 64-bit device size
by Adrian Hunter
· 16 years ago
2be508d
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 16 years ago
a65e5d7
remove CONFIG_KMOD from drivers
by Johannes Berg
· 16 years ago
bb0eb21
[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff
by Adrian Hunter
· 16 years ago
f636ffb
[MTD][MTDPART] Fix a division by zero bug
by Atsushi Nemoto
· 16 years ago
6910c13
[MTD][MTDPART] Cleanup and document the erase region handling
by Atsushi Nemoto
· 16 years ago
b33a288
[MTD][MTDPART] Handle most checkpatch findings
by Atsushi Nemoto
· 16 years ago
Next »