Age | Commit message (Expand) | Author |
2019-11-05 | misc: sram: use devm_platform_ioremap_resource_wc() | Bartosz Golaszewski |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner |
2018-09-25 | misc: sram: remove redundant null pointer check before of_node_put | zhong jiang |
2018-07-06 | misc: sram: enable clock before registering regions | Johan Hovold |
2018-07-06 | misc: sram: fix resource leaks in probe error path | Johan Hovold |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2017-08-28 | misc: Convert to using %pOF instead of full_name | Rob Herring |
2017-01-25 | misc: sram: Integrate protect-exec reserved sram area type | Dave Gerlach |
2017-01-25 | misc: sram: Split sram data structures into local header | Dave Gerlach |
2017-01-10 | misc: set error code when devm_kstrdup fails | Pan Bian |
2016-11-30 | misc: sram: remove useless #ifdef | Arnd Bergmann |
2016-11-07 | misc: sram: add Atmel securam support | Alexandre Belloni |
2016-04-30 | misc: sram: fix check of devm_ioremap*() return value | Vladimir Zapolskiy |
2016-03-14 | misc: sram: add optional ioremap without write combining | Marcin Wojtas |
2015-10-18 | misc: sram: partition base address belongs to __iomem space | Vladimir Zapolskiy |
2015-10-17 | misc: sram: extend usage of reserved partitions | Vladimir Zapolskiy |
2015-09-04 | genalloc: add name arg to gen_pool_get() and devm_gen_pool_create() | Vladimir Zapolskiy |
2015-06-12 | misc: sram: sort and clean up included headers | Vladimir Zapolskiy |
2015-06-12 | misc: sram: move reserved block logic out of probe function | Vladimir Zapolskiy |
2015-06-12 | misc: sram: add private struct device and virt_base members | Vladimir Zapolskiy |
2015-06-12 | misc: sram: report correct SRAM pool size | Vladimir Zapolskiy |
2015-06-12 | misc: sram: bump error message level on unclean driver unbinding | Vladimir Zapolskiy |
2015-06-12 | misc: sram: fix device node reference leak on error | Vladimir Zapolskiy |
2015-06-12 | misc: sram: fix enabled clock leak on error path | Vladimir Zapolskiy |
2015-03-16 | misc: sram: switch to ioremap_wc from ioremap | Abhilash Kesavan |
2015-03-16 | misc: constify of_device_id array | Fabian Frederick |
2014-02-28 | misc: sram: implement reserved sram areas | Heiko Stübner |
2014-02-07 | misc: sram: cleanup the code | Xiubo Li |
2013-07-24 | misc: sram: fix error path in sram_probe | Heiko Stübner |
2013-06-17 | Misc: sram: Remove unneeded check | Alexander Shiyan |
2013-05-16 | drivers: misc: use devm_ioremap_resource() | Laurent Navet |
2013-04-29 | misc: generic on-chip SRAM allocation driver | Philipp Zabel |