Re: [PATCH 4/4] ARM64: dts: exynos5433: add jpeg node

2015-09-21 Thread Andrzej Pietrasiewicz
Hi Mauro, W dniu 21.09.2015 o 13:41, Mauro Carvalho Chehab pisze: I think the media subsystem can take patches 1-3 and whoever does DT patches can take this patch, right? The cover letter explains that the series is rebased onto Mauro's master with Kukjin's branch merged. The latter does

Re: [PATCH 4/4] ARM64: dts: exynos5433: add jpeg node

2015-09-21 Thread Andrzej Pietrasiewicz
Hi Hans, W dniu 21.09.2015 o 11:50, Hans Verkuil pisze: On 18-09-15 16:21, Andrzej Pietrasiewicz wrote: From: Marek Szyprowski <m.szyprow...@samsung.com> Add Exynos 5433 jpeg h/w codec node. Signed-off-by: Marek Szyprowski <m.szyprow...@samsung.com> Signed-off-by: Andrzej P

[PATCH 1/4] s5p-jpeg: generalize clocks handling

2015-09-18 Thread Andrzej Pietrasiewicz
t clocks are needed for each variant. This is a preparation for adding Exynos 5433 variant support, which needs 4 clocks of names not compatible with any previous version of jpeg hw module. Signed-off-by: Marek Szyprowski <m.szyprow...@samsung.com> [Rebase and commit message] Signed-off-by: Andr

[PATCH 2/4] s5p-jpeg: add support for 5433

2015-09-18 Thread Andrzej Pietrasiewicz
elsewhere. There is also a difference in how the hardware is put to work in device_run. Data structures are extended as appropriate to accommodate the above changes. Signed-off-by: Andrzej Pietrasiewicz <andrze...@samsung.com> --- .../bindings/media/exynos-jpeg-codec.txt

[PATCH 4/4] ARM64: dts: exynos5433: add jpeg node

2015-09-18 Thread Andrzej Pietrasiewicz
From: Marek Szyprowski <m.szyprow...@samsung.com> Add Exynos 5433 jpeg h/w codec node. Signed-off-by: Marek Szyprowski <m.szyprow...@samsung.com> Signed-off-by: Andrzej Pietrasiewicz <andrze...@samsung.com> --- arch/arm64/boot/dts/exynos/exynos5433.dtsi | 21 +++

[PATCH 0/4] Exynos 5433 jpeg h/w codec support

2015-09-18 Thread Andrzej Pietrasiewicz
for 4.4. Rebased onto Mauro's master with the branch mentioned above merged. This patch series also adds Andrzej Pietrasiewicz and Jacek Anaszewski as maintainers of drivers/media/platform/s5p-jpeg. Andrzej is the original author of the driver, and has committed support for three Exynos chip models

[PATCH 3/4] MAINTAINERS: add exynos jpeg codec maintainers

2015-09-18 Thread Andrzej Pietrasiewicz
Add Andrzej Pietrasiewicz and Jacek Anaszewski as maintainers of drivers/media/platform/s5p-jpeg. Signed-off-by: Andrzej Pietrasiewicz <andrze...@samsung.com> --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8133cef..ee9240b

[PATCH] media: s5p-jpeg: Eliminate double kfree

2015-07-03 Thread Andrzej Pietrasiewicz
are not nullified between the two calls, so this is harmful. This patch fixes the driver so that video_device_release() is not called twice for the same object. Rebased onto Mauro's master. Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com --- drivers/media/platform/s5p-jpeg/jpeg-core.c | 14

[PATCHv3 1/2] ARM: dts: exynos5420: add nodes for jpeg codec

2015-03-09 Thread Andrzej Pietrasiewicz
Add nodes for jpeg codec in Exynos5420 SoC. Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 73c1851

[PATCHv3 0/2] Support for JPEG IP on Exynos542x

2015-03-09 Thread Andrzej Pietrasiewicz
v1..v2: - implemented changes resulting from Jacek's review - removed iommu entries in device tree nodes as iommu is not available at this moment - added hw3250_compat and htbl_reinit flags to s5p_jpeg_variant, which simplifies the code a bit Andrzej Pietrasiewicz (2): ARM: dts: exynos5420: add

[PATCHv3 2/2] media: s5p-jpeg: add 5420 family support

2015-03-09 Thread Andrzej Pietrasiewicz
JPEG IP found in Exynos5420 is similar to what is in Exynos3250, but there are some subtle differences which this patch takes into account. Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com --- .../bindings/media/exynos-jpeg-codec.txt | 2 +- drivers/media/platform/s5p-jpeg

[PATCHv2 1/2] ARM: dts: exynos5420: add nodes for jpeg codec

2015-03-06 Thread Andrzej Pietrasiewicz
Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 73c1851..f8f583c 100644 --- a/arch/arm/boot/dts

[PATCHv2 2/2] media: s5p-jpeg: add 5420 family support

2015-03-06 Thread Andrzej Pietrasiewicz
JPEG IP found in Exynos5420 is similar to what is in Exynos3250, but there are some subtle differences which this patch takes into account. Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com --- .../bindings/media/exynos-jpeg-codec.txt | 2 +- drivers/media/platform/s5p-jpeg

