Commit Graph

2 Commits

Author SHA1 Message Date
Siddharth Gupta
81e6aa2c83 remoteproc: esoc: Cleanup esoc resources on module removal
The esoc driver was compiled statically on previous targets, this
meant that no cleanup/module removal code was required. As the
driver is now compiled as a module we need to have appropriate
handling for error cases and module insertion and removal. This
change adds the relevant callbacks and cleanup code for esoc.

Change-Id: I3280d16616b0572e2319fccbc291b635cd1a745b
Signed-off-by: Siddharth Gupta <sidgup@codeaurora.org>
2021-07-28 15:51:13 -07:00
Rishabh Bhatnagar
2ed7c32419 remoteproc: esoc: Add drivers to support external socs with APQ
Add drivers to support external soc on Waipio. These drivers
enable a gpio based interface between APQ and external soc.
They also provide a userspace interface so that the external
soc can be controlled from userspace. Moving external soc
drivers to remoteproc folder as in the coming patches
support for PIL/SSR will be replaced by remoteproc.

Change-Id: Ie53de42e0a501da372d0d9f7d38e2cb9c7f59f69
Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
2021-07-28 15:51:09 -07:00