aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-05misc: sram: Only map reserved areas in Tegra SYSRAMMikko Perttunen1-30/+73
2021-05-27driver core: Drop helper devm_platform_ioremap_resource_wc()Uwe Kleine-König1-2/+4
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-2/+2
2019-11-05misc: sram: use devm_platform_ioremap_resource_wc()Bartosz Golaszewski1-20/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2018-09-25misc: sram: remove redundant null pointer check before of_node_putzhong jiang1-4/+2
2018-07-06misc: sram: enable clock before registering regionsJohan Hovold1-6/+7
2018-07-06misc: sram: fix resource leaks in probe error pathJohan Hovold1-1/+8
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-08-28misc: Convert to using %pOF instead of full_nameRob Herring1-6/+6
2017-01-25misc: sram: Integrate protect-exec reserved sram area typeDave Gerlach1-2/+19
2017-01-25misc: sram: Split sram data structures into local headerDave Gerlach1-28/+2
2017-01-10misc: set error code when devm_kstrdup failsPan Bian1-1/+3
2016-11-30misc: sram: remove useless #ifdefArnd Bergmann1-3/+1
2016-11-07misc: sram: add Atmel securam supportAlexandre Belloni1-7/+35
2016-04-30misc: sram: fix check of devm_ioremap*() return valueVladimir Zapolskiy1-2/+2
2016-03-14misc: sram: add optional ioremap without write combiningMarcin Wojtas1-1/+4
2015-10-18misc: sram: partition base address belongs to __iomem spaceVladimir Zapolskiy1-3/+3
2015-10-17misc: sram: extend usage of reserved partitionsVladimir Zapolskiy1-8/+188
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy1-4/+4
2015-06-12misc: sram: sort and clean up included headersVladimir Zapolskiy1-8/+2
2015-06-12misc: sram: move reserved block logic out of probe functionVladimir Zapolskiy1-36/+46
2015-06-12misc: sram: add private struct device and virt_base membersVladimir Zapolskiy1-25/+29
2015-06-12misc: sram: report correct SRAM pool sizeVladimir Zapolskiy1-1/+2
2015-06-12misc: sram: bump error message level on unclean driver unbindingVladimir Zapolskiy1-1/+1
2015-06-12misc: sram: fix device node reference leak on errorVladimir Zapolskiy1-0/+2
2015-06-12misc: sram: fix enabled clock leak on error pathVladimir Zapolskiy1-13/+9
2015-03-16misc: sram: switch to ioremap_wc from ioremapAbhilash Kesavan1-3/+14
2015-03-16misc: constify of_device_id arrayFabian Frederick1-1/+1
2014-02-28misc: sram: implement reserved sram areasHeiko Stübner1-7/+118
2014-02-07misc: sram: cleanup the codeXiubo Li1-2/+0
2013-07-24misc: sram: fix error path in sram_probeHeiko Stübner1-1/+2
2013-06-17Misc: sram: Remove unneeded checkAlexander Shiyan1-5/+1
2013-05-16drivers: misc: use devm_ioremap_resource()Laurent Navet1-3/+4
2013-04-29misc: generic on-chip SRAM allocation driverPhilipp Zabel1-0/+121