linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v4.15] Rockchip RGA driver
@ 2017-10-13 11:20 Hans Verkuil
  2017-10-13 11:22 ` Hans Verkuil
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Verkuil @ 2017-10-13 11:20 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Jacob Chen, Heiko Stübner

Hi Mauro,

Here is the new Rockchip RGA driver.

Regards,

	Hans

The following changes since commit 8382e556b1a2f30c4bf866f021b33577a64f9ebf:

  Simplify major/minor non-dynamic logic (2017-10-11 15:32:11 -0400)

are available in the git repository at:

  git://linuxtv.org/hverkuil/media_tree.git rga

for you to fetch changes up to 90218215bd095b0fa53fa928e4ce40a5861474d3:

  MAINTAINERS: add entry for Rockchip RGA driver (2017-10-13 12:30:01 +0200)

----------------------------------------------------------------
Jacob Chen (3):
      dt-bindings: Document the Rockchip RGA bindings
      rockchip/rga: v4l2 m2m support
      MAINTAINERS: add entry for Rockchip RGA driver

 Documentation/devicetree/bindings/media/rockchip-rga.txt |   33 ++
 MAINTAINERS                                              |    7 +
 drivers/media/platform/Kconfig                           |   15 +
 drivers/media/platform/Makefile                          |    2 +
 drivers/media/platform/rockchip/rga/Makefile             |    3 +
 drivers/media/platform/rockchip/rga/rga-buf.c            |  154 ++++++++
 drivers/media/platform/rockchip/rga/rga-hw.c             |  421 +++++++++++++++++++++
 drivers/media/platform/rockchip/rga/rga-hw.h             |  437 ++++++++++++++++++++++
 drivers/media/platform/rockchip/rga/rga.c                | 1012 ++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/media/platform/rockchip/rga/rga.h                |  125 +++++++
 10 files changed, 2209 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/rockchip-rga.txt
 create mode 100644 drivers/media/platform/rockchip/rga/Makefile
 create mode 100644 drivers/media/platform/rockchip/rga/rga-buf.c
 create mode 100644 drivers/media/platform/rockchip/rga/rga-hw.c
 create mode 100644 drivers/media/platform/rockchip/rga/rga-hw.h
 create mode 100644 drivers/media/platform/rockchip/rga/rga.c
 create mode 100644 drivers/media/platform/rockchip/rga/rga.h

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

end of thread, other threads:[~2017-10-17 19:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 11:20 [GIT PULL FOR v4.15] Rockchip RGA driver Hans Verkuil
2017-10-13 11:22 ` Hans Verkuil
2017-10-17  6:30   ` Hans Verkuil
2017-10-17 18:30     ` Heiko Stuebner
2017-10-17 19:20       ` Hans Verkuil
2017-10-17 19:21         ` Hans Verkuil
2017-10-17 19:24           ` Heiko Stuebner

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