Thread (1 message) 1 message, 1 author, 2013-02-15
DORMANTno replies REVIEWED: 1 (0M)

1 review trailer.

[PATCH v7 2/2] ARM: davinci: Remoteproc platform device creation data/code

From: Sekhar Nori <hidden>
Date: 2013-02-15 08:18:31

Hi Rob,

On 2/1/2013 7:54 AM, Robert Tivy wrote:
Added a new remoteproc platform device for DA8XX.  Contains CMA-based
reservation of physical memory block.  A new kernel command-line
parameter has been added to allow boot-time specification of the
physical memory block.

Signed-off-by: Robert Tivy <redacted>
This looks good to me. Except one minor nit below:
+static struct platform_device da8xx_dsp = {
+	.name	= "davinci-rproc",
+	.id	= 0,
No need to zero initialize here.
+	.dev	= {
+		.coherent_dma_mask	= DMA_BIT_MASK(32),
+	},
+	.num_resources	= ARRAY_SIZE(da8xx_rproc_resources),
+	.resource	= da8xx_rproc_resources,
+};
You can fix that and add my:

Acked-by: Sekhar Nori <redacted>

in case this goes from outside of DaVinci tree.

Thanks,
Sekhar
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help