Merge tag 'rproc-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux
Pull remoteproc updates from Bjorn Andersson: "Support for remoteprocs that will perform recovery without help from Linux is introduced. The virtio integration is transitioned towards remoteproc_virtio.c and represented by a platform_device, in preparation for instantiating virtio instances from DeviceTree. The iMX remoteproc driver has a couple of sparse warnings corrected and a couple of error message printouts are cleaned up. The keystone driver is transitioned to use the gpiod API" * tag 'rproc-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux: remoteproc: virtio: Fix warning on bindings by removing the of_match_table remoteproc: Support attach recovery after rproc crash remoteproc: Introduce rproc features remoteproc: virtio: Create platform device for the remoteproc_virtio remoteproc: Move rproc_vdev management to remoteproc_virtio.c remoteproc: core: Introduce rproc_add_rvdev function remoteproc: core: Introduce rproc_rvdev_add_device function remoteproc: Harden rproc_handle_vdev() against integer overflow remoteproc/keystone: Switch to using gpiod API drivers/remoteproc: Fix repeated words in comments remoteproc: imx_dsp_rproc: fix argument 2 of rproc_mem_entry_init remoteproc: imx_rproc: Simplify some error message
No related branches found
No related tags found
Showing
- drivers/remoteproc/imx_dsp_rproc.c 2 additions, 2 deletionsdrivers/remoteproc/imx_dsp_rproc.c
- drivers/remoteproc/imx_rproc.c 5 additions, 9 deletionsdrivers/remoteproc/imx_rproc.c
- drivers/remoteproc/keystone_remoteproc.c 9 additions, 7 deletionsdrivers/remoteproc/keystone_remoteproc.c
- drivers/remoteproc/remoteproc_core.c 66 additions, 157 deletionsdrivers/remoteproc/remoteproc_core.c
- drivers/remoteproc/remoteproc_internal.h 34 additions, 4 deletionsdrivers/remoteproc/remoteproc_internal.h
- drivers/remoteproc/remoteproc_virtio.c 164 additions, 19 deletionsdrivers/remoteproc/remoteproc_virtio.c
- include/linux/remoteproc.h 18 additions, 4 deletionsinclude/linux/remoteproc.h
Loading
Please register or sign in to comment