Age | Commit message (Expand) | Author | Files | Lines |
23 hours | next-20250702/char-misc | Stephen Rothwell | 1 | -4/+6 |
10 days | drivers: misc: sram: fix up some const issues with recent attribute changes | Greg Kroah-Hartman | 1 | -4/+6 |
2025-06-17 | sysfs: treewide: switch back to bin_attribute::read()/write() | Thomas Weißschuh | 1 | -2/+2 |
2024-12-24 | misc: sram: constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -4/+4 |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
2024-03-05 | misc: sram: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-08-04 | misc: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
2023-07-26 | misc/genalloc: Name subpools by of_node_full_name() | Linus Walleij | 1 | -1/+1 |
2023-05-17 | misc: sram: Generate unique names for subpools | Linus Walleij | 1 | -4/+5 |
2023-03-17 | misc/sram: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -8/+3 |
2023-03-09 | misc: sram: Improve and simplify clk handling | Uwe Kleine-König | 1 | -12/+5 |
2021-12-08 | misc: sram: Add compatible string for Tegra234 SYSRAM | Mikko Perttunen | 1 | -0/+1 |
2021-08-05 | misc: sram: Only map reserved areas in Tegra SYSRAM | Mikko Perttunen | 1 | -30/+73 |
2021-05-27 | driver core: Drop helper devm_platform_ioremap_resource_wc() | Uwe Kleine-König | 1 | -2/+4 |
2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 1 | -2/+2 |
2019-11-05 | misc: sram: use devm_platform_ioremap_resource_wc() | Bartosz Golaszewski | 1 | -20/+8 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner | 1 | -14/+1 |
2018-09-25 | misc: sram: remove redundant null pointer check before of_node_put | zhong jiang | 1 | -4/+2 |
2018-07-06 | misc: sram: enable clock before registering regions | Johan Hovold | 1 | -6/+7 |
2018-07-06 | misc: sram: fix resource leaks in probe error path | Johan Hovold | 1 | -1/+8 |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -2/+2 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2017-08-28 | misc: Convert to using %pOF instead of full_name | Rob Herring | 1 | -6/+6 |
2017-01-25 | misc: sram: Integrate protect-exec reserved sram area type | Dave Gerlach | 1 | -2/+19 |
2017-01-25 | misc: sram: Split sram data structures into local header | Dave Gerlach | 1 | -28/+2 |
2017-01-10 | misc: set error code when devm_kstrdup fails | Pan Bian | 1 | -1/+3 |
2016-11-30 | misc: sram: remove useless #ifdef | Arnd Bergmann | 1 | -3/+1 |
2016-11-07 | misc: sram: add Atmel securam support | Alexandre Belloni | 1 | -7/+35 |
2016-04-30 | misc: sram: fix check of devm_ioremap*() return value | Vladimir Zapolskiy | 1 | -2/+2 |
2016-03-14 | misc: sram: add optional ioremap without write combining | Marcin Wojtas | 1 | -1/+4 |
2015-10-18 | misc: sram: partition base address belongs to __iomem space | Vladimir Zapolskiy | 1 | -3/+3 |
2015-10-17 | misc: sram: extend usage of reserved partitions | Vladimir Zapolskiy | 1 | -8/+188 |
2015-09-04 | genalloc: add name arg to gen_pool_get() and devm_gen_pool_create() | Vladimir Zapolskiy | 1 | -4/+4 |
2015-06-12 | misc: sram: sort and clean up included headers | Vladimir Zapolskiy | 1 | -8/+2 |
2015-06-12 | misc: sram: move reserved block logic out of probe function | Vladimir Zapolskiy | 1 | -36/+46 |
2015-06-12 | misc: sram: add private struct device and virt_base members | Vladimir Zapolskiy | 1 | -25/+29 |
2015-06-12 | misc: sram: report correct SRAM pool size | Vladimir Zapolskiy | 1 | -1/+2 |
2015-06-12 | misc: sram: bump error message level on unclean driver unbinding | Vladimir Zapolskiy | 1 | -1/+1 |
2015-06-12 | misc: sram: fix device node reference leak on error | Vladimir Zapolskiy | 1 | -0/+2 |
2015-06-12 | misc: sram: fix enabled clock leak on error path | Vladimir Zapolskiy | 1 | -13/+9 |
2015-03-16 | misc: sram: switch to ioremap_wc from ioremap | Abhilash Kesavan | 1 | -3/+14 |
2015-03-16 | misc: constify of_device_id array | Fabian Frederick | 1 | -1/+1 |
2014-02-28 | misc: sram: implement reserved sram areas | Heiko Stübner | 1 | -7/+118 |
2014-02-07 | misc: sram: cleanup the code | Xiubo Li | 1 | -2/+0 |
2013-07-24 | misc: sram: fix error path in sram_probe | Heiko Stübner | 1 | -1/+2 |
2013-06-17 | Misc: sram: Remove unneeded check | Alexander Shiyan | 1 | -5/+1 |
2013-05-16 | drivers: misc: use devm_ioremap_resource() | Laurent Navet | 1 | -3/+4 |
2013-04-29 | misc: generic on-chip SRAM allocation driver | Philipp Zabel | 1 | -0/+121 |