aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/qcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-10-22soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130PDmitry Baryshkov1-0/+2
2024-10-22soc: qcom: socinfo: Add QCS615 SoC ID table entryLijuan Gao1-0/+1
2024-10-22soc: qcom: smem: Fix up kerneldocKonrad Dybcio1-1/+7
2024-10-07soc: qcom: pd-mapper: Add QCM6490 PD mapsBjorn Andersson1-0/+1
2024-10-05soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()Dan Carpenter1-1/+2
2024-10-05EDAC/qcom: Make irq configuration optionalRajendra Nayak1-0/+3
2024-10-05soc: qcom: smem_state: simplify locking with guard()Krzysztof Kozlowski1-8/+4
2024-10-05soc: qcom: pbs: simplify locking with guard()Krzysztof Kozlowski1-14/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30soc: qcom: Add check devm_kasprintf() returned valueCharles Han1-1/+7
2024-09-30soc: qcom: qmi: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-09-30soc: qcom: llcc: Use designated initializers for LLC settingsKonrad Dybcio1-269/+2375
2024-09-17Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-72/+248
2024-08-21soc: qcom: pd-mapper: Fix singleton refcountBjorn Andersson1-0/+2
2024-08-21soc: qcom: pmic_glink: Actually communicate when remote goes downBjorn Andersson1-1/+1
2024-08-21usb: typec: ucsi: Move unregister out of atomic sectionBjorn Andersson1-1/+9
2024-08-21soc: qcom: pmic_glink: Fix race during initializationBjorn Andersson2-16/+29
2024-08-15soc: qcom: pd_mapper: Add SM7325 compatibleDanila Tikhonov1-0/+1
2024-08-15soc: qcom: socinfo: Add Soc IDs for SM7325 familyDanila Tikhonov1-0/+2
2024-08-14soc: qcom: socinfo: add QCS8275/QCS8300 SoC IDJingyi Wang1-0/+2
2024-08-14soc: qcom: smp2p: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-12/+4
2024-08-14soc: qcom: pbs: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-10/+6
2024-08-14soc: qcom: ocmem: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-5/+2
2024-08-14soc: qcom: ice: use scoped device node handling to simplify error pathsKrzysztof Kozlowski1-9/+5
2024-08-14soc: qcom: aoss: simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+3
2024-08-14soc: qcom: apr: simplify with scoped for each OF child loopKrzysztof Kozlowski1-4/+1
2024-08-14soc: qcom: smd-rpm: add qcom,smd-rpm compatibleDmitry Baryshkov1-0/+6
2024-08-14Revert "soc: qcom: smd-rpm: Match rpmsg channel instead of compatible"Dmitry Baryshkov1-9/+26
2024-08-14soc: qcom: pd_mapper: Add more older platforms without domainsStephan Gerhold1-0/+4
2024-08-14soc: qcom: pd_mapper: Add X1E80100Stephan Gerhold1-0/+10
2024-08-14Merge branch 'drivers-fixes-for-6.11' into HEADBjorn Andersson3-3/+3
2024-07-31soc: qcom: icc-bwmon: Add tracepoints in bwmon_intr_threadShivnandan Kumar2-1/+53
2024-07-28soc: qcom: llcc: Update configuration data for x1e80100Rajendra Nayak1-17/+15
2024-07-28soc: qcom: pd-mapper: mark qcom_pdm_domains as __maybe_unusedArnd Bergmann1-1/+1
2024-07-28soc: qcom: cmd-db: Map shared memory as WC, not WBVolodymyr Babchuk1-1/+1
2024-07-28soc: qcom: smp2p: Introduce tracepoint supportSudeepgoud Patil3-0/+108
2024-07-28soc: qcom: pd-mapper: Depend on ARCH_QCOM || COMPILE_TESTAndrew Halaney1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-07-23Merge tag 'rproc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds1-0/+26
2024-07-16Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-365/+1282
2024-07-06soc: qcom: wcnss: simplify with cleanup.hKrzysztof Kozlowski1-6/+5
2024-07-06soc: qcom: pdr: simplify with cleanup.hKrzysztof Kozlowski1-24/+14
2024-07-06soc: qcom: ocmem: simplify with cleanup.hKrzysztof Kozlowski1-6/+4
2024-07-06soc: qcom: mdt_loader: simplify with cleanup.hKrzysztof Kozlowski1-4/+2
2024-07-06soc: qcom: llcc: simplify with cleanup.hKrzysztof Kozlowski1-4/+2
2024-07-06soc: qcom: socinfo: Add PM6350 PMICLuca Weiss1-0/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-2/+2
2024-07-01soc: qcom: smp2p: Use devname for interrupt descriptionsChris Lew1-1/+10
2024-07-01soc: qcom: smsm: Add missing mailbox dependency to KconfigLuca Weiss1-0/+1
2024-07-01soc: qcom: add missing pd-mapper dependenciesDmitry Baryshkov1-0/+2