summaryrefslogtreecommitdiffstats
path: root/drivers/soc/qcom/socinfo.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id tableBhupesh Sharma1-0/+4
2022-12-05soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id tableBhupesh Sharma1-0/+2
2022-12-05soc: qcom: socinfo: Add SM8550 IDAbel Vesa1-0/+1
2022-12-05soc: qcom: socinfo: Add MSM8956/76 SoC IDs to the soc_id tableAngeloGioacchino Del Regno1-0/+2
2022-11-07soc: qcom: socinfo: Add QDU1000/QRU1000 SoC IDs to the soc_id tableMelody Olvera1-0/+6
2022-10-17soc: qcom: socinfo: create soc_id table from bindingsKrzysztof Kozlowski1-129/+136
2022-08-18soc: qcom: socinfo: Add PM6125 IDKonrad Dybcio1-0/+1
2022-08-18soc: qcom: socinfo: Add an ID for SM6375Konrad Dybcio1-0/+1
2022-07-16soc: qcom: socinfo: Fix the id of SA8540P SoCParikshit Pareek1-1/+2
2022-06-25soc: qcom: socinfo: Add an ID for sc7180PDouglas Anderson1-0/+1
2022-04-19soc: qcom: socinfo: Sort out 8974PRO namesLuca Weiss1-12/+12
2022-04-07soc: qcom: socinfo: Add another ID for SM8450Dmitry Baryshkov1-0/+1
2022-04-07soc: qcom: socinfo: add SC7280 entry to soc_id arrayDouglas Anderson1-0/+1
2022-02-10soc: qcom: socinfo: Add some more PMICs and SoCsBjorn Andersson1-0/+12
2021-12-20soc: qcom: socinfo: Add SM6350 and SM7225Luca Weiss1-0/+2
2021-12-20soc: qcom: socinfo: add SM8450 IDDmitry Baryshkov1-0/+1
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-2/+16
2021-10-23soc: qcom: socinfo: Add PM8150C and SMB2351 modelsBjorn Andersson1-0/+2
2021-10-16soc: qcom: socinfo: add two missing PMIC IDsDmitry Baryshkov1-2/+2
2021-09-21soc: qcom: socinfo: Add IPQ8074 family ID-sRobert Marko1-0/+12
2021-09-13soc: qcom: socinfo: Fixed argument passed to platform_set_data()Antonio Martorana1-1/+1
2021-07-19soc: qcom: socinfo: Don't print anything if nothing foundStephen Boyd1-2/+2
2021-05-26soc: qcom: socinfo: import PMIC IDs from pmic-spmiLuca Weiss1-6/+18
2021-05-25soc: qcom: socinfo: Add more IDsLuca Weiss1-0/+27
2021-05-25soc: qcom: socinfo: Add remaining IPQ6018 family ID-sRobert Marko1-0/+4
2021-05-25soc: qcom: socinfo: Add missing SoC ID for SM6125Martin Botka1-0/+1
2021-01-27soc: qcom: socinfo: Remove unwanted le32_to_cpu()Dmitry Baryshkov1-2/+2
2021-01-20soc: qcom: socinfo: Fix an off by one in qcom_show_pmic_model()Dan Carpenter1-1/+1
2021-01-20soc: qcom: socinfo: Fix off-by-one array index bounds checkColin Ian King1-1/+1
2021-01-15soc: qcom: socinfo: Add MDM9607 IDsKonrad Dybcio1-0/+6
2021-01-15soc: qcom: socinfo: Add SoC IDs for APQ/MSM8998Konrad Dybcio1-0/+2
2021-01-15soc: qcom: socinfo: Add SoC IDs for 630 familyKonrad Dybcio1-0/+7
2021-01-15soc: qcom: socinfo: Open read access to all for debugfsStephen Boyd1-20/+20
2021-01-15soc: qcom: socinfo: add info from PMIC models arrayDmitry Baryshkov1-3/+39
2021-01-15soc: qcom: socinfo: add several PMIC IDsDmitry Baryshkov1-0/+5
2021-01-15soc: qcom: socinfo: add qrb5165 SoC IDDmitry Baryshkov1-0/+1
2020-11-21soc: qcom: socinfo: add soc ids for msm8953 variantsVladimir Lypak1-0/+6
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-0/+5
2020-09-14soc: qcom: socinfo: Add msm8992/4 and apq8094 SoC IDsKonrad Dybcio1-0/+3
2020-09-10soc: qcom: socinfo: add SC7180 entry to soc_id arrayDouglas Anderson1-0/+1
2020-09-10soc: qcom: socinfo: add soc id for IPQ6018Kathiravan T1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-11/+11
2020-06-23soc: qcom: socinfo: add SM8250 entry to soc_id arrayDmitry Baryshkov1-0/+1
2020-06-23soc: qcom: socinfo: add file with SoC info format versionDmitry Baryshkov1-0/+3
2020-06-23soc: qcom: socinfo: fix printing of pmic_modelDmitry Baryshkov1-1/+4
2020-06-23soc: qcom: socinfo: add support for newer socinfo dataDmitry Baryshkov1-0/+55
2020-06-22soc: qcom: socinfo: Add socinfo entry for SDM630Konrad Dybcio1-0/+1
2020-05-11soc: qcom: socinfo: add msm8936/39 and apq8036/39 soc idsVincent Knecht1-0/+4
2020-04-13soc: qcom: socinfo: add missing soc_id sysfs entrySrinivas Kandagatla1-0/+2
2020-03-09soc: qcom: socinfo: Use seq_putc() if possibleStephen Boyd1-1/+1