[PATCHv2 0/2] Support for JPEG IP on Exynos542x

2015-03-06 Thread Andrzej Pietrasiewicz
Jacek's review - removed iommu entries in device tree nodes as iommu is not available at this moment - added hw3250_compat and htbl_reinit flags to s5p_jpeg_variant, which simplifies the code a bit Andrzej Pietrasiewicz (2): ARM: dts: exynos5420: add nodes for jpeg codec media: s5p-jpeg: add

[PATCH 2/2] media: s5p-jpeg: add 5420 family support

2015-03-05 Thread Andrzej Pietrasiewicz
JPEG IP found in Exynos5420 is similar to what is in Exynos3250, but there are some subtle differences which this patch takes into account. Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com --- .../bindings/media/exynos-jpeg-codec.txt | 2 +- drivers/media/platform/s5p-jpeg

[PATCH 0/2] Support for JPEG IP on Exynos542x

2015-03-05 Thread Andrzej Pietrasiewicz
This short series adds support for JPEG IP on Exynos542x SoC. The first patch adds necessary device tree nodes and the second one does JPEG IP support proper. The JPEG IP on Exynos542x is similar to what is on Exynos3250, there just slight differences. Andrzej Pietrasiewicz (2): ARM: dts

[PATCH 1/2] ARM: dts: exynos5420: add nodes for jpeg codec

2015-03-05 Thread Andrzej Pietrasiewicz
Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com --- arch/arm/boot/dts/exynos5420.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 73c1851..c8722d9 100644 --- a/arch/arm/boot/dts

[PATCHv4 0/2] ARM: Exynos: JPEG device register

2012-02-21 Thread Andrzej Pietrasiewicz
board definition. Andrzej Pietrasiewicz (2): ARM: Exynos: Register JPEG on universal_c210 ARM: Exynos: Register JPEG on nuri arch/arm/mach-exynos/Kconfig |2 ++ arch/arm/mach-exynos/mach-nuri.c |1 + arch/arm/mach-exynos/mach-universal_c210.c |1 + 3 files

[PATCH 1/2] ARM: Exynos: Register JPEG on universal_c210

2012-02-21 Thread Andrzej Pietrasiewicz
ARM: Exynos: Register JPEG on universal_c210 Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-universal_c210.c |1 + 2 files changed, 2

[PATCH 2/2] ARM: Exynos: Register JPEG on nuri

2012-02-21 Thread Andrzej Pietrasiewicz
ARM: Exynos: Register JPEG on nuri Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-nuri.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff

[PATCHv3 0/3] ARM: Exynos: JPEG board definition and device register

2012-02-01 Thread Andrzej Pietrasiewicz
Dear All, This patch series adds board definition code and device registration code for JPEG IP found in Exynos4 SoC on universal_c210 and nuri boards. It includes changes after Tushar's review - thanks, Tushar. Andrzej Pietrasiewicz (3): ARM: Exynos: JPEG board definition ARM: Exynos

[PATCHv3 1/3] ARM: Exynos: JPEG board definition

2012-02-01 Thread Andrzej Pietrasiewicz
ARM: Exynos: JPEG board definition Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/clock.c |5 + arch/arm/mach-exynos/include/mach/map.h |3 +++ arch/arm/plat-s5p/Kconfig

[PATCHv3 2/3] ARM: Exynos: Register JPEG on universal_c210

2012-02-01 Thread Andrzej Pietrasiewicz
ARM: Exynos: Register JPEG on universal_c210 Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-universal_c210.c |2 ++ 2 files changed, 3

[PATCHv3 3/3] ARM: Exynos: Register JPEG on nuri

2012-02-01 Thread Andrzej Pietrasiewicz
ARM: Exynos: Register JPEG on nuri Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-nuri.c |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff

[PATCH] ARM: Exynos: JPEG board definition and device register

2012-01-31 Thread Andrzej Pietrasiewicz
Dear All, This patch adds board definition code and device registration code for JPEG IP found in Exynos4 SoC. Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig |2 ++ arch/arm

[PATCH v2] ARM: Exynos: JPEG board definition and device register

2012-01-31 Thread Andrzej Pietrasiewicz
Add JPEG board definition and device register Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Dear All, This patch adds board definition code and device registration code for JPEG IP found in Exynos4 SoC. It is exactly

[PATCH] ARM: EXYNOS4: JPEG: board definition and device registration

2011-10-11 Thread Andrzej Pietrasiewicz
Dear All, This patch adds board definition code and device registration code for JPEG IP found in Exynos4 SoC. Andrzej Pietrasiewicz Andrzej Pietrasiewicz (1): ARM: EXYNOS4: JPEG: board definition and device registration arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach

[PATCH] ARM: EXYNOS4: JPEG: board definition and device registration

2011-10-11 Thread Andrzej Pietrasiewicz
Exynos4 JPEG IP board definition and device registration Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach-exynos4/clock.c |5 +++ arch/arm