summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sram.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1Star
* misc: sram: remove redundant null pointer check before of_node_putzhong jiang2018-09-251-4/+2Star
* misc: sram: enable clock before registering regionsJohan Hovold2018-07-061-6/+7
* misc: sram: fix resource leaks in probe error pathJohan Hovold2018-07-061-1/+8
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* misc: Convert to using %pOF instead of full_nameRob Herring2017-08-281-6/+6
* misc: sram: Integrate protect-exec reserved sram area typeDave Gerlach2017-01-251-2/+19
* misc: sram: Split sram data structures into local headerDave Gerlach2017-01-251-28/+2Star
* misc: set error code when devm_kstrdup failsPan Bian2017-01-101-1/+3
* misc: sram: remove useless #ifdefArnd Bergmann2016-11-301-3/+1Star
* misc: sram: add Atmel securam supportAlexandre Belloni2016-11-071-7/+35
* misc: sram: fix check of devm_ioremap*() return valueVladimir Zapolskiy2016-04-301-2/+2
* misc: sram: add optional ioremap without write combiningMarcin Wojtas2016-03-141-1/+4
* misc: sram: partition base address belongs to __iomem spaceVladimir Zapolskiy2015-10-191-3/+3
* misc: sram: extend usage of reserved partitionsVladimir Zapolskiy2015-10-181-8/+188
* genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy2015-09-051-4/+4
* misc: sram: sort and clean up included headersVladimir Zapolskiy2015-06-131-8/+2Star
* misc: sram: move reserved block logic out of probe functionVladimir Zapolskiy2015-06-131-36/+46
* misc: sram: add private struct device and virt_base membersVladimir Zapolskiy2015-06-131-25/+29
* misc: sram: report correct SRAM pool sizeVladimir Zapolskiy2015-06-131-1/+2
* misc: sram: bump error message level on unclean driver unbindingVladimir Zapolskiy2015-06-131-1/+1
* misc: sram: fix device node reference leak on errorVladimir Zapolskiy2015-06-131-0/+2
* misc: sram: fix enabled clock leak on error pathVladimir Zapolskiy2015-06-131-13/+9Star
* misc: sram: switch to ioremap_wc from ioremapAbhilash Kesavan2015-03-161-3/+14
* misc: constify of_device_id arrayFabian Frederick2015-03-161-1/+1
* misc: sram: implement reserved sram areasHeiko Stübner2014-03-011-7/+118
* misc: sram: cleanup the codeXiubo Li2014-02-081-2/+0Star
* misc: sram: fix error path in sram_probeHeiko Stübner2013-07-251-1/+2
* Misc: sram: Remove unneeded checkAlexander Shiyan2013-06-181-5/+1Star
* drivers: misc: use devm_ioremap_resource()Laurent Navet2013-05-171-3/+4
* misc: generic on-chip SRAM allocation driverPhilipp Zabel2013-04-301-0/+121