All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/2] Support for JPEG IP on Exynos542x
@ 2015-03-06 10:32 Andrzej Pietrasiewicz
  2015-03-06 10:32 ` [PATCHv2 1/2] ARM: dts: exynos5420: add nodes for jpeg codec Andrzej Pietrasiewicz
  2015-03-06 10:32 ` [PATCHv2 2/2] media: s5p-jpeg: add 5420 family support Andrzej Pietrasiewicz
  0 siblings, 2 replies; 5+ messages in thread
From: Andrzej Pietrasiewicz @ 2015-03-06 10:32 UTC (permalink / raw)
  To: linux-samsung-soc, linux-media
  Cc: Andrzej Pietrasiewicz, Kukjin Kim, Marek Szyprowski

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.

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 nodes for jpeg codec
  media: s5p-jpeg: add 5420 family support

 .../bindings/media/exynos-jpeg-codec.txt           |  2 +-
 arch/arm/boot/dts/exynos5420.dtsi                  | 16 ++++++
 drivers/media/platform/s5p-jpeg/jpeg-core.c        | 59 +++++++++++++++-------
 drivers/media/platform/s5p-jpeg/jpeg-core.h        | 12 +++--
 4 files changed, 67 insertions(+), 22 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-09 10:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 10:32 [PATCHv2 0/2] Support for JPEG IP on Exynos542x Andrzej Pietrasiewicz
2015-03-06 10:32 ` [PATCHv2 1/2] ARM: dts: exynos5420: add nodes for jpeg codec Andrzej Pietrasiewicz
2015-03-09 10:18   ` Kamil Debski
2015-03-06 10:32 ` [PATCHv2 2/2] media: s5p-jpeg: add 5420 family support Andrzej Pietrasiewicz
2015-03-06 10:49   ` Jacek Anaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.