All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR 6.9] Imagination E5010 JPEG encoder
@ 2024-03-09 15:15 Sebastian Fricke
  2024-03-09 15:56 ` [GIT PULL FOR 6.9] Imagination E5010 JPEG encoder (#99731) Jenkins
  2024-03-18 13:43 ` [GIT PULL FOR 6.9] Imagination E5010 JPEG encoder Hans Verkuil
  0 siblings, 2 replies; 7+ messages in thread
From: Sebastian Fricke @ 2024-03-09 15:15 UTC (permalink / raw)
  To: linux-media

Hey Hans & Mauro,

These patches add support for the Imagination E5010 JPEG encoder.

Please pull.

The following changes since commit b14257abe7057def6127f6fb2f14f9adc8acabdb:

   media: rcar-isp: Disallow unbind of devices (2024-03-07 16:35:13 +0100)

are available in the Git repository at:

   https://gitlab.collabora.com/sebastianfricke/linux.git tags/for-6.9-e5010-jpeg-encoder

for you to fetch changes up to 146a5dc5f8baee4178a1cdfa483aa3c94273ce5e:

   media: imagination: Add E5010 JPEG Encoder driver (2024-03-09 16:10:43 +0100)

----------------------------------------------------------------
Adds support for the E5010-JPEG-encoder

----------------------------------------------------------------
Devarsh Thakkar (3):
       media: dt-bindings: Add Imagination E5010 JPEG Encoder
       media: jpeg: Add reference quantization and huffman tables
       media: imagination: Add E5010 JPEG Encoder driver

  .../bindings/media/img,e5010-jpeg-enc.yaml         |   75 +
  MAINTAINERS                                        |    7 +
  drivers/media/platform/Kconfig                     |    1 +
  drivers/media/platform/Makefile                    |    1 +
  drivers/media/platform/imagination/Kconfig         |   12 +
  drivers/media/platform/imagination/Makefile        |    3 +
  .../media/platform/imagination/e5010-core-regs.h   |  585 ++++++++
  .../media/platform/imagination/e5010-jpeg-enc-hw.c |  267 ++++
  .../media/platform/imagination/e5010-jpeg-enc-hw.h |   42 +
  .../media/platform/imagination/e5010-jpeg-enc.c    | 1553 ++++++++++++++++++++
  .../media/platform/imagination/e5010-jpeg-enc.h    |  169 +++
  .../media/platform/imagination/e5010-mmu-regs.h    |  311 ++++
  include/media/jpeg-enc-reftables.h                 |  112 ++
  include/media/jpeg.h                               |    4 +
  14 files changed, 3142 insertions(+)
  create mode 100644 Documentation/devicetree/bindings/media/img,e5010-jpeg-enc.yaml
  create mode 100644 drivers/media/platform/imagination/Kconfig
  create mode 100644 drivers/media/platform/imagination/Makefile
  create mode 100644 drivers/media/platform/imagination/e5010-core-regs.h
  create mode 100644 drivers/media/platform/imagination/e5010-jpeg-enc-hw.c
  create mode 100644 drivers/media/platform/imagination/e5010-jpeg-enc-hw.h
  create mode 100644 drivers/media/platform/imagination/e5010-jpeg-enc.c
  create mode 100644 drivers/media/platform/imagination/e5010-jpeg-enc.h
  create mode 100644 drivers/media/platform/imagination/e5010-mmu-regs.h
  create mode 100644 include/media/jpeg-enc-reftables.h

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

end of thread, other threads:[~2024-04-01 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-09 15:15 [GIT PULL FOR 6.9] Imagination E5010 JPEG encoder Sebastian Fricke
2024-03-09 15:56 ` [GIT PULL FOR 6.9] Imagination E5010 JPEG encoder (#99731) Jenkins
2024-03-11 13:35   ` Devarsh Thakkar
2024-03-11 14:09     ` Sebastian Fricke
2024-03-18 13:43 ` [GIT PULL FOR 6.9] Imagination E5010 JPEG encoder Hans Verkuil
2024-03-18 14:41   ` Hans Verkuil
2024-04-01 13:55   ` Devarsh Thakkar

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.