On Fri, Feb 3, 2017 at 2:23 PM, Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> wrote: > This is an automatic generated email to let you know that the following patch were queued: > > Subject: [media] coda: add Freescale firmware compatibility location > Author: Baruch Siach <baruch@xxxxxxxxxx> > Date: Sun Jan 15 08:33:53 2017 -0200 > > The Freescale provided imx-vpu looks for firmware files under /lib/firmware/vpu > by default. Make coda look there for firmware files to ease the update path. > > Cc: Fabio Estevam <festevam@xxxxxxxxx> > Signed-off-by: Baruch Siach <baruch@xxxxxxxxxx> > Reviewed-by: Fabio Estevam <fabio.estevam@xxxxxxx> > Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> > > drivers/media/platform/coda/coda-common.c | 4 ++++ > drivers/media/platform/coda/coda.h | 2 +- > 2 files changed, 5 insertions(+), 1 deletion(-) > > --- > > diff --git a/drivers/media/platform/coda/coda-common.c b/drivers/media/platform/coda/coda-common.c > index a918b294adef..eb6548f46cba 100644 > --- a/drivers/media/platform/coda/coda-common.c > +++ b/drivers/media/platform/coda/coda-common.c > @@ -2221,6 +2221,7 @@ static const struct coda_devtype coda_devdata[] = { > [CODA_IMX27] = { > .firmware = { > "vpu_fw_imx27_TO2.bin", > + "vpu/vpu_fw_imx27_TO2.bin", > "v4l-codadx6-imx27.bin" > }, > .product = CODA_DX6, > @@ -2234,6 +2235,7 @@ static const struct coda_devtype coda_devdata[] = { > [CODA_IMX53] = { > .firmware = { > "vpu_fw_imx53.bin", > + "vpu/vpu_fw_imx53.bin", > "v4l-coda7541-imx53.bin" > }, > .product = CODA_7541, > @@ -2248,6 +2250,7 @@ static const struct coda_devtype coda_devdata[] = { > [CODA_IMX6Q] = { > .firmware = { > "vpu_fw_imx6q.bin", > + "vpu/vpu_fw_imx6q.bin", > "v4l-coda960-imx6q.bin" > }, > .product = CODA_960, > @@ -2262,6 +2265,7 @@ static const struct coda_devtype coda_devdata[] = { > [CODA_IMX6DL] = { > .firmware = { > "vpu_fw_imx6d.bin", > + "vpu/vpu_fw_imx6d.bin", > "v4l-coda960-imx6dl.bin" > }, > .product = CODA_960, > diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h > index 7ed79eb774e7..4b831c91ae4a 100644 > --- a/drivers/media/platform/coda/coda.h > +++ b/drivers/media/platform/coda/coda.h > @@ -50,7 +50,7 @@ enum coda_product { > struct coda_video_device; > > struct coda_devtype { > - char *firmware[2]; > + char *firmware[3]; > enum coda_product product; > const struct coda_codec *codecs; > unsigned int num_codecs; I think there was an issue pointed out by Philipp on this patch. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html