summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/ti_k3_m4_remoteproc.c
AgeCommit message (Expand)Author
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: 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: 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: 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-m4: Don't assert reset in detach routineBeleswar Padhi
2024-09-30remoteproc: k3: Call of_node_put(rmem_np) only once in three functionsMarkus Elfring
2024-08-21remoteproc: k3-m4: Add a remoteproc driver for M4F subsystemMartyn Welch