summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/smem.c
AgeCommit message (Expand)Author
2023-10-02soc: qcom: smem: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-27soc: qcom: Switch to EXPORT_SYMBOL_GPL()Unnathi Chalicheemala
2023-09-27soc: qcom: smem: Annotate struct qcom_smem with __counted_byKees Cook
2023-08-03soc: qcom: smem: Fix incompatible types in comparisonChen Jiahao
2023-07-13soc: qcom: smem: Add qcom_smem_is_available()Stephan Gerhold
2023-07-13soc: qcom: smem: Use struct_size()Christophe JAILLET
2023-05-26soc: qcom: smem: introduce qcom_smem_get_soc_id()Robert Marko
2023-05-26soc: qcom: smem: Switch to EXPORT_SYMBOL_GPL()Robert Marko
2023-03-13soc: qcom: smem: update max processor countBartosz Golaszewski
2023-03-13soc: qcom: Use of_property_present() for testing DT property presenceRob Herring
2022-07-04soc: qcom: smem: use correct format charactersBill Wendling
2022-04-12soc: qcom: smem: validate fields of shared structuresDeepak Kumar Singh
2022-04-12soc: qcom: smem: map only partitions used by local HOSTDeepak Kumar Singh
2021-12-20soc: qcom: smem: Update max processor countDmitry Baryshkov
2021-10-14soc: qcom: smem: Support reserved-memory descriptionBjorn Andersson
2021-03-11soc: qcom: smem: Update max processor countSibi Sankar
2020-12-28soc: qcom: smem: use %*ph to print small bufferAndy Shevchenko
2020-11-10soc: qcom: smem: Fix formatting and missing documentation issuesLee Jones
2019-08-21soc: qcom: smem: Update max processor countSibi Sankar
2019-08-05soc: qcom: Add socinfo driverImran Khan
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2018-09-13soc: qcom: smem: a few last cleanupsAlex Elder
2018-09-13soc: qcom: smem: verify partition host ids matchAlex Elder
2018-09-13soc: qcom: smem: small change in global entry loopAlex Elder
2018-09-13soc: qcom: smem: verify partition offset_free_uncachedAlex Elder
2018-09-13soc: qcom: smem: verify partition header sizeAlex Elder
2018-09-13soc: qcom: smem: introduce qcom_smem_partition_header()Alex Elder
2018-09-13soc: qcom: smem: require order of host ids to matchAlex Elder
2018-09-13soc: qcom: smem: verify both host ids in partition headerAlex Elder
2018-09-13soc: qcom: smem: small refactor in qcom_smem_enumerate_partitions()Alex Elder
2018-09-13soc: qcom: smem: always ignore partitions with 0 offset or sizeAlex Elder
2018-09-13soc: qcom: smem: initialize region struct only when successfulAlex Elder
2018-09-13soc: qcom: smem: rename variable in qcom_smem_get_global()Alex Elder
2018-09-13soc: qcom: smem: Add missing include of sizes.hNiklas Cassel
2018-07-21soc: qcom: smem: Correct check for global partitionBjorn Andersson
2018-05-25soc: qcom: smem: introduce qcom_smem_virt_to_phys()Alex Elder
2018-05-25soc: qcom: smem: check sooner in qcom_smem_set_global_partition()Alex Elder
2018-05-25soc: qcom: smem: fix qcom_smem_set_global_partition()Alex Elder
2018-05-25soc: qcom: smem: fix off-by-one error in qcom_smem_alloc_private()Alex Elder
2018-05-25soc: qcom: smem: byte swap values properlyAlex Elder
2018-05-25soc: qcom: smem: return proper type for cached entry functionsAlex Elder
2018-05-25soc: qcom: smem: fix first cache entry calculationAlex Elder
2017-10-11soc: qcom: smem: Increase the number of hostsChris Lew
2017-10-11soc: qcom: smem: Support dynamic item limitChris Lew
2017-10-11soc: qcom: smem: Support global partitionChris Lew
2017-10-11soc: qcom: smem: Read version from the smem headerChris Lew
2017-10-11soc: qcom: smem: Use le32_to_cpu for comparisonChris Lew
2017-10-11soc: qcom: smem: Support getting cached entriesBjorn Andersson
2017-10-11soc: qcom: smem: Rename "uncached" accessorsBjorn Andersson
2016-08-23soc: qcom: smem: Silence probe defer errorStephen Boyd