summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/physmap_of.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: physmap_of: add a hook for Versatile write protectionLinus Walleij2016-04-041-0/+6
* mtd: physmap_of: assign parent for the concatenated MTDBrian Norris2015-11-111-0/+1
* mtd: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+2Star
* mtd: maps: physmap_of: drop owner assignmentFrans Klaver2015-10-131-1/+0Star
* mtd: physmap_of: fix null pointer deference when kzalloc returns nullColin Ian King2015-08-191-0/+6
* mtd: constify of_device_id arrayFabian Frederick2015-05-071-2/+2
* mtd: physmap_of: Add read-only fallbackJoe Schultz2015-01-101-0/+10
* Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds2014-12-171-5/+3Star
|\
| * mtd: physmap_of: fix potential NULL dereferenceArd Biesheuvel2014-12-131-5/+3Star
* | mtd: maps: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
|/
* mtd: physmap_of: Add non-obsolete map_rom probeAaron Sierra2014-09-221-0/+4
* mtd: physmap_of: Fix ROM support via OFAaron Sierra2014-09-221-1/+1
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-111-1/+0Star
* mtd: physmap_of: add const qualifiersArtem Bityutskiy2013-04-051-7/+9
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-031-5/+4Star
|\
| * mtd: physmap_of: Convert device allocation to managed devm_kzalloc()Ezequiel Garcia2013-02-121-5/+3Star
| * mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) lockingStefan Roese2013-02-041-0/+1
* | Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtdLinus Torvalds2013-02-041-1/+1
|\ \ | |/ |/|
| * mtd: physmap_of: fix cmdline partition method w/o linux, mtd-nameBaruch Siach2013-01-191-1/+1
* | Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
|/
* mtd: physmap_of: error checking to prevent a NULL pointer dereferenceAnton Prins2012-12-101-2/+4
* mtd: remove use of __devinitBill Pemberton2012-11-221-4/+4
* mtd: physmap_of: allow to specify the mtd name for retro compatiblityJean-Christophe PLAGNIOL-VILLARD2012-11-161-1/+4
* mtd: physmap_of: Add "no-unaligned-direct-access" DT propertyStefan Roese2012-09-291-0/+14
* mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin2012-01-091-12/+1Star
* mtd: physmap_of.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-15/+3Star
* mtd: physmap_of: move parse_obsolete_partitions to become separate parserDmitry Eremin-Solenikov2011-09-111-52/+1Star
* mtd: physmap_of: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-111-8/+5Star
* mtd: physmap: convert to mtd_device_register()Jamie Iles2011-05-251-26/+4Star
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2011-03-251-6/+9
|\
| * dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-6/+9
* | mtd: drop CONFIG_MTD_CONCAT ifdefsDmitry Eremin-Solenikov2011-03-111-8/+0Star
|/
* mtd: maps: Use printf extension %pR for struct resourceJoe Perches2010-12-031-3/+1Star
* mtd: physmap_of: Loop through all "reg" tuples for mappingStefan Roese2010-10-251-3/+5
* mtd: Fix endianness issues from device treeIan Munsie2010-10-251-7/+7
* of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher2010-08-171-0/+1
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-4/+4
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-4/+4
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-101-3/+3
|\ \ | |/ |/|
| * drivers/mtd/maps: introduce missing kfreeJulia Lawall2010-06-031-3/+3
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-6/+49
|\|
| * mtd: extend physmap_of to let the device tree specify the parition probeJason Gunthorpe2010-05-141-5/+48
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-0/+1
| |\
| * | mtd: physmap_of: Correct the size argument to kzallocJulia Lawall2010-01-021-1/+1
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-3/+3
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mtd: maps: add mtd-ram support to physmap_ofWolfram Sang2009-09-191-0/+4
* mtd: physmap_of: fix incorrect checkvimal singh2009-09-041-6/+7