This patch adds DT binding documentation for the Freescale enhanced
Multimedia Accelerator (eMMA) video Pre-processor (PrP).
Signed-off-by: Alexander Shiyan
---
.../devicetree/bindings/media/fsl-emmaprp.txt| 20
1 file changed, 20 insertions(+)
create mode 100644
This patch adds devicetree support for the Freescale enhanced Multimedia
Accelerator (eMMA) video Pre-processor (PrP).
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/mx2_emmaprp.c | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/media/platform/mx2_emmaprp.c
b
Freescale i.MX21 chip has enhanced Multimedia Accelerator (eMMA)
video Pre-processor (PrP) unit. This patch allows MX2-EMMA support
to be selected for this SoC.
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a
Commit 39b4da71ca334354f30941067f214ea2f2b92f3e (reset: use ENOTSUPP
instead of ENOSYS) changed return value for reset controller if it missing.
This patch changes the CODA driver to handle this value.
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/coda/coda-common.c | 2 +-
1 file
Fri, 27 Jun 2014 10:18:19 +0200 от Paul Bolle :
> Alexander,
>
> Your patch "[media] media: mx1_camera: Remove driver" landed in today's
> linux-next (ie, next-20140627), as commit 90b055898e9d. It is archived
> at http://www.spinics.net/lists/linux-media/msg76764.html .
>
> It removes the Kconfi
Wed, 28 May 2014 11:46:38 +0200 от Sylwester Nawrocki :
> On 27/05/14 09:47, Alexander Shiyan wrote:
> > This patch adds devicetree support for the Freescale enhanced Multimedia
> > Accelerator (eMMA) video Pre-processor (PrP).
> >
> > Signed-off-by: Alexander Shiyan
This patch adds devicetree support for the Freescale enhanced Multimedia
Accelerator (eMMA) video Pre-processor (PrP).
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/mx2_emmaprp.c | 8
1 file changed, 8 insertions(+)
diff --git a/drivers/media/platform/mx2_emmaprp.c
b
This patch adds DT binding documentation for the Freescale enhanced
Multimedia Accelerator (eMMA) video Pre-processor (PrP).
Signed-off-by: Alexander Shiyan
---
.../devicetree/bindings/media/fsl-imx-emmaprp.txt| 20
1 file changed, 20 insertions(+)
create mode 100644
That driver hasn't been really maintained for a long time. It doesn't
compile in any way, it includes non-existent headers, has no users,
and marked as "BROKEN" more than year. Due to these factors, mx1_camera
is now removed from the tree.
Signed-off-by: Alexander Shiyan
This patch change MACH_MX27 dependency to SOC_IMX27 for MX2 camera
driver, since MACH_MX27 symbol is scheduled for removal.
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/soc_camera/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform
Replace resource handling in the driver with managed device resource.
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/m2m-deinterlace.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/media/platform/m2m-deinterlace.c
b/drivers/media/platform/m2m
Wed, 14 May 2014 12:49:03 +0200 от Sylwester Nawrocki :
> On 13/05/14 19:23, Alexander Shiyan wrote:
> > Tue, 13 May 2014 19:09:30 +0200 от Sylwester Nawrocki
> > :
> >> > Hi,
> >> >
> >> > On 02/05/14 09:18, Alexander Shiyan wrote:
> >&g
Tue, 13 May 2014 19:09:30 +0200 от Sylwester Nawrocki :
> Hi,
>
> On 02/05/14 09:18, Alexander Shiyan wrote:
> > This patch adds devicetree support for the Freescale enhanced Multimedia
> > Accelerator (eMMA) video Pre-processor (PrP).
> >
> >
Mon, 12 May 2014 22:25:34 +0800 от Shawn Guo :
> On Mon, May 12, 2014 at 06:18:00PM +0400, Alexander Shiyan wrote:
> > Mon, 12 May 2014 22:09:34 +0800 от Shawn Guo :
> > > On Sun, May 11, 2014 at 10:09:11AM +0400, Alexander Shiyan wrote:
> > > > That driver hasn'
Mon, 12 May 2014 22:09:34 +0800 от Shawn Guo :
> On Sun, May 11, 2014 at 10:09:11AM +0400, Alexander Shiyan wrote:
> > That driver hasn't been really maintained for a long time. It doesn't
> > compile in any way, it includes non-existent headers, has no users,
> > a
This patch removes excess symbols ARCH_MX1, ARCH_MX25 and MACH_MX27.
Instead we use SOC_IMX*.
Signed-off-by: Alexander Shiyan
---
arch/arm/mach-imx/Kconfig | 12
arch/arm/mach-imx/devices/Kconfig | 2 +-
drivers/media/platform/soc_camera/Kconfig | 2 +-
3
That driver hasn't been really maintained for a long time. It doesn't
compile in any way, it includes non-existent headers, has no users,
and marked as "broken" more than year. Due to these factors, mx1_camera
is now removed from the tree.
Signed-off-by: Alexander Shiyan
--
This patch adds devicetree support for the Freescale enhanced Multimedia
Accelerator (eMMA) video Pre-processor (PrP).
Signed-off-by: Alexander Shiyan
---
.../devicetree/bindings/media/fsl-imx-emmaprp.txt | 19 +++
drivers/media/platform/mx2_emmaprp.c | 8
There are no need to store resource struct and IRQ in the driver
internal structure.
This patch remove these fields and improve error handling by using
proper return codes from devm_ioremap_resource() and devm_request_irq().
Signed-off-by: Alexander Shiyan
---
drivers/media/platform
This patch adds the missing mutex_destroy(), when the driver is removed.
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/mx2_emmaprp.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/media/platform/mx2_emmaprp.c
b/drivers/media/platform/mx2_emmaprp.c
index 85ce099
This will help to debug driver, allows us to see the full name of
the device through /proc/interrupts.
CPU0
...
69: 0 mxc-avic 53 10023000.coda
...
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/coda.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion
Replace resource handling in the driver with managed device resource.
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/m2m-deinterlace.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/media/platform/m2m-deinterlace.c
b/drivers/media/platform/m2m
Signed-off-by: Alexander Shiyan
---
drivers/media/dvb-frontends/stb6100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/dvb-frontends/stb6100.c
b/drivers/media/dvb-frontends/stb6100.c
index cea175d..4ef8a5c 100644
--- a/drivers/media/dvb-frontends/stb6100.c
On Fri, 21 Jun 2013 09:30:14 +0200
Philipp Zabel wrote:
> Am Donnerstag, den 20.06.2013, 20:46 +0400 schrieb Alexander Shiyan:
> > Signed-off-by: Alexander Shiyan
> > ---
> > drivers/media/platform/coda.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
&g
Signed-off-by: Alexander Shiyan
---
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
Signed-off-by: Alexander Shiyan
---
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
en_pool'
:(.text+0x1108b8): undefined reference to `gen_pool_alloc'
:(.text+0x1108d0): undefined reference to `gen_pool_virt_to_phys'
:(.text+0x110918): undefined reference to `dev_get_gen_pool'
Signed-off-by: Alexander Shiyan
---
drivers/media/platform/Kconfig | 1 +
1 file change
27 matches
Mail list logo