summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)Author
2025-06-02Merge tag 'rproc-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2025-05-20remoteproc: k3: Refactor release_tsp() functions into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor reserved_mem_init() functions into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor mem_release() functions into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor of_get_memories() functions into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor .da_to_va rproc ops into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor .get_loaded_rsc_table ops into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor .detach rproc ops into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor .attach rproc ops into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor .stop rproc ops into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor .start rproc ops into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor .unprepare rproc ops into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor .prepare rproc ops into common driverBeleswar Padhi
2025-05-20remoteproc: k3-dsp: Assert local reset during .prepare callbackBeleswar Padhi
2025-05-20remoteproc: k3-dsp: Don't override rproc ops in IPC-only modeBeleswar Padhi
2025-05-20remoteproc: k3: Refactor rproc_request_mbox() implementations into common driverBeleswar Padhi
2025-05-20remoteproc: k3-m4: Ping the mbox while acquiring the channelBeleswar Padhi
2025-05-20remoteproc: k3: Refactor rproc_release() implementation into common driverBeleswar Padhi
2025-05-20remoteproc: k3-m4: Introduce central function to release rproc from resetBeleswar Padhi
2025-05-20remoteproc: k3-dsp: Correct Reset deassert logic for devices w/o lresetsBeleswar Padhi
2025-05-20remoteproc: k3: Refactor rproc_reset() implementation into common driverBeleswar Padhi
2025-05-20remoteproc: k3-m4: Introduce central function to put rproc into resetBeleswar Padhi
2025-05-20remoteproc: k3-dsp: Correct Reset logic for devices without lresetsBeleswar Padhi
2025-05-20remoteproc: k3: Refactor .kick rproc ops into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor mailbox rx_callback functions into common driverBeleswar Padhi
2025-05-20remoteproc: k3: Refactor shared data structuresBeleswar Padhi
2025-05-20remoteproc: k3-m4: Use k3_rproc_mem_data structure for memory infoBeleswar Padhi
2025-05-20remoteproc: k3-m4: Add pointer to rproc struct within k3_m4_rprocBeleswar Padhi
2025-05-20remoteproc: k3-{m4/dsp}: Add a void ptr member in rproc internal structBeleswar Padhi
2025-05-20remoteproc: k3-r5: Use k3_r5_rproc_mem_data structure for memory infoBeleswar Padhi
2025-05-20remoteproc: k3-r5: Refactor Data Structures to Align with DSP and M4Beleswar Padhi
2025-05-20remoteproc: k3-r5: Re-order k3_r5_release_tsp() functionBeleswar Padhi
2025-05-20remoteproc: k3-r5: Re-order internal memory initialization functionsBeleswar Padhi
2025-05-20remoteproc: k3-m4: Don't assert reset in detach routineBeleswar Padhi
2025-05-20remoteproc: k3-r5: Refactor sequential core power up/down operationsBeleswar Padhi
2025-05-20remoteproc: k3-dsp: Drop check performed in k3_dsp_rproc_{mbox_callback/kick}Siddharth Vadapalli
2025-05-20remoteproc: k3-r5: Drop check performed in k3_r5_rproc_{mbox_callback/kick}Siddharth Vadapalli
2025-05-15Revert "remoteproc: core: Clear table_sz when rproc_shutdown"Bjorn Andersson
2025-05-13remoteproc: qcom_wcnss: Fix on platforms without fallback regulatorsMatti Lehtimäki
2025-05-13remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probeDan Carpenter
2025-05-12remoteproc: xlnx: Avoid RPU force power downTanmay Shah
2025-05-06remoteproc: core: Release rproc->clean_table after rproc_attach() failsXiaolei Wang
2025-05-06remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fa...Xiaolei Wang
2025-04-22remoteproc: imx_dsp_rproc: Add support for DSP-specific featuresIuliana Prodan
2025-04-07remoteproc: stm32_rproc: Allow to specify firmware default nameArnaud Pouliquen
2025-03-22remoteproc: qcom_q6v5_pas: Make single-PD handling more robustLuca Weiss
2025-03-22remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226Luca Weiss
2025-03-22remoteproc: core: Clear table_sz when rproc_shutdownPeng Fan
2025-03-22remoteproc: sysmon: Update qcom_add_sysmon_subdev() commentDan Carpenter
2025-03-21irqdomain: remoteproc: Switch to of_fwnode_handle()Jiri Slaby (SUSE)