remoteproc: Add support for TI power processor
authorNishanth Menon <nm@ti.com>
Thu, 25 Feb 2016 18:53:45 +0000 (12:53 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:37 +0000 (19:18 -0400)
commit42392849739d2bd9eaadd89184909079c8ab760c
tree63366038736e6a5940198ad371964b7d3c50f645
parentec00b2e3abd0817f871d66c3f8cb9f35fdaf6ffb
remoteproc: Add support for TI power processor

Many TI System on Chip (SoC) solutions do have a dedicated
microcontroller for doing power management functionality. These include
the AM335x, AM437x, Keystone K2G SoCs. The functionality provided by
these microcontrollers and the communication mechanisms vary very
widely. However, we are able to consolidate some basic functionality to
be generic enough starting with K2G SoC family. Introduce a basic remote
proc driver to support these microcontrollers. In fact, on SoCs starting
with K2G, basic power management functions are primarily accessible for
the High Level Operating Systems(HLOS) via these microcontroller solutions.

Hence, having these started at a bootloader level is pretty much
mandatory.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/remoteproc/Kconfig
drivers/remoteproc/Makefile
drivers/remoteproc/ti_power_proc.c [new file with mode: 0644]