index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
maps
/
physmap_of.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-19
mtd: physmap_of: really fix the physmap add-ons
Linus Walleij
1
-389
/
+0
2017-02-08
mtd: physmap_of: add a hook for Gemini flash probing
Linus Walleij
1
-3
/
+6
2016-07-09
mtd: physmap_of: fix set but unused warning
Brian Norris
1
-1
/
+1
2016-04-04
mtd: physmap_of: add a hook for Versatile write protection
Linus Walleij
1
-0
/
+6
2015-11-11
mtd: physmap_of: assign parent for the concatenated MTD
Brian Norris
1
-0
/
+1
2015-11-11
mtd: drop unnecessary partition parser data
Brian Norris
1
-3
/
+2
2015-10-13
mtd: maps: physmap_of: drop owner assignment
Frans Klaver
1
-1
/
+0
2015-08-18
mtd: physmap_of: fix null pointer deference when kzalloc returns null
Colin Ian King
1
-0
/
+6
2015-05-06
mtd: constify of_device_id array
Fabian Frederick
1
-2
/
+2
2015-01-09
mtd: physmap_of: Add read-only fallback
Joe Schultz
1
-0
/
+10
2014-12-17
Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-5
/
+3
2014-12-12
mtd: physmap_of: fix potential NULL dereference
Ard Biesheuvel
1
-5
/
+3
2014-10-20
mtd: maps: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-22
mtd: physmap_of: Add non-obsolete map_rom probe
Aaron Sierra
1
-0
/
+4
2014-09-22
mtd: physmap_of: Fix ROM support via OF
Aaron Sierra
1
-1
/
+1
2014-03-10
mtd: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-04-05
mtd: physmap_of: add const qualifiers
Artem Bityutskiy
1
-7
/
+9
2013-03-02
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-5
/
+4
2013-02-12
mtd: physmap_of: Convert device allocation to managed devm_kzalloc()
Ezequiel Garcia
1
-5
/
+3
2013-02-05
Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-1
/
+1
2013-02-04
mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking
Stefan Roese
1
-0
/
+1
2013-01-19
mtd: physmap_of: fix cmdline partition method w/o linux, mtd-name
Baruch Siach
1
-1
/
+1
2013-01-03
Drivers: mtd: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-12-10
mtd: physmap_of: error checking to prevent a NULL pointer dereference
Anton Prins
1
-2
/
+4
2012-11-22
mtd: remove use of __devinit
Bill Pemberton
1
-4
/
+4
2012-11-16
mtd: physmap_of: allow to specify the mtd name for retro compatiblity
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+4
2012-09-29
mtd: physmap_of: Add "no-unaligned-direct-access" DT property
Stefan Roese
1
-0
/
+14
2012-01-09
mtd: convert drivers/mtd/* to use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-09-11
mtd: physmap_of.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
1
-15
/
+3
2011-09-11
mtd: physmap_of: move parse_obsolete_partitions to become separate parser
Dmitry Eremin-Solenikov
1
-52
/
+1
2011-09-11
mtd: physmap_of: use ofpart through generic parsing
Dmitry Eremin-Solenikov
1
-8
/
+5
2011-05-25
mtd: physmap: convert to mtd_device_register()
Jamie Iles
1
-26
/
+4
2011-05-18
drivercore: revert addition of of_match to struct device
Grant Likely
1
-2
/
+5
2011-03-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Artem Bityutskiy
1
-6
/
+9
2011-03-11
mtd: drop CONFIG_MTD_CONCAT ifdefs
Dmitry Eremin-Solenikov
1
-8
/
+0
2011-02-28
dt: Eliminate of_platform_{,un}register_driver
Grant Likely
1
-6
/
+9
2010-12-03
mtd: maps: Use printf extension %pR for struct resource
Joe Perches
1
-3
/
+1
2010-10-25
mtd: physmap_of: Loop through all "reg" tuples for mapping
Stefan Roese
1
-3
/
+5
2010-10-25
mtd: Fix endianness issues from device tree
Ian Munsie
1
-7
/
+7
2010-08-17
of: fix missing headers for of_address_to_resource() in MTD and SysACE drivers
Graeme Smecher
1
-0
/
+1
2010-08-12
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-4
/
+4
2010-08-10
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-3
/
+3
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
1
-4
/
+4
2010-06-03
drivers/mtd/maps: introduce missing kfree
Julia Lawall
1
-3
/
+3
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
1
-6
/
+49
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
1
-2
/
+5
2010-05-18
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
1
-3
/
+3
2010-05-14
mtd: extend physmap_of to let the device tree specify the parition probe
Jason Gunthorpe
1
-5
/
+48
2010-05-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
[next]