summaryrefslogtreecommitdiff
path: root/drivers/dsp/syslink/devh
AgeCommit message (Collapse)Author
2010-11-01SYSLINK : Disable devh notification for tiler events.Shivananda Hebbar
Currently tiler notification events is tied to the tiler release function. On each call to tiler release, notification is sent to Ducati for resource cleanup which shouldn't be the case always. Kconfig option is added to to disable tiler notification on PID_DEATH. TODO: Revisit later Change-Id: I4c42fd1886538483244f7bd1d16a0e91ce311ba9 Signed-off-by: Shivananda Hebbar <x0hebbar@ti.com>
2010-10-06syslink: devh - call rproc_stop if IOMMUCLOSE is receivedFernando Guzman Lugo
If syslink_daemon releases the handle to iommu before calling to rproc_stop (if the process is killed we don't control the order in which the handels are released) that could cause mmufaults on remote processor side. This patch fixes that issue. Signed-off-by: Fernando Guzman Lugo <x0095840@ti.com> Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
2010-09-14SYSLINK:devh: adding devh to syslink treeAngela Stegmaier
This patch adds devh to syslink tree Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>