* [PATCH RESEND] media: coda: Fix DT-driver data pointer for i.MX27
@ 2013-06-20 16:46 Alexander Shiyan
2013-06-21 7:30 ` Philipp Zabel
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Shiyan @ 2013-06-20 16:46 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
drivers/media/platform/coda.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
index 48b8d7a..1c77781 100644
--- a/drivers/media/platform/coda.c
+++ b/drivers/media/platform/coda.c
@@ -1924,7 +1924,7 @@ MODULE_DEVICE_TABLE(platform, coda_platform_ids);
#ifdef CONFIG_OF
static const struct of_device_id coda_dt_ids[] = {
- { .compatible = "fsl,imx27-vpu", .data = &coda_platform_ids[CODA_IMX27] },
+ { .compatible = "fsl,imx27-vpu", .data = &coda_devdata[CODA_IMX27] },
{ .compatible = "fsl,imx53-vpu", .data = &coda_devdata[CODA_IMX53] },
{ /* sentinel */ }
};
--
1.8.1.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH RESEND] media: coda: Fix DT-driver data pointer for i.MX27
2013-06-20 16:46 [PATCH RESEND] media: coda: Fix DT-driver data pointer for i.MX27 Alexander Shiyan
@ 2013-06-21 7:30 ` Philipp Zabel
2013-07-20 5:46 ` Alexander Shiyan
0 siblings, 1 reply; 3+ messages in thread
From: Philipp Zabel @ 2013-06-21 7:30 UTC (permalink / raw)
To: linux-arm-kernel
Am Donnerstag, den 20.06.2013, 20:46 +0400 schrieb Alexander Shiyan:
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> ---
> drivers/media/platform/coda.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
> index 48b8d7a..1c77781 100644
> --- a/drivers/media/platform/coda.c
> +++ b/drivers/media/platform/coda.c
> @@ -1924,7 +1924,7 @@ MODULE_DEVICE_TABLE(platform, coda_platform_ids);
>
> #ifdef CONFIG_OF
> static const struct of_device_id coda_dt_ids[] = {
> - { .compatible = "fsl,imx27-vpu", .data = &coda_platform_ids[CODA_IMX27] },
> + { .compatible = "fsl,imx27-vpu", .data = &coda_devdata[CODA_IMX27] },
> { .compatible = "fsl,imx53-vpu", .data = &coda_devdata[CODA_IMX53] },
> { /* sentinel */ }
> };
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
thanks
Philipp
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH RESEND] media: coda: Fix DT-driver data pointer for i.MX27
2013-06-21 7:30 ` Philipp Zabel
@ 2013-07-20 5:46 ` Alexander Shiyan
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Shiyan @ 2013-07-20 5:46 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, 21 Jun 2013 09:30:14 +0200
Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Am Donnerstag, den 20.06.2013, 20:46 +0400 schrieb Alexander Shiyan:
> > Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> > ---
> > drivers/media/platform/coda.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
> > index 48b8d7a..1c77781 100644
> > --- a/drivers/media/platform/coda.c
> > +++ b/drivers/media/platform/coda.c
> > @@ -1924,7 +1924,7 @@ MODULE_DEVICE_TABLE(platform, coda_platform_ids);
> >
> > #ifdef CONFIG_OF
> > static const struct of_device_id coda_dt_ids[] = {
> > - { .compatible = "fsl,imx27-vpu", .data = &coda_platform_ids[CODA_IMX27] },
> > + { .compatible = "fsl,imx27-vpu", .data = &coda_devdata[CODA_IMX27] },
> > { .compatible = "fsl,imx53-vpu", .data = &coda_devdata[CODA_IMX53] },
> > { /* sentinel */ }
> > };
>
> Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Ping.
--
Alexander Shiyan <shc_work@mail.ru>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-20 5:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 16:46 [PATCH RESEND] media: coda: Fix DT-driver data pointer for i.MX27 Alexander Shiyan
2013-06-21 7:30 ` Philipp Zabel
2013-07-20 5:46 ` Alexander Shiyan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).