summaryrefslogtreecommitdiff
path: root/drivers/soc/qcom/smem.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02soc: qcom: smem: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-28soc: qcom: Switch to EXPORT_SYMBOL_GPL()Unnathi Chalicheemala1-1/+1
2023-09-28soc: qcom: smem: Annotate struct qcom_smem with __counted_byKees Cook1-1/+1
2023-08-03soc: qcom: smem: Fix incompatible types in comparisonChen Jiahao1-1/+1
2023-07-14soc: qcom: smem: Add qcom_smem_is_available()Stephan Gerhold1-0/+11
2023-07-14soc: qcom: smem: Use struct_size()Christophe JAILLET1-3/+2
2023-05-27soc: qcom: smem: introduce qcom_smem_get_soc_id()Robert Marko1-0/+23
2023-05-27soc: qcom: smem: Switch to EXPORT_SYMBOL_GPL()Robert Marko1-4/+4
2023-03-14soc: qcom: smem: update max processor countBartosz Golaszewski1-1/+1
2023-03-13soc: qcom: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2022-07-04soc: qcom: smem: use correct format charactersBill Wendling1-3/+3
2022-04-13soc: qcom: smem: validate fields of shared structuresDeepak Kumar Singh1-10/+69
2022-04-13soc: qcom: smem: map only partitions used by local HOSTDeepak Kumar Singh1-62/+164
2021-12-21soc: qcom: smem: Update max processor countDmitry Baryshkov1-1/+1
2021-10-15soc: qcom: smem: Support reserved-memory descriptionBjorn Andersson1-18/+39
2021-03-12soc: qcom: smem: Update max processor countSibi Sankar1-1/+1
2020-12-28soc: qcom: smem: use %*ph to print small bufferAndy Shevchenko1-3/+1
2020-11-11soc: qcom: smem: Fix formatting and missing documentation issuesLee Jones1-1/+2
2019-08-22soc: qcom: smem: Update max processor countSibi Sankar1-1/+1
2019-08-06soc: qcom: Add socinfo driverImran Khan1-0/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2018-09-14soc: qcom: smem: a few last cleanupsAlex Elder1-9/+6
2018-09-14soc: qcom: smem: verify partition host ids matchAlex Elder1-21/+15
2018-09-14soc: qcom: smem: small change in global entry loopAlex Elder1-3/+4
2018-09-14soc: qcom: smem: verify partition offset_free_uncachedAlex Elder1-14/+7
2018-09-14soc: qcom: smem: verify partition header sizeAlex Elder1-11/+8
2018-09-14soc: qcom: smem: introduce qcom_smem_partition_header()Alex Elder1-14/+31
2018-09-14soc: qcom: smem: require order of host ids to matchAlex Elder1-8/+2
2018-09-14soc: qcom: smem: verify both host ids in partition headerAlex Elder1-1/+1
2018-09-14soc: qcom: smem: small refactor in qcom_smem_enumerate_partitions()Alex Elder1-4/+3
2018-09-14soc: qcom: smem: always ignore partitions with 0 offset or sizeAlex Elder1-13/+10
2018-09-14soc: qcom: smem: initialize region struct only when successfulAlex Elder1-3/+5
2018-09-14soc: qcom: smem: rename variable in qcom_smem_get_global()Alex Elder1-5/+5
2018-09-14soc: qcom: smem: Add missing include of sizes.hNiklas Cassel1-0/+1
2018-07-21soc: qcom: smem: Correct check for global partitionBjorn Andersson1-5/+5
2018-05-25soc: qcom: smem: introduce qcom_smem_virt_to_phys()Alex Elder1-0/+27
2018-05-25soc: qcom: smem: check sooner in qcom_smem_set_global_partition()Alex Elder1-5/+5
2018-05-25soc: qcom: smem: fix qcom_smem_set_global_partition()Alex Elder1-3/+6
2018-05-25soc: qcom: smem: fix off-by-one error in qcom_smem_alloc_private()Alex Elder1-1/+1
2018-05-25soc: qcom: smem: byte swap values properlyAlex Elder1-9/+9
2018-05-25soc: qcom: smem: return proper type for cached entry functionsAlex Elder1-3/+5
2018-05-25soc: qcom: smem: fix first cache entry calculationAlex Elder1-1/+2
2017-10-12soc: qcom: smem: Increase the number of hostsChris Lew1-1/+1
2017-10-12soc: qcom: smem: Support dynamic item limitChris Lew1-6/+45
2017-10-12soc: qcom: smem: Support global partitionChris Lew1-30/+142
2017-10-12soc: qcom: smem: Read version from the smem headerChris Lew1-17/+8
2017-10-12soc: qcom: smem: Use le32_to_cpu for comparisonChris Lew1-1/+1
2017-10-12soc: qcom: smem: Support getting cached entriesBjorn Andersson1-8/+61
2017-10-12soc: qcom: smem: Rename "uncached" accessorsBjorn Andersson1-13/+13
2016-08-23soc: qcom: smem: Silence probe defer errorStephen Boyd1-1/+2