linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Exynos 5433 jpeg h/w codec support
@ 2015-09-18 14:20 Andrzej Pietrasiewicz
  2015-09-18 14:20 ` [PATCH 1/4] s5p-jpeg: generalize clocks handling Andrzej Pietrasiewicz
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Andrzej Pietrasiewicz @ 2015-09-18 14:20 UTC (permalink / raw)
  To: linux-arm-kernel

Support for Exynos 5433 to the s5p-jpeg driver.

The series also includes jpeg codec node definition for Device Tree,
but it depends on:

git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
branch v4.3-drop/dt64-samsung which has not made it into 4.3,
but the driver is meant 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 and some fixes.
Jacek has committed support for another three and a number of fixes,
and is the second author of the driver.
The code size is now quite large compared to the initial release,
so having it maintained is a good idea and we both have the supported
hardware at hand.

Andrzej Pietrasiewicz (2):
  s5p-jpeg: add support for 5433
  MAINTAINERS: add exynos jpeg codec maintainers

Marek Szyprowski (2):
  s5p-jpeg: generalize clocks handling
  ARM64: dts: exynos5433: add jpeg node

 .../bindings/media/exynos-jpeg-codec.txt           |   3 +-
 MAINTAINERS                                        |   8 +
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |  21 +
 drivers/media/platform/s5p-jpeg/jpeg-core.c        | 444 ++++++++++++++++++---
 drivers/media/platform/s5p-jpeg/jpeg-core.h        |  41 +-
 drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.c  |  80 +++-
 drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.h  |  11 +-
 drivers/media/platform/s5p-jpeg/jpeg-regs.h        |  85 ++--
 8 files changed, 588 insertions(+), 105 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-09-30  6:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 14:20 [PATCH 0/4] Exynos 5433 jpeg h/w codec support Andrzej Pietrasiewicz
2015-09-18 14:20 ` [PATCH 1/4] s5p-jpeg: generalize clocks handling Andrzej Pietrasiewicz
2015-09-18 14:29   ` Jacek Anaszewski
2015-09-18 14:20 ` [PATCH 2/4] s5p-jpeg: add support for 5433 Andrzej Pietrasiewicz
2015-09-18 14:30   ` Jacek Anaszewski
2015-09-18 14:20 ` [PATCH 3/4] MAINTAINERS: add exynos jpeg codec maintainers Andrzej Pietrasiewicz
2015-09-18 14:30   ` Jacek Anaszewski
2015-09-18 14:21 ` [PATCH 4/4] ARM64: dts: exynos5433: add jpeg node Andrzej Pietrasiewicz
2015-09-21  9:50   ` Hans Verkuil
2015-09-21  9:59     ` Andrzej Pietrasiewicz
2015-09-21 11:41       ` Mauro Carvalho Chehab
2015-09-21 12:28         ` Sylwester Nawrocki
2015-09-21 12:55         ` Andrzej Pietrasiewicz
2015-09-28  8:52       ` Krzysztof Kozlowski
2015-09-28 11:54         ` Bartlomiej Zolnierkiewicz
2015-09-28 12:02           ` Krzysztof Kozlowski
2015-09-30  6:35             ` Kukjin Kim
2015-09-30  6:46               ` Chanwoo Choi

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).