]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commit
remoteproc/pru: Deprecate usage of pruss_intc_trigger()
authorSuman Anna <s-anna@ti.com>
Thu, 18 Jun 2020 19:00:02 +0000 (14:00 -0500)
committerSuman Anna <s-anna@ti.com>
Fri, 19 Jun 2020 16:39:12 +0000 (11:39 -0500)
commitdb258889bfc7466a7db681073a8543ff58352d90
treeb2ccebcd6faacaf2458544d74c9c6f76405c1d02
parentc4aa0ac6d5d35a09fd03d05410d3120f78012959
remoteproc/pru: Deprecate usage of pruss_intc_trigger()

The only user of the pruss_intc_trigger() API is the PRU remoteproc
driver itself. Use the API irq_set_irqchip_state() provided by the
kernel IRQ subsystem directly instead. This is in preparation for
dropping the pruss_intc_trigger() API and the corresponding header
fil, and is the recommended way going forward for any new PRU client
drivers as well.

Signed-off-by: Suman Anna <s-anna@ti.com>
drivers/remoteproc/pru_rproc.c