summaryrefslogtreecommitdiffstats
path: root/drivers/base/arch_topology.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-16soc: ti: k3-socinfo: Avoid overriding return valueNeha Malcom Francis1-3/+2
2023-10-16soc: ti: k3-socinfo: Fix typo in bitfield documentationNeha Malcom Francis1-1/+1
2023-10-16soc: ti: knav_qmss_queue: Use device_get_match_data()Rob Herring1-4/+4
2023-10-16firmware: ti_sci: Use device_get_match_data()Rob Herring1-8/+5
2023-10-14soc/pxa: ssp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-14soc/mediatek: mtk-mmsys: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-14soc/mediatek: mtk-devapc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-14soc/loongson: loongson2_guts: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-14soc/litex: litex_soc_ctrl: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-14soc/ixp4xx: ixp4xx-qmgr: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-14soc/ixp4xx: ixp4xx-npe: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-14soc/hisilicon: kunpeng_hccs: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-14soc/fujitsu: a64fx-diag: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-14soc/fsl: cpm: tsa: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-14soc/fsl: cpm: qmc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-14soc/fsl: dpaa2-console: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-13memory: tegra: Set BPMP msg flags to reset IPC channelsThierry Reding1-0/+4
2023-10-13firmware: tegra: Add suspend hook and reset BPMP IPC early on resumeSumit Gupta2-0/+36
2023-10-13soc/tegra: pmc: Drop the ->opp_to_performance_state() callbackUlf Hansson1-8/+0
2023-10-13soc/aspeed: Convert to platform remove callback returning voidUwe Kleine-König4-16/+8
2023-10-12memory: Use device_get_match_data()Rob Herring3-22/+12
2023-10-12memory: tegra: Add Tegra234 clients for RCE and VIJon Hunter1-0/+60
2023-10-11soc/tegra: cbb: tegra194-cbb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-11firmware: tegra: Fix a typoDeming Wang1-1/+1
2023-10-09firmware: arm_scmi: Add qcom smc/hvc transport supportNikunj Kela2-2/+26
2023-10-09dt-bindings: arm: Add new compatible for smc/hvc transport for SCMINikunj Kela1-0/+4
2023-10-09firmware: arm_scmi: Convert u32 to unsigned long to align with arm_smccc_1_1_...Sudeep Holla1-7/+5
2023-10-09bus: brcmstb_gisb: Depend on SoC specifics over generic armPeter Robinson1-1/+1
2023-10-09soc: bcm: brcmstb: depend on ARCH_BRCMSTB over arm archesPeter Robinson1-1/+1
2023-10-09firmware: raspberrypi: Fix devm_rpi_firmware_get documentationKieran Bingham1-0/+1
2023-10-09firmware: meson: Use device_get_match_data()Rob Herring1-2/+3
2023-10-08firmware: arm_ffa: Upgrade the driver version to v1.1Sudeep Holla1-1/+1
2023-10-08firmware: arm_ffa: Update memory descriptor to support v1.1 formatSudeep Holla2-14/+30
2023-10-08firmware: arm_ffa: Switch to using ffa_mem_desc_offset() accessorSudeep Holla1-2/+4
2023-10-08KVM: arm64: FFA: Remove access of endpoint memory access descriptor arraySudeep Holla2-2/+14
2023-10-08clk: scmi: Add support for clock {set,get}_parentPeng Fan1-1/+60
2023-10-08firmware: arm_scmi: Add support for clock parentsPeng Fan2-6/+181
2023-10-08clk: scmi: Free scmi_clk allocated when the clocks with invalid info are skippedSudeep Holla1-0/+1
2023-10-08firmware: arm_scpi: Use device_get_match_data()Rob Herring1-8/+5
2023-10-06firmware: arm_ffa: Simplify the computation of transmit and fragment lengthSudeep Holla2-8/+8
2023-10-06firmware: arm_ffa: Add notification handling mechanismSudeep Holla1-1/+66
2023-10-06firmware: arm_ffa: Add interface to send a notification to a given partitionSudeep Holla2-0/+15
2023-10-06firmware: arm_ffa: Add interfaces to request notification callbacksSudeep Holla2-0/+150
2023-10-06firmware: arm_ffa: Add schedule receiver callback mechanismSudeep Holla2-3/+108
2023-10-06firmware: arm_ffa: Initial support for scheduler receiver interruptSudeep Holla1-10/+176
2023-10-06firmware: arm_ffa: Implement the NOTIFICATION_INFO_GET interfaceSudeep Holla1-0/+73
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interfaceSudeep Holla1-0/+37
2023-10-06firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interfaceSudeep Holla1-0/+20
2023-10-06firmware: arm_ffa: Implement the FFA_RUN interfaceSudeep Holla2-0/+27
2023-10-06firmware: arm_ffa: Implement the notification bind and unbind interfaceSudeep Holla1-0/+29