linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.11] Various fixes and a new meson driver
@ 2020-12-03 11:17 Hans Verkuil
  2020-12-03 11:41 ` [GIT PULL FOR v5.11] Various fixes and a new meson driver (#69706) Jenkins
  2020-12-07 11:49 ` Jenkins
  0 siblings, 2 replies; 3+ messages in thread
From: Hans Verkuil @ 2020-12-03 11:17 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Jernej Škrabec, Neil Armstrong

The following changes since commit fb1f3a1befdb43a40255d35d50ac49a332232fc0:

  media: pixfmt-compressed.rst: fix 'bullet' formatting (2020-12-03 11:45:17 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.11e

for you to fetch changes up to 0d87b2a2c7e667078075e7b86f90662aa5ee1e2b:

  vivid: fix 'disconnect' error injection (2020-12-03 12:01:53 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Alan Stern (1):
      media: gspca: Fix memory leak in probe

Hans Verkuil (1):
      vivid: fix 'disconnect' error injection

Jacopo Mondi (1):
      media: rcar-vin: Mask VNCSI_IFMD register

Jernej Skrabec (1):
      media: cedrus: Make VP8 codec as capability

Neil Armstrong (3):
      dt-bindings: media: Add bindings for the Amlogic GE2D Accelerator Unit
      media: meson: Add M2M driver for the Amlogic GE2D Accelerator Unit
      MAINTAINERS: Add myself as maintainer of the Amlogic GE2D driver

 Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml |   47 ++
 MAINTAINERS                                                   |    9 +
 drivers/media/platform/Kconfig                                |   13 +
 drivers/media/platform/Makefile                               |    2 +
 drivers/media/platform/meson/ge2d/Makefile                    |    3 +
 drivers/media/platform/meson/ge2d/ge2d-regs.h                 |  360 +++++++++++++
 drivers/media/platform/meson/ge2d/ge2d.c                      | 1067 +++++++++++++++++++++++++++++++++++++
 drivers/media/platform/rcar-vin/rcar-dma.c                    |   25 +-
 drivers/media/test-drivers/vivid/vivid-core.c                 |   66 ++-
 drivers/media/test-drivers/vivid/vivid-core.h                 |    1 +
 drivers/media/test-drivers/vivid/vivid-ctrls.c                |   29 +-
 drivers/media/usb/gspca/gspca.c                               |    1 +
 drivers/staging/media/sunxi/cedrus/cedrus.c                   |   27 +-
 drivers/staging/media/sunxi/cedrus/cedrus.h                   |    1 +
 drivers/staging/media/sunxi/cedrus/cedrus_video.c             |    1 +
 15 files changed, 1610 insertions(+), 42 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml
 create mode 100644 drivers/media/platform/meson/ge2d/Makefile
 create mode 100644 drivers/media/platform/meson/ge2d/ge2d-regs.h
 create mode 100644 drivers/media/platform/meson/ge2d/ge2d.c

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

end of thread, other threads:[~2020-12-07 11:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03 11:17 [GIT PULL FOR v5.11] Various fixes and a new meson driver Hans Verkuil
2020-12-03 11:41 ` [GIT PULL FOR v5.11] Various fixes and a new meson driver (#69706) Jenkins
2020-12-07 11:49 ` Jenkins

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