Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1375cb65e87b327a8dd4f920c3e3d837fb40e9c2
/
drivers
/
mtd
/
maps
6f12f59
mtd: autcpu12-nvram: drop frees of devm_ alloc'd data
by Julia Lawall
· 12 years ago
c83d29f
mtd: maps: rbtx4939-flash: delete unneeded test
by Julia Lawall
· 12 years ago
d0788ce
mtd: physmap_of: Add "no-unaligned-direct-access" DT property
by Stefan Roese
· 12 years ago
db68f28
mtd: maps: pci: remove dead code
by Wolfram Sang
· 12 years ago
b05a118
mtd: allow uclinux map driver to be used on any ColdFire CPU platform
by Greg Ungerer
· 12 years ago
08a3c4b
mtd: fix wrong usage of ioremap_nocache() in uclinux.c map driver
by Greg Ungerer
· 12 years ago
ce55754
mtd: autcpu12-nvram: Convert driver to platform_device
by Alexander Shiyan
· 12 years ago
d1f55c6
mtd: autcpu12-nvram: Fix compile breakage
by Alexander Shiyan
· 12 years ago
2361f73
Merge tag 'v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by David Woodhouse
· 12 years ago
fae2552
mtd: delete SBC82xx/SBC8560 MTD mapping support
by Paul Gortmaker
· 12 years ago
363737d
mtd/uclinux: Use generic __bss_stop instead of _ebss
by Geert Uytterhoeven
· 12 years ago
f5e7e84
Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
fa09ede
MTD: MIPS: lantiq: verify that the NOR interface is available on falcon soc
by John Crispin
· 13 years ago
02fa961
MTD: MIPS: lantiq: implement OF support
by John Crispin
· 13 years ago
47d0505
mtd: fix scb2_flash build when PCI is not enabled
by Randy Dunlap
· 13 years ago
4d16cd6
mtd: use module_pci_driver
by Axel Lin
· 13 years ago
6d56b9d
mtd: mark const init data with __initconst instead of __initdata
by Uwe Kleine-König
· 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
fa453a6
Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 13 years ago
42d7fbe
mtd: do not use plain 0 as NULL
by Artem Bityutskiy
· 13 years ago
ee478af
mtd: maps: sa1100-flash: Add reference counter to set_vpp()
by Paul Parsons
· 13 years ago
7c8d206
mtd: maps: pcmciamtd: Add reference counter to set_vpp()
by Paul Parsons
· 13 years ago
5fbabf3
mtd: maps: l440gx: Add reference counter to set_vpp()
by Paul Parsons
· 13 years ago
876fe76
mtd: maps: physmap: Add reference counter to set_vpp()
by Paul Parsons
· 13 years ago
bf011f2
mtd: mips: lantiq: reintroduce support for cmdline partitions
by Daniel Schwierzeck
· 13 years ago
a3c1e3b
mtd: ixp4xx: oops in ixp4xx_flash_probe
by Marc Kleine-Budde
· 13 years ago
bcb1d23
mtd: move zero length verification to MTD API functions
by Artem Bityutskiy
· 13 years ago
3c3c10b
mtd: add leading underscore to all mtd functions
by Artem Bityutskiy
· 13 years ago
4aa3179
mtd: sa11x0: remove definitions and code left for documentation purposes
by Russell King - ARM Linux
· 13 years ago
41515ca
mtd: sa11x0: Remove shutdown handler
by Russell King - ARM Linux
· 13 years ago
9310da0
MTD: Relax dependencies
by Richard Weinberger
· 13 years ago
a6e6816
MTD: sa11x0: remove definitions and code left for documentation purposes
by Russell King
· 13 years ago
366a359
MTD: sa11x0: Remove shutdown handler
by Russell King
· 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
ead995f
mtd: introduce mtd_resume interface
by Artem Bityutskiy
· 13 years ago
3fe4bae
mtd: introduce mtd_suspend interface
by Artem Bityutskiy
· 13 years ago
7799f9a
mtd: introduce mtd_lock interface
by Artem Bityutskiy
· 13 years ago
af32b36
mtd: lantiq-flash: drop iounmap for devm_ allocated data
by Julia Lawall
· 13 years ago
fa3ae71
mtd: maps: remove the now unused bcm963xx-flash
by Jonas Gorski
· 13 years ago
529688f
mtd: maps: physmap: allow partition parsers for physmap_flash_data
by Jonas Gorski
· 13 years ago
70a3c16
mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parser
by Jonas Gorski
· 13 years ago
ca105f4
mtd: maps: bcm963xx-flash: clean up printk usage
by Jonas Gorski
· 13 years ago
6ae9c1c
mtd: maps: bcm963xx-flash: remove superfluous semicolons
by Jonas Gorski
· 13 years ago
35096cb
mtd: maps: bcm963xx-flash: fix word order for spare partition
by Jonas Gorski
· 13 years ago
f99640d
mtd: convert drivers/mtd/* to use module_platform_driver()
by Axel Lin
· 13 years ago
c329879
mtd: plat_ram: call mtd_device_register only if partition data exists
by Ilya Yanok
· 13 years ago
7148b79
mtd: pxa2xx-flash.c: It used to fall back to provided table.
by Jonathan Cameron
· 13 years ago
4e549d6
MTD: MAPS: bcm963xx-flash.c: explicitly include module.h
by Jonas Gorski
· 13 years ago
e0d6511
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
2e5db86
MIPS: Lantiq: Fix MTD registration of NOR device
by John Crispin
· 13 years ago
3e2b82b
mtd: drop Integrator flash map Kconfig
by Linus Walleij
· 13 years ago
022bba8
mtd: Kbuild: remove reference to MTD_PARTITIONS
by Brian Norris
· 13 years ago
278981c
mtd: cleanup last uses of MTD_DEBUG config macros
by Brian Norris
· 13 years ago
e645352
mtd: pcmciamtd: remove custom DEBUG() function
by Brian Norris
· 13 years ago
ed764db
mtd: maps: drop edb7312 support
by Dmitry Eremin-Solenikov
· 13 years ago
f44dcbd
mtd: physmap_of.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
fbcf62a
mtd: physmap_of: move parse_obsolete_partitions to become separate parser
by Dmitry Eremin-Solenikov
· 13 years ago
5f4ba9f
mtd: physmap_of: use ofpart through generic parsing
by Dmitry Eremin-Solenikov
· 13 years ago
d117040b
mtd: edb7312: correctly pass MTD name to parsers
by Dmitry Eremin-Solenikov
· 13 years ago
e062e2f
mtd: wr_sbc82xx_flash.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
7029eef
mtd: solutionengine.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
769dc43
mtd: sa1100-flash.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
c77d809
mtd: rbtx4939-flash.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
6fcdc92
mtd: pxa2xx-flash.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
74fb3ab
mtd: plat-ram.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
d45fd12
mtd: physmap.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
6e6e44c
mtd: latch-addr-flash.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
ca97dec
mtd: lantiq-flash.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
bc413f1
mtd: ixp4xx.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
200b877
mtd: ixp2000.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
ba6bead
mtd: intel_vr_nor.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
5003403
mtd: impa7.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
8db2a08
mtd: h720x-flash.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
534e492
mtd: gpio-addr-flash.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
3d0e9db
mtd: dc21285.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
cd3aafd
mtd: bfin-async-flash.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
ac9b0f3
mtd: latch-addr-flash don't specify default parsing options
by Dmitry Eremin-Solenikov
· 13 years ago
0455dfd
mtd: lantiq-flash don't specify default parsing options
by Dmitry Eremin-Solenikov
· 13 years ago
2ef3855
mtd: rbtx4939-flash don't specify default parsing options
by Dmitry Eremin-Solenikov
· 13 years ago
8d130a7
mtd: intel_vr_nor don't specify default parsing options
by Dmitry Eremin-Solenikov
· 13 years ago
cec25c7
mtd: impa7 don't specify default parsing options
by Dmitry Eremin-Solenikov
· 13 years ago
3af035c
mtd: h720x-flash don't specify default parsing options
by Dmitry Eremin-Solenikov
· 13 years ago
13e0fe4
mtd: drop physmap_configure
by Dmitry Eremin-Solenikov
· 13 years ago
0694749
mtd: drop ceiva map driver
by Dmitry Eremin-Solenikov
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
29a6ccc
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 14 years ago
6a8a98b
mtd: kill CONFIG_MTD_PARTITIONS
by Jamie Iles
· 14 years ago
ee0e87b
mtd: convert remaining users to mtd_device_register()
by Jamie Iles
· 14 years ago
5e7e968
mtd: uclinux: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
b5c0a4e
mtd: tqm8xll: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
f6c11c1
mtd: scx200_docflash: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
2fe2e24
mtd: sa1100-flash: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
16b0eb1
mtd: rbtx4939-flash: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
095dd50
mtd: plat-ram: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
902766b
mtd: latch-addr-flash: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
95bf224
mtd: intel_vr_nor: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
96b639f
mtd: impa7: convert to mtd_device_register()
by Jamie Iles
· 14 years ago
Next »