aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/sram.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-08misc: sram: Add compatible string for Tegra234 SYSRAMGravatar Mikko Perttunen 1-0/+1
2021-08-05misc: sram: Only map reserved areas in Tegra SYSRAMGravatar Mikko Perttunen 1-30/+73
2021-05-27driver core: Drop helper devm_platform_ioremap_resource_wc()Gravatar Uwe Kleine-König 1-2/+4
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-2/+2
2019-11-05misc: sram: use devm_platform_ioremap_resource_wc()Gravatar Bartosz Golaszewski 1-20/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Gravatar Thomas Gleixner 1-14/+1
2018-09-25misc: sram: remove redundant null pointer check before of_node_putGravatar zhong jiang 1-4/+2
2018-07-06misc: sram: enable clock before registering regionsGravatar Johan Hovold 1-6/+7
2018-07-06misc: sram: fix resource leaks in probe error pathGravatar Johan Hovold 1-1/+8
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2017-08-28misc: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-6/+6
2017-01-25misc: sram: Integrate protect-exec reserved sram area typeGravatar Dave Gerlach 1-2/+19
2017-01-25misc: sram: Split sram data structures into local headerGravatar Dave Gerlach 1-28/+2
2017-01-10misc: set error code when devm_kstrdup failsGravatar Pan Bian 1-1/+3
2016-11-30misc: sram: remove useless #ifdefGravatar Arnd Bergmann 1-3/+1
2016-11-07misc: sram: add Atmel securam supportGravatar Alexandre Belloni 1-7/+35
2016-04-30misc: sram: fix check of devm_ioremap*() return valueGravatar Vladimir Zapolskiy 1-2/+2
2016-03-14misc: sram: add optional ioremap without write combiningGravatar Marcin Wojtas 1-1/+4
2015-10-18misc: sram: partition base address belongs to __iomem spaceGravatar Vladimir Zapolskiy 1-3/+3
2015-10-17misc: sram: extend usage of reserved partitionsGravatar Vladimir Zapolskiy 1-8/+188
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Gravatar Vladimir Zapolskiy 1-4/+4
2015-06-12misc: sram: sort and clean up included headersGravatar Vladimir Zapolskiy 1-8/+2
2015-06-12misc: sram: move reserved block logic out of probe functionGravatar Vladimir Zapolskiy 1-36/+46
2015-06-12misc: sram: add private struct device and virt_base membersGravatar Vladimir Zapolskiy 1-25/+29
2015-06-12misc: sram: report correct SRAM pool sizeGravatar Vladimir Zapolskiy 1-1/+2
2015-06-12misc: sram: bump error message level on unclean driver unbindingGravatar Vladimir Zapolskiy 1-1/+1
2015-06-12misc: sram: fix device node reference leak on errorGravatar Vladimir Zapolskiy 1-0/+2
2015-06-12misc: sram: fix enabled clock leak on error pathGravatar Vladimir Zapolskiy 1-13/+9
2015-03-16misc: sram: switch to ioremap_wc from ioremapGravatar Abhilash Kesavan 1-3/+14
2015-03-16misc: constify of_device_id arrayGravatar Fabian Frederick 1-1/+1
2014-02-28misc: sram: implement reserved sram areasGravatar Heiko Stübner 1-7/+118
2014-02-07misc: sram: cleanup the codeGravatar Xiubo Li 1-2/+0
2013-07-24misc: sram: fix error path in sram_probeGravatar Heiko Stübner 1-1/+2
2013-06-17Misc: sram: Remove unneeded checkGravatar Alexander Shiyan 1-5/+1
2013-05-16drivers: misc: use devm_ioremap_resource()Gravatar Laurent Navet 1-3/+4
2013-04-29misc: generic on-chip SRAM allocation driverGravatar Philipp Zabel 1-0/+121