Sign in
android-kvm
/
linux
/
0a72761b27fe3b10e3f336bf2f2aa22635504cdd
/
drivers
/
mtd
/
maps
9029537
mtd: physmap_of_gemini: remove defined but not used symbol 'syscon_match'
by Jason Yan
· 4 years, 9 months ago
025a06c
mtd: Convert fallthrough comments into statements
by Miquel Raynal
· 4 years, 10 months ago
f1ffdbf
mtd: maps: sa1100-flash: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 4 years, 10 months ago
35c222f
Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
by Linus Torvalds
· 5 years ago
0bc448b
mtd: maps: physmap: Add minimal Runtime PM support
by Geert Uytterhoeven
· 5 years ago
2a0b390
mtd: maps: pcmciamtd: fix possible sleep-in-atomic-context bugs in pcmciamtd_set_vpp()
by Jia-Ju Bai
· 5 years ago
4bdc0d6
remove ioremap_nocache and devm_ioremap_nocache
by Christoph Hellwig
· 5 years ago
2aba2f2
mtd: physmap_of: add a hook for Intel IXP4xx flash probing
by Linus Walleij
· 5 years ago
e96303f
mtd: maps: l440gx: Avoid printing address to dmesg
by Fuqian Huang
· 5 years ago
7520312
mtd: pismo: Simplify getting the adapter of a client
by Wolfram Sang
· 5 years ago
97ef08a
mtd: pxa2xx: Use ioremap_cache insted of ioremap_cached
by Christoph Hellwig
· 5 years ago
3f0289c
mtd: sa1100: Mark expected switch fall-through
by Gustavo A. R. Silva
· 5 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
957ec138
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 467
by Thomas Gleixner
· 6 years ago
84a14ae
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178
by Thomas Gleixner
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
87dfb31
treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>
by Masahiro Yamada
· 6 years ago
251f26c
mtd: maps: Make uclinux_ram_map static
by Thomas Huth
· 6 years ago
d419700
mtd: maps: Allow MTD_PHYSMAP with MTD_RAM
by Chris Packham
· 6 years ago
64d14c6
mtd: maps: physmap: Store gpio_values correctly
by Chris Packham
· 6 years ago
c58b1ff
mtd: physmap_of_gemini: remove extranous __xipram annotation
by Arnd Bergmann
· 6 years ago
668c35f
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
ccec4a4
Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next
by Boris Brezillon
· 6 years ago
9d3b508
mtd: physmap_of_gemini: Handle pin control
by Linus Walleij
· 6 years ago
b3dd930
mtd: maps: physmap: Leave assigned complex mappings
by Linus Walleij
· 6 years ago
0126be3
kbuild: announce removal of SUBDIRS if used
by Masahiro Yamada
· 6 years ago
d24dbd7
mtd: maps: Get rid of the latch-addr-flash driver
by Boris Brezillon
· 6 years ago
99f732b
mtd: maps: physmap: Invert logic on if/else branch
by Ricardo Ribalda Delgado
· 6 years ago
ba26cd7
mtd: sa1100: avoid VLA in sa1100_setup_mtd
by Boris Brezillon
· 6 years ago
ba32ce9
mtd: maps: Merge gpio-addr-flash.c into physmap-core.c
by Boris Brezillon
· 6 years ago
6ca15cf
mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}
by Boris Brezillon
· 6 years ago
642b1e8
mtd: maps: Merge physmap_of.c into physmap-core.c
by Boris Brezillon
· 6 years ago
0c3def9
mtd: maps: Prepare merging of physmap and physmap_of
by Boris Brezillon
· 6 years ago
cb946bf
mtd: maps: physmap: Fix coding style issues reported by checkpatch
by Boris Brezillon
· 6 years ago
7abe530
mtd: maps: physmap: Return -ENOMEM directly when info allocation fails
by Boris Brezillon
· 6 years ago
1e4f420
mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret code
by Boris Brezillon
· 6 years ago
51b436a
mtd: maps: physmap: Remove the MAX_RESOURCES limitation
by Boris Brezillon
· 6 years ago
ea5bc54
mtd: maps: physmap: Use devm_ioremap_resource()
by Boris Brezillon
· 6 years ago
16f2101
mtd: maps: physmap: Use dev_notice() and a %pR specifier
by Boris Brezillon
· 6 years ago
c7f6dc6
mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resources
by Boris Brezillon
· 6 years ago
00142d6
mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtds
by Boris Brezillon
· 6 years ago
18d54e5
mtd: maps: physmap: Add SPDX header
by Boris Brezillon
· 6 years ago
299b435
mtd: maps: gpio-addr-flash: Convert to gpiod
by Ricardo Ribalda Delgado
· 6 years ago
0304f8e
mtd: maps: gpio-addr-flash: Replace array with an integer
by Ricardo Ribalda Delgado
· 6 years ago
460cdec
mtd: maps: gpio-addr-flash: Use order instead of size
by Ricardo Ribalda Delgado
· 6 years ago
4edc00a
mtd: maps: gpio-addr-flash: Use devm_* functions
by Ricardo Ribalda Delgado
· 6 years ago
6c925b3
mtd: maps: gpio-addr-flash: Fix ioremapped size
by Ricardo Ribalda Delgado
· 6 years ago
34cb1e3
mtd: maps: gpio-addr-flash: Replace custom printk
by Ricardo Ribalda Delgado
· 6 years ago
ef0de74
mtd: physmap_of: Release resources on error
by Ricardo Ribalda Delgado
· 6 years ago
e42e175
mtd: physmap_of: Remove unused struct of_device_id
by Ricardo Ribalda Delgado
· 6 years ago
1d25e3e
mtd/maps: fix solutionengine.c printk format warnings
by Randy Dunlap
· 6 years ago
a8222a8
mtd: Make Kconfig formatting consistent
by Boris Brezillon
· 6 years ago
4897015
mtd: maps: use mtd_device_register() where applicable
by Rafał Miłecki
· 7 years ago
c31106b
mtd: maps: gpio-addr-flash: add error handling for ioremap_nocache
by Zhouyang Jia
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
051529d
mtd: maps: pismo: Remove owner assignment from i2c_driver
by Fabio Estevam
· 7 years ago
7d5cba5
mtd: physmap_of: update struct map_info's swap as per map requirement
by Prabhakar Kushwaha
· 7 years ago
5741a16
mtd: maps: remove bfin-async-flash driver
by Arnd Bergmann
· 7 years ago
14b661e
Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 7 years ago
d490668
mtd: constify mtd_partition
by Arvind Yadav
· 7 years ago
2e442ae
mtd: plat-ram: Replace manual resource management by devm
by Anton Vasilyev
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
73184130
Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 7 years ago
3147f44
mtd: lantiq-flash: drop check of boot select
by Hauke Mehrtens
· 7 years ago
2acc717
mtd: physmap_of: Retire Gemini pad control
by Linus Walleij
· 7 years ago
871e7c0
mtd: physmap_of: Fix resources leak in 'of_flash_probe()'
by Christophe Jaillet
· 7 years ago
d64dc9c
mtd: pci: constify pci_device_id.
by Arvind Yadav
· 7 years ago
4f558d6
mtd: intel_vr_nor: constify pci_device_id.
by Arvind Yadav
· 7 years ago
1372734
mtd: ck804xrom: constify pci_device_id.
by Arvind Yadav
· 7 years ago
01cac4d
mtd: esb2rom: constify pci_device_id.
by Arvind Yadav
· 7 years ago
30105a2c
mtd: amd76xrom: constify pci_device_id.
by Arvind Yadav
· 7 years ago
6800259
mtd: ichxrom: constify pci_device_id.
by Arvind Yadav
· 7 years ago
1d70607
mtd: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
ab8d531
mtd: physmap_of: Drop unnecessary static
by Julia Lawall
· 7 years ago
6c51a52
mtd: physmap_of: Drop unnecessary static
by Julia Lawall
· 8 years ago
da4b1ca
mtd: physmap_of: use OF helpers for reading strings
by Rafał Miłecki
· 8 years ago
8c925b2
mtd: physmap_of: really fix the physmap add-ons
by Linus Walleij
· 8 years ago
4f04f68
mtd: physmap_of: fixup gemini/versatile dependencies
by Brian Norris
· 8 years ago
e70dda0
mtd: ichxrom: maybe-uninitialized with gcc-4.9
by Arnd Bergmann
· 8 years ago
906b268
mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy
by Arnd Bergmann
· 8 years ago
56ff337
mtd: physmap_of: add a hook for Gemini flash probing
by Linus Walleij
· 8 years ago
40bc941
mtd: update my email address
by John Crispin
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
3502fbc
mtd: maps: add missing iounmap() in error path
by Luis Henriques
· 8 years ago
8f2c006
ARM: realview: imply device tree boot
by Linus Walleij
· 8 years ago
79ad07d
mtd: pmcmsp-flash: Allocating too much in init_msp_flash()
by Dan Carpenter
· 9 years ago
dc01a28
mtd: maps: sa1100-flash: potential NULL dereference
by Dan Carpenter
· 8 years ago
b137aab
mtd: physmap_of: fix set but unused warning
by Brian Norris
· 9 years ago
8bc4d5f
Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
a1c28b7
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 9 years ago
e4106a7
mtd: maps: add __init attribute
by Julia Lawall
· 9 years ago
025ce02
mtd: maps: make uclinux.c driver more explicitly non-modular
by Paul Gortmaker
· 9 years ago
c5f9d6b
physmap_of: ensure versatile code is reachable
by Arnd Bergmann
· 9 years ago
b0afd44
mtd: physmap_of: add a hook for Versatile write protection
by Linus Walleij
· 9 years ago
7769aea
mtd: pxa2xx-flash: switch back from memremap to ioremap_cached
by Ard Biesheuvel
· 9 years ago
ac53b2e
Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
4802c59
drivers/mtd/maps/pcmciamtd.c: __iomem annotations
by Al Viro
· 9 years ago
Next »