Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc
Pull remoteproc update from Ohad Ben-Cohen: - Some refactoring, cleanups and small improvements from Sjur Brændeland. The improvements are mainly about better supporting varios virtio properties (such as virtio's config space, status and features). I now see that I messed up while commiting one of Sjur's patches and erroneously put myself as the author, as well as letting a nasty typo sneak in. I will not fix this in order to avoid rebasing the patches. Sjur - sorry! - A new remoteproc driver for OMAP-L13x (technically a DaVinci platform) from Robert Tivy. - Extend OMAP support to OMAP5 as well, from Vincent Stehlé. - Fix Kconfig VIRTUALIZATION dependency, from Suman Anna (a non-critical fix which arrived late during the rc cycle). * tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc: remoteproc: fix kconfig dependencies for VIRTIO remoteproc/davinci: add a remoteproc driver for OMAP-L13x DSP remoteproc: support default firmware name in rproc_alloc() remoteproc/omap: support OMAP5 too remoteproc: set vring addresses in resource table remoteproc: support virtio config space. remoteproc: perserve resource table data remoteproc: calculate max_notifyid by counting vrings remoteproc: code cleanup of resource parsing remoteproc: parse STE-firmware and find resource table address remoteproc: add find_loaded_rsc_table firmware ops remoteproc: refactor rproc_elf_find_rsc_table()
No related branches found
No related tags found
Showing
- drivers/remoteproc/Kconfig 26 additions, 1 deletiondrivers/remoteproc/Kconfig
- drivers/remoteproc/Makefile 1 addition, 0 deletionsdrivers/remoteproc/Makefile
- drivers/remoteproc/da8xx_remoteproc.c 324 additions, 0 deletionsdrivers/remoteproc/da8xx_remoteproc.c
- drivers/remoteproc/remoteproc_core.c 138 additions, 73 deletionsdrivers/remoteproc/remoteproc_core.c
- drivers/remoteproc/remoteproc_elf_loader.c 71 additions, 29 deletionsdrivers/remoteproc/remoteproc_elf_loader.c
- drivers/remoteproc/remoteproc_internal.h 14 additions, 1 deletiondrivers/remoteproc/remoteproc_internal.h
- drivers/remoteproc/remoteproc_virtio.c 64 additions, 15 deletionsdrivers/remoteproc/remoteproc_virtio.c
- drivers/remoteproc/ste_modem_rproc.c 30 additions, 15 deletionsdrivers/remoteproc/ste_modem_rproc.c
- include/linux/remoteproc.h 9 additions, 4 deletionsinclude/linux/remoteproc.h
Loading
Please register or sign in to comment