summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/ti_k3_m4_remoteproc.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-20remoteproc: k3: Refactor release_tsp() functions into common driverBeleswar Padhi1-8/+1
2025-05-20remoteproc: k3: Refactor reserved_mem_init() functions into common driverBeleswar Padhi1-70/+1
2025-05-20remoteproc: k3: Refactor mem_release() functions into common driverBeleswar Padhi1-8/+1
2025-05-20remoteproc: k3: Refactor of_get_memories() functions into common driverBeleswar Padhi1-53/+1
2025-05-20remoteproc: k3: Refactor .da_to_va rproc ops into common driverBeleswar Padhi1-57/+1
2025-05-20remoteproc: k3: Refactor .get_loaded_rsc_table ops into common driverBeleswar Padhi1-33/+1
2025-05-20remoteproc: k3: Refactor .detach rproc ops into common driverBeleswar Padhi1-13/+1
2025-05-20remoteproc: k3: Refactor .attach rproc ops into common driverBeleswar Padhi1-13/+1
2025-05-20remoteproc: k3: Refactor .stop rproc ops into common driverBeleswar Padhi1-14/+1
2025-05-20remoteproc: k3: Refactor .start rproc ops into common driverBeleswar Padhi1-15/+1
2025-05-20remoteproc: k3: Refactor .unprepare rproc ops into common driverBeleswar Padhi1-30/+1
2025-05-20remoteproc: k3: Refactor .prepare rproc ops into common driverBeleswar Padhi1-44/+1
2025-05-20remoteproc: k3: Refactor rproc_request_mbox() implementations into common driverBeleswar Padhi1-36/+1
2025-05-20remoteproc: k3-m4: Ping the mbox while acquiring the channelBeleswar Padhi1-25/+19
2025-05-20remoteproc: k3: Refactor rproc_release() implementation into common driverBeleswar Padhi1-25/+1
2025-05-20remoteproc: k3-m4: Introduce central function to release rproc from resetBeleswar Padhi1-7/+26
2025-05-20remoteproc: k3: Refactor rproc_reset() implementation into common driverBeleswar Padhi1-22/+2
2025-05-20remoteproc: k3-m4: Introduce central function to put rproc into resetBeleswar Padhi1-13/+23
2025-05-20remoteproc: k3: Refactor .kick rproc ops into common driverBeleswar Padhi1-25/+1
2025-05-20remoteproc: k3: Refactor mailbox rx_callback functions into common driverBeleswar Padhi1-48/+1
2025-05-20remoteproc: k3: Refactor shared data structuresBeleswar Padhi1-88/+17
2025-05-20remoteproc: k3-m4: Use k3_rproc_mem_data structure for memory infoBeleswar Padhi1-15/+45
2025-05-20remoteproc: k3-m4: Add pointer to rproc struct within k3_m4_rprocBeleswar Padhi1-0/+3
2025-05-20remoteproc: k3-{m4/dsp}: Add a void ptr member in rproc internal structBeleswar Padhi1-0/+2
2025-05-20remoteproc: k3-m4: Don't assert reset in detach routineBeleswar Padhi1-1/+1
2024-09-30remoteproc: k3: Call of_node_put(rmem_np) only once in three functionsMarkus Elfring1-4/+2
2024-08-21remoteproc: k3-m4: Add a remoteproc driver for M4F subsystemMartyn Welch1-0/+667