summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/physmap_of.c
AgeCommit message (Expand)AuthorLines
2015-11-11mtd: physmap_of: assign parent for the concatenated MTDBrian Norris-0/+1
2015-11-11mtd: drop unnecessary partition parser dataBrian Norris-3/+2
2015-10-13mtd: maps: physmap_of: drop owner assignmentFrans Klaver-1/+0
2015-08-18mtd: physmap_of: fix null pointer deference when kzalloc returns nullColin Ian King-0/+6
2015-05-06mtd: constify of_device_id arrayFabian Frederick-2/+2
2015-01-09mtd: physmap_of: Add read-only fallbackJoe Schultz-0/+10
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds-5/+3
2014-12-12mtd: physmap_of: fix potential NULL dereferenceArd Biesheuvel-5/+3
2014-10-20mtd: maps: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-09-22mtd: physmap_of: Add non-obsolete map_rom probeAaron Sierra-0/+4
2014-09-22mtd: physmap_of: Fix ROM support via OFAaron Sierra-1/+1
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-04-05mtd: physmap_of: add const qualifiersArtem Bityutskiy-7/+9
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds-5/+4
2013-02-12mtd: physmap_of: Convert device allocation to managed devm_kzalloc()Ezequiel Garcia-5/+3
2013-02-05Merge tag 'for-linus-20130204' of git://git.infradead.org/linux-mtdLinus Torvalds-1/+1
2013-02-04mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) lockingStefan Roese-0/+1
2013-01-19mtd: physmap_of: fix cmdline partition method w/o linux, mtd-nameBaruch Siach-1/+1
2013-01-03Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman-1/+1
2012-12-10mtd: physmap_of: error checking to prevent a NULL pointer dereferenceAnton Prins-2/+4
2012-11-22mtd: remove use of __devinitBill Pemberton-4/+4
2012-11-16mtd: physmap_of: allow to specify the mtd name for retro compatiblityJean-Christophe PLAGNIOL-VILLARD-1/+4
2012-09-29mtd: physmap_of: Add "no-unaligned-direct-access" DT propertyStefan Roese-0/+14
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin-12/+1
2011-09-11mtd: physmap_of.c: use mtd_device_parse_registerDmitry Eremin-Solenikov-15/+3
2011-09-11mtd: physmap_of: move parse_obsolete_partitions to become separate parserDmitry Eremin-Solenikov-52/+1
2011-09-11mtd: physmap_of: use ofpart through generic parsingDmitry Eremin-Solenikov-8/+5
2011-05-25mtd: physmap: convert to mtd_device_register()Jamie Iles-26/+4
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely-2/+5
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy-6/+9
2011-03-11mtd: drop CONFIG_MTD_CONCAT ifdefsDmitry Eremin-Solenikov-8/+0
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely-6/+9
2010-12-03mtd: maps: Use printf extension %pR for struct resourceJoe Perches-3/+1
2010-10-25mtd: physmap_of: Loop through all "reg" tuples for mappingStefan Roese-3/+5
2010-10-25mtd: Fix endianness issues from device treeIan Munsie-7/+7
2010-08-17of: fix missing headers for of_address_to_resource() in MTD and SysACE driversGraeme Smecher-0/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-4/+4
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds-3/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely-4/+4
2010-06-03drivers/mtd/maps: introduce missing kfreeJulia Lawall-3/+3
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely-6/+49
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely-3/+3
2010-05-14mtd: extend physmap_of to let the device tree specify the parition probeJason Gunthorpe-5/+48
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-02mtd: physmap_of: Correct the size argument to kzallocJulia Lawall-1/+1
2009-09-19mtd: maps: add mtd-ram support to physmap_ofWolfram Sang-0/+4
2009-09-04mtd: physmap_of: fix incorrect checkvimal singh-6/+7
2009-09-04mtd: physmap_of: use resource_sizeWolfram Sang-3/+4