aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc
AgeCommit message (Expand)Author
2023-11-20soc: qcom: llcc: Handle a second device without data corruptionUwe Kleine-König
2023-09-19soc: qcom: qmi_encdec: Restrict string length in decodeChris Lew
2023-09-19soc: qcom: ocmem: Fix NUM_PORTS & NUM_MACROS macrosLuca Weiss
2023-09-19soc: qcom: ocmem: Add OCMEM hardware version printLuca Weiss
2023-07-27drivers: meson: secure-pwrc: always enable DMA domainAlexey Romanov
2023-07-27soc/fsl/qe: fix usb.c build errorsRandy Dunlap
2023-05-17soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probeMiaoqian Lin
2023-05-17soc: ti: pm33xx: Enable basic PM runtime support for genpdTony Lindgren
2023-02-01PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe()Christophe JAILLET
2023-01-24soc: qcom: apr: Make qcom,protection-domain optional againStephan Gerhold
2023-01-14ARM: ux500: do not directly dereference __iomemJason A. Donenfeld
2023-01-14soc: qcom: Select REMAP_MMIO for LLCC driverManivannan Sadhasivam
2023-01-14soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probeZhang Qilong
2023-01-14soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probeZhang Qilong
2023-01-14soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime...Minghao Chi
2023-01-14soc: qcom: apr: Add check for idr_alloc and of_property_read_string_indexJiasheng Jiang
2023-01-14soc: qcom: apr: make code more reuseableSrinivas Kandagatla
2023-01-14soc: qcom: llcc: make irq truly optionalLuca Weiss
2023-01-14drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as staticChen Jiahao
2022-10-26soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMADmitry Osipenko
2022-10-26soc: qcom: smem_state: Add refcounting for the 'state->of_node'Liang He
2022-10-26soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe()Liang He
2022-10-05soc: sunxi: sram: Fix debugfs info for A64 SRAM CSamuel Holland
2022-10-05soc: sunxi: sram: Fix probe function ordering issuesSamuel Holland
2022-10-05soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing
2022-10-05soc: sunxi: sram: Prevent the driver from being unboundSamuel Holland
2022-10-05soc: sunxi: sram: Actually claim SRAM regionsSamuel Holland
2022-09-20soc: fsl: select FSL_GUTS driver for DPIOMathew McBride
2022-09-15soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugsLiang He
2022-08-21soc: qcom: Make QCOM_RPMPD depend on PMKonrad Dybcio
2022-08-21soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_registerMiaoqian Lin
2022-08-21soc: qcom: ocmem: Fix refcount leak in of_get_ocmemMiaoqian Lin
2022-08-21soc: fsl: guts: machine variable might be unsetMichael Walle
2022-08-21soc: amlogic: Fix refcount leak in meson-secure-pwrc.cLiang He
2022-08-21soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR valuesGeert Uytterhoeven
2022-08-21meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_initMiaoqian Lin
2022-07-21soc: ixp4xx/npe: Fix unused match warningLinus Walleij
2022-06-29soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probeMiaoqian Lin
2022-06-14soc: rockchip: Fix refcount leak in rockchip_grf_initMiaoqian Lin
2022-06-09soc: qcom: llcc: Add MODULE_DEVICE_TABLE()Bjorn Andersson
2022-06-09soc: qcom: smsm: Fix missing of_node_put() in smsm_parse_ipcMiaoqian Lin
2022-06-09soc: qcom: smp2p: Fix missing of_node_put() in smp2p_parse_ipcMiaoqian Lin
2022-06-09soc: ti: ti_sci_pm_domains: Check for null return of devm_kcallocQintaoShen
2022-04-08soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probeMiaoqian Lin
2022-04-08soc: qcom: aoss: remove spurious IRQF_ONESHOT flagsDaniel Thompson
2022-04-08soc: qcom: ocmem: Fix missing put_device() call in of_get_ocmemMiaoqian Lin
2022-04-08soc: qcom: rpmpd: Check for null return of devm_kcallocJiasheng Jiang
2022-03-08soc: fsl: qe: Check of ioremap return valueJiasheng Jiang
2022-03-08soc: fsl: guts: Add a missing memory allocation failure checkChristophe JAILLET
2022-03-08soc: fsl: guts: Revert commit 3c0d64e867edChristophe JAILLET