12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319 |
- /*
- * OMAP Remote Processor driver
- *
- * Copyright (C) 2011-2016 Texas Instruments Incorporated - http://www.ti.com/
- * Copyright (C) 2011 Google, Inc.
- *
- * Ohad Ben-Cohen <ohad@wizery.com>
- * Brian Swetland <swetland@google.com>
- * Fernando Guzman Lugo <fernando.lugo@ti.com>
- * Mark Grosen <mgrosen@ti.com>
- * Suman Anna <s-anna@ti.com>
- * Hari Kanigeri <h-kanigeri2@ti.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
- #include <linux/kernel.h>
- #include <linux/module.h>
- #include <linux/err.h>
- #include <linux/io.h>
- #include <linux/of_device.h>
- #include <linux/of_address.h>
- #include <linux/of_reserved_mem.h>
- #include <linux/platform_device.h>
- #include <linux/dma-mapping.h>
- #include <linux/interrupt.h>
- #include <linux/remoteproc.h>
- #include <linux/mailbox_client.h>
- #include <linux/omap-mailbox.h>
- #include <linux/omap-iommu.h>
- #include <linux/regmap.h>
- #include <linux/mfd/syscon.h>
- #include <linux/pm_runtime.h>
- #include <linux/platform_data/remoteproc-omap.h>
- #include "omap_remoteproc.h"
- #include "remoteproc_internal.h"
- #define OMAP_RPROC_DSP_LOCAL_MEM_OFFSET (0x00800000)
- #define OMAP_RPROC_IPU_L2RAM_DEV_ADDR (0x20000000)
- /* default auto-suspend delay (ms) */
- #define DEFAULT_AUTOSUSPEND_DELAY 10000
- /**
- * struct omap_rproc_boot_data - boot data structure for the DSP omap rprocs
- * @syscon: regmap handle for the system control configuration module
- * @boot_reg: boot register offset within the @syscon regmap
- * @boot_reg_shift: bit-field shift required for the boot address value in
- * @boot_reg
- */
- struct omap_rproc_boot_data {
- struct regmap *syscon;
- unsigned int boot_reg;
- unsigned int boot_reg_shift;
- };
- /**
- * struct omap_rproc_mem - internal memory structure
- * @cpu_addr: MPU virtual address of the memory region
- * @bus_addr: bus address used to access the memory region
- * @dev_addr: device address of the memory region from DSP view
- * @size: size of the memory region
- */
- struct omap_rproc_mem {
- void __iomem *cpu_addr;
- phys_addr_t bus_addr;
- u32 dev_addr;
- size_t size;
- };
- /**
- * struct omap_rproc_timers_info - timers for the omap rproc
- * @odt: timer pointer
- * @irq: timer irq
- */
- struct omap_rproc_timers_info {
- struct omap_dm_timer *odt;
- int irq;
- };
- /**
- * struct omap_rproc - omap remote processor state
- * @mbox: mailbox channel handle
- * @client: mailbox client to request the mailbox channel
- * @boot_data: boot data structure for setting processor boot address
- * @mem: internal memory regions data
- * @num_mems: number of internal memory regions
- * @num_timers: number of rproc timer(s)
- * @num_wd_timers: number of rproc watchdog timers
- * @timers: timer(s) info used by rproc
- * @autosuspend_delay: auto-suspend delay value to be used for runtime pm
- * @need_resume: if true a resume is needed in the system resume callback
- * @rproc: rproc handle
- * @pm_comp: completion primitive to sync for suspend response
- * @standby_addr: kernel address of the register having module standby status
- * @suspend_acked: state machine flag to store the suspend request ack
- */
- struct omap_rproc {
- struct mbox_chan *mbox;
- struct mbox_client client;
- struct omap_rproc_boot_data *boot_data;
- struct omap_rproc_mem *mem;
- int num_mems;
- int num_timers;
- int num_wd_timers;
- struct omap_rproc_timers_info *timers;
- int autosuspend_delay;
- bool need_resume;
- struct rproc *rproc;
- struct completion pm_comp;
- void __iomem *standby_addr;
- bool suspend_acked;
- };
- /**
- * struct omap_rproc_dev_data - device data for the omap remote processor
- * @device_name: device name of the remote processor
- * @fw_name: firmware name to use
- * @autosuspend_delay: custom auto-suspend delay value in milliseconds
- */
- struct omap_rproc_dev_data {
- const char *device_name;
- const char *fw_name;
- int autosuspend_delay;
- };
- /**
- * omap_rproc_watchdog_isr - Watchdog ISR handler for remoteproc device
- * @irq: IRQ number associated with a watchdog timer
- * @data: IRQ handler data
- *
- * This ISR routine executes the required necessary low-level code to
- * acknowledge a watchdog timer interrupt. There can be multiple watchdog
- * timers associated with a rproc (like IPUs which have 2 watchdog timers,
- * one per Cortex M3/M4 core), so a lookup has to be performed to identify
- * the timer to acknowledge its interrupt.
- *
- * The function also invokes rproc_report_crash to report the watchdog event
- * to the remoteproc driver core, to trigger a recovery.
- *
- * Return: IRQ_HANDLED or IRQ_NONE
- */
- static irqreturn_t omap_rproc_watchdog_isr(int irq, void *data)
- {
- struct platform_device *pdev = data;
- struct rproc *rproc = platform_get_drvdata(pdev);
- struct omap_rproc *oproc = rproc->priv;
- struct device *dev = &pdev->dev;
- struct omap_rproc_pdata *pdata = dev->platform_data;
- struct omap_rproc_timer_ops *timer_ops = pdata->timer_ops;
- struct omap_rproc_timers_info *timers = oproc->timers;
- struct omap_dm_timer *timer = NULL;
- int num_timers = oproc->num_timers + oproc->num_wd_timers;
- int i;
- for (i = oproc->num_timers; i < num_timers; i++) {
- if (timers[i].irq > 0 && irq == timers[i].irq) {
- timer = timers[i].odt;
- break;
- }
- }
- if (!timer) {
- dev_err(dev, "invalid timer\n");
- return IRQ_NONE;
- }
- timer_ops->ack_timer_irq(timer);
- rproc_report_crash(rproc, RPROC_WATCHDOG);
- return IRQ_HANDLED;
- }
- /**
- * omap_rproc_enable_timers - enable the timers for a remoteproc
- * @pdev - the remoteproc platform device
- * @configure - boolean flag used to acquire and configure the timer handle
- *
- * This function is used primarily to enable the timers associated with
- * a remoteproc. The configure flag is provided to allow the remoteproc
- * driver core to either acquire and start a timer (during device
- * initialization) or to just start a timer (during a resume operation).
- */
- static int
- omap_rproc_enable_timers(struct platform_device *pdev, bool configure)
- {
- int i;
- int ret = 0;
- struct rproc *rproc = platform_get_drvdata(pdev);
- struct omap_rproc *oproc = rproc->priv;
- struct omap_rproc_pdata *pdata = pdev->dev.platform_data;
- struct omap_rproc_timer_ops *timer_ops = pdata->timer_ops;
- struct omap_rproc_timers_info *timers = oproc->timers;
- struct device *dev = &pdev->dev;
- struct device_node *np = NULL;
- int num_timers = oproc->num_timers + oproc->num_wd_timers;
- if (num_timers <= 0)
- return 0;
- if (!configure)
- goto start_timers;
- for (i = 0; i < num_timers; i++) {
- if (i < oproc->num_timers)
- np = of_parse_phandle(dev->of_node, "timers", i);
- else
- np = of_parse_phandle(dev->of_node, "watchdog-timers",
- (i - oproc->num_timers));
- if (!np) {
- ret = -ENXIO;
- dev_err(dev, "device node lookup for timer at index %d failed: %d\n",
- i < oproc->num_timers ? i :
- i - oproc->num_timers, ret);
- goto free_timers;
- }
- timers[i].irq = -1;
- timers[i].odt = timer_ops->request_timer(np);
- of_node_put(np);
- if (IS_ERR(timers[i].odt)) {
- dev_err(dev, "request for timer %p failed: %ld\n", np,
- PTR_ERR(timers[i].odt));
- ret = -EBUSY;
- goto free_timers;
- }
- if (i >= oproc->num_timers) {
- timers[i].irq = timer_ops->get_timer_irq(timers[i].odt);
- if (timers[i].irq < 0) {
- dev_err(dev, "get_irq for timer %p failed: %d\n",
- np, timers[i].irq);
- ret = -EBUSY;
- goto free_timers;
- }
- ret = request_irq(timers[i].irq,
- omap_rproc_watchdog_isr, IRQF_SHARED,
- "rproc-wdt", pdev);
- if (ret) {
- dev_err(&pdev->dev, "error requesting irq for timer %p\n",
- np);
- timer_ops->release_timer(timers[i].odt);
- timers[i].odt = NULL;
- timers[i].irq = -1;
- goto free_timers;
- }
- }
- }
- start_timers:
- for (i = 0; i < num_timers; i++)
- timer_ops->start_timer(timers[i].odt);
- return 0;
- free_timers:
- while (i--) {
- if (i >= oproc->num_timers)
- free_irq(timers[i].irq, pdev);
- timer_ops->release_timer(timers[i].odt);
- timers[i].odt = NULL;
- timers[i].irq = -1;
- }
- return ret;
- }
- /**
- * omap_rproc_disable_timers - disable the timers for a remoteproc
- * @pdev - the remoteproc platform device
- * @configure - boolean flag used to release the timer handle
- *
- * This function is used primarily to disable the timers associated with
- * a remoteproc. The configure flag is provided to allow the remoteproc
- * driver core to either stop and release a timer (during device shutdown)
- * or to just stop a timer (during a suspend operation).
- */
- static int
- omap_rproc_disable_timers(struct platform_device *pdev, bool configure)
- {
- int i;
- struct rproc *rproc = platform_get_drvdata(pdev);
- struct omap_rproc *oproc = rproc->priv;
- struct omap_rproc_pdata *pdata = pdev->dev.platform_data;
- struct omap_rproc_timer_ops *timer_ops = pdata->timer_ops;
- struct omap_rproc_timers_info *timers = oproc->timers;
- int num_timers = oproc->num_timers + oproc->num_wd_timers;
- if (num_timers <= 0)
- return 0;
- for (i = 0; i < num_timers; i++) {
- timer_ops->stop_timer(timers[i].odt);
- if (configure) {
- if (i >= oproc->num_timers)
- free_irq(timers[i].irq, pdev);
- timer_ops->release_timer(timers[i].odt);
- timers[i].odt = NULL;
- timers[i].irq = -1;
- }
- }
- return 0;
- }
- /**
- * omap_rproc_mbox_callback() - inbound mailbox message handler
- * @client: mailbox client pointer used for requesting the mailbox channel
- * @data: mailbox payload
- *
- * This handler is invoked by omap's mailbox driver whenever a mailbox
- * message is received. Usually, the mailbox payload simply contains
- * the index of the virtqueue that is kicked by the remote processor,
- * and we let remoteproc core handle it.
- *
- * In addition to virtqueue indices, we also have some out-of-band values
- * that indicates different events. Those values are deliberately very
- * big so they don't coincide with virtqueue indices.
- */
- static void omap_rproc_mbox_callback(struct mbox_client *client, void *data)
- {
- struct omap_rproc *oproc = container_of(client, struct omap_rproc,
- client);
- struct device *dev = oproc->rproc->dev.parent;
- const char *name = oproc->rproc->name;
- u32 msg = (u32)data;
- dev_dbg(dev, "mbox msg: 0x%x\n", msg);
- switch (msg) {
- case RP_MBOX_CRASH:
- /*
- * remoteproc detected an exception, notify the rproc core.
- * The remoteproc core will handle the recovery.
- */
- dev_err(dev, "omap rproc %s crashed\n", name);
- rproc_report_crash(oproc->rproc, RPROC_FATAL_ERROR);
- break;
- case RP_MBOX_ECHO_REPLY:
- dev_info(dev, "received echo reply from %s\n", name);
- break;
- case RP_MBOX_SUSPEND_ACK:
- case RP_MBOX_SUSPEND_CANCEL:
- oproc->suspend_acked = msg == RP_MBOX_SUSPEND_ACK;
- complete(&oproc->pm_comp);
- break;
- default:
- if (msg >= RP_MBOX_END_MSG) {
- dev_err(dev, "dropping unknown message 0x%x", msg);
- return;
- }
- /* msg contains the index of the triggered vring */
- if (rproc_vq_interrupt(oproc->rproc, msg) == IRQ_NONE)
- dev_dbg(dev, "no message was found in vqid %d\n", msg);
- }
- }
- /* kick a virtqueue */
- static void omap_rproc_kick(struct rproc *rproc, int vqid)
- {
- struct omap_rproc *oproc = rproc->priv;
- struct device *dev = rproc->dev.parent;
- int ret;
- /* wake up the rproc before kicking it */
- ret = pm_runtime_get_sync(dev);
- if (WARN_ON(ret < 0)) {
- dev_err(dev, "pm_runtime_get_sync() failed during kick, ret = %d\n",
- ret);
- pm_runtime_put_noidle(dev);
- return;
- }
- /* send the index of the triggered virtqueue in the mailbox payload */
- ret = mbox_send_message(oproc->mbox, (void *)vqid);
- if (ret < 0)
- dev_err(dev, "failed to send mailbox message, status = %d\n",
- ret);
- pm_runtime_mark_last_busy(dev);
- pm_runtime_put_autosuspend(dev);
- }
- /**
- * omap_rproc_write_dsp_boot_addr - set boot address for a DSP remote processor
- * @rproc: handle of a remote processor
- *
- * Set boot address for a supported DSP remote processor.
- */
- static int omap_rproc_write_dsp_boot_addr(struct rproc *rproc)
- {
- struct device *dev = rproc->dev.parent;
- struct omap_rproc *oproc = rproc->priv;
- struct omap_rproc_boot_data *bdata = oproc->boot_data;
- u32 offset = bdata->boot_reg;
- unsigned int value = rproc->bootaddr;
- unsigned int mask = ~(SZ_1K - 1);
- if (value & (SZ_1K - 1)) {
- dev_err(dev, "invalid boot address 0x%x, must be aligned on a 1KB boundary\n",
- value);
- return -EINVAL;
- }
- value >>= bdata->boot_reg_shift;
- mask >>= bdata->boot_reg_shift;
- regmap_update_bits(bdata->syscon, offset, mask, value);
- return 0;
- }
- /*
- * Power up the remote processor.
- *
- * This function will be invoked only after the firmware for this rproc
- * was loaded, parsed successfully, and all of its resource requirements
- * were met.
- */
- static int omap_rproc_start(struct rproc *rproc)
- {
- struct omap_rproc *oproc = rproc->priv;
- struct device *dev = rproc->dev.parent;
- struct platform_device *pdev = to_platform_device(dev);
- struct omap_rproc_pdata *pdata = pdev->dev.platform_data;
- int ret;
- struct mbox_client *client = &oproc->client;
- if (oproc->boot_data) {
- ret = omap_rproc_write_dsp_boot_addr(rproc);
- if (ret)
- return ret;
- }
- client->dev = dev;
- client->tx_done = NULL;
- client->rx_callback = omap_rproc_mbox_callback;
- client->tx_block = false;
- client->knows_txdone = false;
- oproc->mbox = mbox_request_channel(client, 0);
- if (IS_ERR(oproc->mbox)) {
- ret = -EBUSY;
- dev_err(dev, "mbox_request_channel failed: %ld\n",
- PTR_ERR(oproc->mbox));
- return ret;
- }
- /*
- * Ping the remote processor. this is only for sanity-sake;
- * there is no functional effect whatsoever.
- *
- * Note that the reply will _not_ arrive immediately: this message
- * will wait in the mailbox fifo until the remote processor is booted.
- */
- ret = mbox_send_message(oproc->mbox, (void *)RP_MBOX_ECHO_REQUEST);
- if (ret < 0) {
- dev_err(dev, "mbox_send_message failed: %d\n", ret);
- goto put_mbox;
- }
- ret = omap_rproc_enable_timers(pdev, true);
- if (ret) {
- dev_err(dev, "omap_rproc_enable_timers failed: %d\n", ret);
- goto put_mbox;
- }
- ret = pdata->device_enable(pdev);
- if (ret) {
- dev_err(dev, "omap_device_enable failed: %d\n", ret);
- goto reset_timers;
- }
- /*
- * remote processor is up, so update the runtime pm status and
- * enable the auto-suspend. The device usage count is incremented
- * manually for balancing it for auto-suspend
- */
- pm_runtime_set_active(dev);
- pm_runtime_set_autosuspend_delay(dev, oproc->autosuspend_delay);
- pm_runtime_use_autosuspend(dev);
- pm_runtime_get_noresume(dev);
- pm_runtime_enable(dev);
- pm_runtime_mark_last_busy(dev);
- pm_runtime_put_autosuspend(dev);
- return 0;
- reset_timers:
- omap_rproc_disable_timers(pdev, true);
- put_mbox:
- mbox_free_channel(oproc->mbox);
- return ret;
- }
- /* power off the remote processor */
- static int omap_rproc_stop(struct rproc *rproc)
- {
- struct device *dev = rproc->dev.parent;
- struct platform_device *pdev = to_platform_device(dev);
- struct omap_rproc_pdata *pdata = pdev->dev.platform_data;
- struct omap_rproc *oproc = rproc->priv;
- int ret;
- /*
- * cancel any possible scheduled runtime suspend by incrementing
- * the device usage count, and resuming the device. The remoteproc
- * also needs to be woken up if suspended, to avoid the remoteproc
- * OS to continue to remember any context that it has saved, and
- * avoid potential issues in misindentifying a subsequent device
- * reboot as a power restore boot
- */
- ret = pm_runtime_get_sync(dev);
- if (ret < 0) {
- pm_runtime_put_noidle(dev);
- return ret;
- }
- ret = pdata->device_shutdown(pdev);
- if (ret)
- goto out;
- ret = omap_rproc_disable_timers(pdev, true);
- if (ret)
- goto enable_device;
- mbox_free_channel(oproc->mbox);
- /*
- * update the runtime pm states and status now that the remoteproc
- * has stopped
- */
- pm_runtime_disable(dev);
- pm_runtime_dont_use_autosuspend(dev);
- pm_runtime_put_noidle(dev);
- pm_runtime_set_suspended(dev);
- return 0;
- enable_device:
- pdata->device_enable(pdev);
- out:
- /* schedule the next auto-suspend */
- pm_runtime_mark_last_busy(dev);
- pm_runtime_put_autosuspend(dev);
- return ret;
- }
- /*
- * Internal Memory translation helper
- *
- * Custom function implementing the rproc .da_to_va ops to provide address
- * translation (device address to kernel virtual address) for internal RAMs
- * present in a DSP or IPU device). The translated addresses can be used
- * either by the remoteproc core for loading, or by any rpmsg bus drivers.
- */
- static void *omap_rproc_da_to_va(struct rproc *rproc, u64 da, int len,
- u32 flags)
- {
- struct omap_rproc *oproc = rproc->priv;
- void *va = NULL;
- int i;
- u32 offset;
- if (len <= 0)
- return NULL;
- if (!oproc->num_mems)
- return NULL;
- for (i = 0; i < oproc->num_mems; i++) {
- if (da >= oproc->mem[i].dev_addr && da + len <=
- oproc->mem[i].dev_addr + oproc->mem[i].size) {
- offset = da - oproc->mem[i].dev_addr;
- /* __force to make sparse happy with type conversion */
- va = (__force void *)(oproc->mem[i].cpu_addr + offset);
- break;
- }
- }
- return va;
- }
- static const struct rproc_ops omap_rproc_ops = {
- .start = omap_rproc_start,
- .stop = omap_rproc_stop,
- .kick = omap_rproc_kick,
- .da_to_va = omap_rproc_da_to_va,
- };
- #ifdef CONFIG_PM
- static bool _is_rproc_in_standby(struct omap_rproc *oproc)
- {
- static int standby_mask = (1 << 18);
- return readl(oproc->standby_addr) & standby_mask;
- }
- /* 1 sec is long enough time to let the remoteproc side suspend the device */
- #define DEF_SUSPEND_TIMEOUT 1000
- static int _omap_rproc_suspend(struct rproc *rproc, bool auto_suspend)
- {
- struct device *dev = rproc->dev.parent;
- struct platform_device *pdev = to_platform_device(dev);
- struct omap_rproc_pdata *pdata = dev_get_platdata(dev);
- struct omap_rproc *oproc = rproc->priv;
- unsigned long to = msecs_to_jiffies(DEF_SUSPEND_TIMEOUT);
- unsigned long ta = jiffies + to;
- u32 suspend_msg = auto_suspend ?
- RP_MBOX_SUSPEND_AUTO : RP_MBOX_SUSPEND_SYSTEM;
- int ret;
- reinit_completion(&oproc->pm_comp);
- oproc->suspend_acked = false;
- ret = mbox_send_message(oproc->mbox, (void *)suspend_msg);
- if (ret < 0) {
- dev_err(dev, "PM mbox_send_message failed: %d\n", ret);
- return ret;
- }
- ret = wait_for_completion_timeout(&oproc->pm_comp, to);
- if (!oproc->suspend_acked)
- return -EBUSY;
- /*
- * The remoteproc side is returning the ACK message before saving the
- * context, because the context saving is performed within a SYS/BIOS
- * function, and it cannot have any inter-dependencies against the IPC
- * layer. Also, as the SYS/BIOS needs to preserve properly the processor
- * register set, sending this ACK or signalling the completion of the
- * context save through a shared memory variable can never be the
- * absolute last thing to be executed on the remoteproc side, and the
- * MPU cannot use the ACK message as a sync point to put the remoteproc
- * into reset. The only way to ensure that the remote processor has
- * completed saving the context is to check that the module has reached
- * STANDBY state (after saving the context, the SYS/BIOS executes the
- * appropriate target-specific WFI instruction causing the module to
- * enter STANDBY).
- */
- while (!_is_rproc_in_standby(oproc)) {
- if (time_after(jiffies, ta))
- return -ETIME;
- schedule();
- }
- ret = pdata->device_shutdown(pdev);
- if (ret)
- return ret;
- ret = omap_rproc_disable_timers(pdev, false);
- if (ret) {
- dev_err(dev, "disabling timers during suspend failed %d\n",
- ret);
- goto enable_device;
- }
- /*
- * IOMMUs would have to be disabled specifically for runtime suspend.
- * They are handled automatically through System PM callbacks for
- * regular system suspend
- */
- if (auto_suspend) {
- ret = omap_iommu_domain_deactivate(rproc->domain);
- if (ret) {
- dev_err(dev, "iommu domain deactivate failed %d\n",
- ret);
- goto enable_timers;
- }
- }
- return 0;
- enable_timers:
- /* ignore errors on re-enabling code */
- omap_rproc_enable_timers(pdev, false);
- enable_device:
- pdata->device_enable(pdev);
- return ret;
- }
- static int _omap_rproc_resume(struct rproc *rproc, bool auto_suspend)
- {
- struct device *dev = rproc->dev.parent;
- struct platform_device *pdev = to_platform_device(dev);
- struct omap_rproc_pdata *pdata = dev_get_platdata(dev);
- struct omap_rproc *oproc = rproc->priv;
- int ret;
- /*
- * IOMMUs would have to be enabled specifically for runtime resume.
- * They would have been already enabled automatically through System
- * PM callbacks for regular system resume
- */
- if (auto_suspend) {
- ret = omap_iommu_domain_activate(rproc->domain);
- if (ret) {
- dev_err(dev, "omap_iommu activate failed %d\n", ret);
- goto out;
- }
- }
- /* boot address could be lost after suspend, so restore it */
- if (oproc->boot_data) {
- ret = omap_rproc_write_dsp_boot_addr(rproc);
- if (ret) {
- dev_err(dev, "boot address restore failed %d\n", ret);
- goto suspend_iommu;
- }
- }
- ret = omap_rproc_enable_timers(pdev, false);
- if (ret) {
- dev_err(dev, "enabling timers during resume failed %d\n",
- ret);
- goto suspend_iommu;
- }
- ret = pdata->device_enable(pdev);
- if (ret)
- goto disable_timers;
- return 0;
- disable_timers:
- omap_rproc_disable_timers(pdev, false);
- suspend_iommu:
- if (auto_suspend)
- omap_iommu_domain_deactivate(rproc->domain);
- out:
- return ret;
- }
- #ifdef CONFIG_PM_SLEEP
- static int omap_rproc_suspend(struct device *dev)
- {
- struct platform_device *pdev = to_platform_device(dev);
- struct rproc *rproc = platform_get_drvdata(pdev);
- struct omap_rproc *oproc = rproc->priv;
- int ret = 0;
- mutex_lock(&rproc->lock);
- if (rproc->state == RPROC_OFFLINE)
- goto out;
- if (rproc->state == RPROC_SUSPENDED)
- goto out;
- if (rproc->state != RPROC_RUNNING) {
- ret = -EBUSY;
- goto out;
- }
- ret = _omap_rproc_suspend(rproc, false);
- if (ret) {
- dev_err(dev, "suspend failed %d\n", ret);
- goto out;
- }
- /*
- * remoteproc is running at the time of system suspend, so remember
- * it so as to wake it up during system resume
- */
- oproc->need_resume = 1;
- rproc->state = RPROC_SUSPENDED;
- /*
- * update the runtime pm status to be suspended, without decrementing
- * the device usage count
- */
- pm_runtime_disable(dev);
- pm_runtime_set_suspended(dev);
- out:
- mutex_unlock(&rproc->lock);
- return ret;
- }
- static int omap_rproc_resume(struct device *dev)
- {
- struct platform_device *pdev = to_platform_device(dev);
- struct rproc *rproc = platform_get_drvdata(pdev);
- struct omap_rproc *oproc = rproc->priv;
- int ret = 0;
- mutex_lock(&rproc->lock);
- if (rproc->state == RPROC_OFFLINE)
- goto out;
- if (rproc->state != RPROC_SUSPENDED) {
- ret = -EBUSY;
- goto out;
- }
- /*
- * remoteproc was auto-suspended at the time of system suspend,
- * so no need to wake-up the processor (leave it in suspended
- * state, will be woken up during a subsequent runtime_resume)
- */
- if (!oproc->need_resume)
- goto out;
- ret = _omap_rproc_resume(rproc, false);
- if (ret) {
- dev_err(dev, "resume failed %d\n", ret);
- goto out;
- }
- oproc->need_resume = false;
- rproc->state = RPROC_RUNNING;
- /*
- * update the runtime pm status to be active, without incrementing
- * the device usage count
- */
- pm_runtime_set_active(dev);
- pm_runtime_enable(dev);
- pm_runtime_mark_last_busy(dev);
- out:
- mutex_unlock(&rproc->lock);
- return ret;
- }
- #endif /* CONFIG_PM_SLEEP */
- static int omap_rproc_runtime_suspend(struct device *dev)
- {
- struct rproc *rproc = dev_get_drvdata(dev);
- struct omap_rproc *oproc = rproc->priv;
- int ret;
- if (rproc->state == RPROC_CRASHED) {
- dev_dbg(dev, "rproc cannot be runtime suspended when crashed!\n");
- return -EBUSY;
- }
- if (WARN_ON(rproc->state != RPROC_RUNNING)) {
- dev_err(dev, "rproc cannot be runtime suspended when not running!\n");
- return -EBUSY;
- }
- /*
- * do not even attempt suspend if the remote processor is not
- * idled for runtime auto-suspend
- */
- if (!_is_rproc_in_standby(oproc))
- return -EBUSY;
- ret = _omap_rproc_suspend(rproc, true);
- if (ret)
- goto abort;
- rproc->state = RPROC_SUSPENDED;
- return 0;
- abort:
- pm_runtime_mark_last_busy(dev);
- return ret;
- }
- static int omap_rproc_runtime_resume(struct device *dev)
- {
- struct rproc *rproc = dev_get_drvdata(dev);
- int ret;
- if (WARN_ON(rproc->state != RPROC_SUSPENDED)) {
- dev_err(dev, "rproc cannot be runtime resumed if not suspended!\n");
- return -EBUSY;
- }
- ret = _omap_rproc_resume(rproc, true);
- if (ret) {
- dev_err(dev, "runtime resume failed %d\n", ret);
- return ret;
- }
- rproc->state = RPROC_RUNNING;
- return 0;
- }
- #endif /* CONFIG_PM */
- static const struct omap_rproc_dev_data omap4_dsp_dev_data = {
- .device_name = "dsp",
- .fw_name = "omap4-dsp-fw.xe64T",
- };
- static const struct omap_rproc_dev_data omap4_ipu_dev_data = {
- .device_name = "ipu",
- .fw_name = "omap4-ipu-fw.xem3",
- };
- static const struct omap_rproc_dev_data omap5_dsp_dev_data = {
- .device_name = "dsp",
- .fw_name = "omap5-dsp-fw.xe64T",
- };
- static const struct omap_rproc_dev_data omap5_ipu_dev_data = {
- .device_name = "ipu",
- .fw_name = "omap5-ipu-fw.xem4",
- };
- static const struct omap_rproc_dev_data dra7_rproc_dev_data[] = {
- {
- .device_name = "40800000.dsp",
- .fw_name = "dra7-dsp1-fw.xe66",
- },
- {
- .device_name = "41000000.dsp",
- .fw_name = "dra7-dsp2-fw.xe66",
- },
- {
- .device_name = "55020000.ipu",
- .fw_name = "dra7-ipu2-fw.xem4",
- },
- {
- .device_name = "58820000.ipu",
- .fw_name = "dra7-ipu1-fw.xem4",
- },
- {
- /* sentinel */
- },
- };
- static const struct of_device_id omap_rproc_of_match[] = {
- {
- .compatible = "ti,omap4-dsp",
- .data = &omap4_dsp_dev_data,
- },
- {
- .compatible = "ti,omap4-ipu",
- .data = &omap4_ipu_dev_data,
- },
- {
- .compatible = "ti,omap5-dsp",
- .data = &omap5_dsp_dev_data,
- },
- {
- .compatible = "ti,omap5-ipu",
- .data = &omap5_ipu_dev_data,
- },
- {
- .compatible = "ti,dra7-dsp",
- .data = dra7_rproc_dev_data,
- },
- {
- .compatible = "ti,dra7-ipu",
- .data = dra7_rproc_dev_data,
- },
- {
- /* end */
- },
- };
- MODULE_DEVICE_TABLE(of, omap_rproc_of_match);
- static int omap_rproc_get_autosuspend_delay(struct platform_device *pdev)
- {
- struct device_node *np = pdev->dev.of_node;
- const struct omap_rproc_dev_data *data;
- const struct of_device_id *match;
- int delay = -EINVAL;
- match = of_match_device(omap_rproc_of_match, &pdev->dev);
- if (!match)
- return -ENODEV;
- data = match->data;
- if (!of_device_is_compatible(np, "ti,dra7-dsp") &&
- !of_device_is_compatible(np, "ti,dra7-ipu")) {
- delay = data->autosuspend_delay;
- goto out;
- }
- for (; data && data->device_name; data++) {
- if (!strcmp(dev_name(&pdev->dev), data->device_name)) {
- delay = data->autosuspend_delay;
- break;
- }
- }
- out:
- return (delay > 0) ? delay : DEFAULT_AUTOSUSPEND_DELAY;
- }
- static const char *omap_rproc_get_firmware(struct platform_device *pdev)
- {
- struct device_node *np = pdev->dev.of_node;
- const struct omap_rproc_dev_data *data;
- const struct of_device_id *match;
- match = of_match_device(omap_rproc_of_match, &pdev->dev);
- if (!match)
- return ERR_PTR(-ENODEV);
- data = match->data;
- if (!of_device_is_compatible(np, "ti,dra7-dsp") &&
- !of_device_is_compatible(np, "ti,dra7-ipu"))
- return data->fw_name;
- for (; data && data->device_name; data++) {
- if (!strcmp(dev_name(&pdev->dev), data->device_name))
- return data->fw_name;
- }
- return NULL;
- }
- static int omap_rproc_get_boot_data(struct platform_device *pdev,
- struct rproc *rproc)
- {
- struct device_node *np = pdev->dev.of_node;
- struct omap_rproc *oproc = rproc->priv;
- int ret;
- if (!of_device_is_compatible(np, "ti,omap4-dsp") &&
- !of_device_is_compatible(np, "ti,omap5-dsp") &&
- !of_device_is_compatible(np, "ti,dra7-dsp"))
- return 0;
- oproc->boot_data = devm_kzalloc(&pdev->dev, sizeof(*oproc->boot_data),
- GFP_KERNEL);
- if (!oproc->boot_data)
- return -ENOMEM;
- if (!of_property_read_bool(np, "syscon-bootreg")) {
- dev_err(&pdev->dev, "syscon-bootreg property is missing\n");
- return -EINVAL;
- }
- oproc->boot_data->syscon =
- syscon_regmap_lookup_by_phandle(np, "syscon-bootreg");
- if (IS_ERR(oproc->boot_data->syscon)) {
- ret = PTR_ERR(oproc->boot_data->syscon);
- return ret;
- }
- if (of_property_read_u32_index(np, "syscon-bootreg", 1,
- &oproc->boot_data->boot_reg)) {
- dev_err(&pdev->dev, "couldn't get the boot register\n");
- return -EINVAL;
- }
- if (of_device_is_compatible(np, "ti,dra7-dsp"))
- oproc->boot_data->boot_reg_shift = 10;
- return 0;
- }
- static int omap_rproc_of_get_internal_memories(struct platform_device *pdev,
- struct rproc *rproc)
- {
- static const char * const ipu_mem_names[] = {"l2ram"};
- static const char * const dra7_dsp_mem_names[] = {"l2ram", "l1pram",
- "l1dram"};
- struct device_node *np = pdev->dev.of_node;
- struct omap_rproc *oproc = rproc->priv;
- struct device *dev = &pdev->dev;
- const char * const *mem_names;
- struct resource *res;
- int num_mems;
- const __be32 *addrp;
- u32 l4_offset = 0;
- u64 size;
- int i;
- /* OMAP4 and OMAP5 DSPs does not have support for flat SRAM */
- if (of_device_is_compatible(np, "ti,omap4-dsp") ||
- of_device_is_compatible(np, "ti,omap5-dsp"))
- return 0;
- /* DRA7 DSPs have two additional SRAMs at L1 level */
- if (of_device_is_compatible(np, "ti,dra7-dsp")) {
- mem_names = dra7_dsp_mem_names;
- num_mems = ARRAY_SIZE(dra7_dsp_mem_names);
- } else {
- mem_names = ipu_mem_names;
- num_mems = ARRAY_SIZE(ipu_mem_names);
- }
- oproc->mem = devm_kcalloc(dev, num_mems, sizeof(*oproc->mem),
- GFP_KERNEL);
- if (!oproc->mem)
- return -ENOMEM;
- for (i = 0; i < num_mems; i++) {
- res = platform_get_resource_byname(pdev, IORESOURCE_MEM,
- mem_names[i]);
- oproc->mem[i].cpu_addr = devm_ioremap_resource(dev, res);
- if (IS_ERR(oproc->mem[i].cpu_addr)) {
- dev_err(dev, "failed to parse and map %s memory\n",
- mem_names[i]);
- return PTR_ERR(oproc->mem[i].cpu_addr);
- }
- oproc->mem[i].bus_addr = res->start;
- /*
- * The DSPs have the internal memories starting at a fixed
- * offset of 0x800000 from address 0, and this corresponds to
- * L2RAM. The L3 address view has the L2RAM bus address as the
- * starting address for the IP, so the L2RAM memory region needs
- * to be processed first, and the device addresses for each
- * memory region can be computed using the relative offset
- * from this base address.
- */
- if (of_device_is_compatible(np, "ti,dra7-dsp") &&
- !strcmp(mem_names[i], "l2ram")) {
- addrp = of_get_address(dev->of_node, i, &size, NULL);
- l4_offset = be32_to_cpu(*addrp);
- }
- oproc->mem[i].dev_addr =
- of_device_is_compatible(np, "ti,dra7-dsp") ?
- res->start - l4_offset +
- OMAP_RPROC_DSP_LOCAL_MEM_OFFSET :
- OMAP_RPROC_IPU_L2RAM_DEV_ADDR;
- oproc->mem[i].size = resource_size(res);
- }
- oproc->num_mems = num_mems;
- return 0;
- }
- static int omap_rproc_probe(struct platform_device *pdev)
- {
- struct omap_rproc_pdata *pdata = pdev->dev.platform_data;
- struct device_node *np = pdev->dev.of_node;
- struct omap_rproc_timer_ops *timer_ops;
- struct omap_rproc *oproc;
- struct rproc *rproc;
- const char *firmware;
- u32 standby_addr = 0;
- int num_timers;
- int ret;
- if (!np) {
- dev_err(&pdev->dev, "only DT-based devices are supported\n");
- return -ENODEV;
- }
- /*
- * self-manage the ordering dependencies between omap_device_enable/idle
- * and omap_device_assert/deassert_hardreset API during runtime suspend
- * and resume, rather than relying on the order in omap_device layer.
- */
- if (pdev->dev.pm_domain) {
- dev_dbg(&pdev->dev, "device pm_domain is being reset for this remoteproc device\n");
- pdev->dev.pm_domain = NULL;
- }
- if (!pdata || !pdata->device_enable || !pdata->device_shutdown) {
- dev_err(&pdev->dev, "platform data is either missing or incomplete\n");
- return -ENODEV;
- }
- firmware = omap_rproc_get_firmware(pdev);
- if (IS_ERR(firmware))
- return PTR_ERR(firmware);
- ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32));
- if (ret) {
- dev_err(&pdev->dev, "dma_set_coherent_mask: %d\n", ret);
- return ret;
- }
- rproc = rproc_alloc(&pdev->dev, dev_name(&pdev->dev), &omap_rproc_ops,
- firmware, sizeof(*oproc));
- if (!rproc)
- return -ENOMEM;
- oproc = rproc->priv;
- oproc->rproc = rproc;
- /* All existing OMAP IPU and DSP processors have an MMU */
- rproc->has_iommu = true;
- ret = omap_rproc_of_get_internal_memories(pdev, rproc);
- if (ret)
- goto free_rproc;
- ret = omap_rproc_get_boot_data(pdev, rproc);
- if (ret)
- goto free_rproc;
- timer_ops = pdata->timer_ops;
- /*
- * Timer nodes are directly used in client nodes as phandles, so
- * retrieve the count using NULL as cells-name.
- * XXX: Use the much simpler of_property_count_elems_of_size
- * if available
- */
- oproc->num_timers = of_count_phandle_with_args(np, "timers", NULL);
- if (oproc->num_timers <= 0) {
- dev_dbg(&pdev->dev, "device does not have timers, status = %d\n",
- oproc->num_timers);
- oproc->num_timers = 0;
- } else {
- if (!timer_ops || !timer_ops->request_timer ||
- !timer_ops->release_timer || !timer_ops->start_timer ||
- !timer_ops->stop_timer) {
- dev_err(&pdev->dev, "device does not have required timer ops\n");
- ret = -ENODEV;
- goto free_rproc;
- }
- }
- #ifdef CONFIG_OMAP_REMOTEPROC_WATCHDOG
- oproc->num_wd_timers = of_count_phandle_with_args(np, "watchdog-timers",
- NULL);
- if (oproc->num_wd_timers <= 0) {
- dev_dbg(&pdev->dev, "device does not have watchdog timers, status = %d\n",
- oproc->num_wd_timers);
- oproc->num_wd_timers = 0;
- } else {
- if (!timer_ops || !timer_ops->request_timer ||
- !timer_ops->release_timer || !timer_ops->start_timer ||
- !timer_ops->stop_timer || !timer_ops->get_timer_irq ||
- !timer_ops->ack_timer_irq) {
- dev_err(&pdev->dev, "device does not have required watchdog timer ops\n");
- ret = -ENODEV;
- goto free_rproc;
- }
- }
- #endif
- if (oproc->num_timers || oproc->num_wd_timers) {
- num_timers = oproc->num_timers + oproc->num_wd_timers;
- oproc->timers = devm_kzalloc(&pdev->dev, sizeof(*oproc->timers)
- * num_timers, GFP_KERNEL);
- if (!oproc->timers) {
- ret = -ENOMEM;
- goto free_rproc;
- }
- dev_dbg(&pdev->dev, "device has %d tick timers and %d watchdog timers\n",
- oproc->num_timers, oproc->num_wd_timers);
- }
- init_completion(&oproc->pm_comp);
- oproc->autosuspend_delay = omap_rproc_get_autosuspend_delay(pdev);
- if (oproc->autosuspend_delay < 0) {
- ret = oproc->autosuspend_delay;
- goto free_rproc;
- }
- ret = of_property_read_u32(np, "ti,rproc-standby-info", &standby_addr);
- if (ret || !standby_addr) {
- ret = !standby_addr ? -EINVAL : ret;
- goto free_rproc;
- }
- oproc->standby_addr = devm_ioremap(&pdev->dev, standby_addr,
- sizeof(u32));
- if (!oproc->standby_addr) {
- ret = -ENOMEM;
- goto free_rproc;
- }
- ret = of_reserved_mem_device_init(&pdev->dev);
- if (ret) {
- dev_err(&pdev->dev, "device does not have specific CMA pool\n");
- goto free_rproc;
- }
- platform_set_drvdata(pdev, rproc);
- ret = rproc_add(rproc);
- if (ret)
- goto release_mem;
- if (rproc_get_alias_id(rproc) < 0)
- dev_warn(&pdev->dev, "device does not have an alias id\n");
- return 0;
- release_mem:
- of_reserved_mem_device_release(&pdev->dev);
- free_rproc:
- rproc_free(rproc);
- return ret;
- }
- static int omap_rproc_remove(struct platform_device *pdev)
- {
- struct rproc *rproc = platform_get_drvdata(pdev);
- rproc_del(rproc);
- rproc_free(rproc);
- of_reserved_mem_device_release(&pdev->dev);
- return 0;
- }
- static const struct dev_pm_ops omap_rproc_pm_ops = {
- SET_SYSTEM_SLEEP_PM_OPS(omap_rproc_suspend, omap_rproc_resume)
- SET_RUNTIME_PM_OPS(omap_rproc_runtime_suspend,
- omap_rproc_runtime_resume, NULL)
- };
- static struct platform_driver omap_rproc_driver = {
- .probe = omap_rproc_probe,
- .remove = omap_rproc_remove,
- .driver = {
- .name = "omap-rproc",
- .pm = &omap_rproc_pm_ops,
- .of_match_table = omap_rproc_of_match,
- },
- };
- module_platform_driver(omap_rproc_driver);
- MODULE_LICENSE("GPL v2");
- MODULE_DESCRIPTION("OMAP Remote Processor control driver");
|