All of lore.kernel.org
 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

* Re: [GIT PULL FOR v4.15] Rockchip RGA driver
  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
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Verkuil @ 2017-10-13 11:22 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Jacob Chen, Heiko Stübner

On 10/13/17 13:20, Hans Verkuil wrote:
> Hi Mauro,
> 
> Here is the new Rockchip RGA driver.

Forgot to mention: Heiko will pick up the dts patches (not included in this
pull request) once this is merged for 4.15.

Regards,

	Hans

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

* Re: [GIT PULL FOR v4.15] Rockchip RGA driver
  2017-10-13 11:22 ` Hans Verkuil
@ 2017-10-17  6:30   ` Hans Verkuil
  2017-10-17 18:30     ` Heiko Stuebner
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Verkuil @ 2017-10-17  6:30 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Jacob Chen, Heiko Stübner

Heiko,

This driver was merged yesterday for 4.15, so you can go ahead and take the
dts patches.

Regards,

	Hans

On 10/13/2017 01:22 PM, Hans Verkuil wrote:
> On 10/13/17 13:20, Hans Verkuil wrote:
>> Hi Mauro,
>>
>> Here is the new Rockchip RGA driver.
> 
> Forgot to mention: Heiko will pick up the dts patches (not included in this
> pull request) once this is merged for 4.15.
> 
> Regards,
> 
> 	Hans
> 
>>
>> 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

* Re: [GIT PULL FOR v4.15] Rockchip RGA driver
  2017-10-17  6:30   ` Hans Verkuil
@ 2017-10-17 18:30     ` Heiko Stuebner
  2017-10-17 19:20       ` Hans Verkuil
  0 siblings, 1 reply; 7+ messages in thread
From: Heiko Stuebner @ 2017-10-17 18:30 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List, Jacob Chen

Hi Hans,

Am Dienstag, 17. Oktober 2017, 08:30:44 CEST schrieb Hans Verkuil:
> This driver was merged yesterday for 4.15, so you can go ahead and take the
> dts patches.

Thanks for the heads up.

While I was monitoring
https://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git/
I didn't see if anything did go in there or if this was the wrong tree.

Anyway, I'm going to pick the dts patches now.


Thanks
Heiko

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

* Re: [GIT PULL FOR v4.15] Rockchip RGA driver
  2017-10-17 18:30     ` Heiko Stuebner
@ 2017-10-17 19:20       ` Hans Verkuil
  2017-10-17 19:21         ` Hans Verkuil
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Verkuil @ 2017-10-17 19:20 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: Linux Media Mailing List, Jacob Chen

On 10/17/2017 08:30 PM, Heiko Stuebner wrote:
> Hi Hans,
> 
> Am Dienstag, 17. Oktober 2017, 08:30:44 CEST schrieb Hans Verkuil:
>> This driver was merged yesterday for 4.15, so you can go ahead and take the
>> dts patches.
> 
> Thanks for the heads up.
> 
> While I was monitoring
> https://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git/
> I didn't see if anything did go in there or if this was the wrong tree.

Wrong tree. This is the repo we use: git://linuxtv.org/media_tree.git (master branch).

> Anyway, I'm going to pick the dts patches now.

Thanks!

	Hans

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

* Re: [GIT PULL FOR v4.15] Rockchip RGA driver
  2017-10-17 19:20       ` Hans Verkuil
@ 2017-10-17 19:21         ` Hans Verkuil
  2017-10-17 19:24           ` Heiko Stuebner
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Verkuil @ 2017-10-17 19:21 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: Linux Media Mailing List, Jacob Chen

On 10/17/2017 09:20 PM, Hans Verkuil wrote:
> On 10/17/2017 08:30 PM, Heiko Stuebner wrote:
>> Hi Hans,
>>
>> Am Dienstag, 17. Oktober 2017, 08:30:44 CEST schrieb Hans Verkuil:
>>> This driver was merged yesterday for 4.15, so you can go ahead and take the
>>> dts patches.
>>
>> Thanks for the heads up.
>>
>> While I was monitoring
>> https://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git/
>> I didn't see if anything did go in there or if this was the wrong tree.
> 
> Wrong tree. This is the repo we use: git://linuxtv.org/media_tree.git (master branch).

And when using https that tree is: https://git.linuxtv.org/media_tree.git/

> 
>> Anyway, I'm going to pick the dts patches now.
> 
> Thanks!
> 
> 	Hans
> 

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

* Re: [GIT PULL FOR v4.15] Rockchip RGA driver
  2017-10-17 19:21         ` Hans Verkuil
@ 2017-10-17 19:24           ` Heiko Stuebner
  0 siblings, 0 replies; 7+ messages in thread
From: Heiko Stuebner @ 2017-10-17 19:24 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List, Jacob Chen

Am Dienstag, 17. Oktober 2017, 21:21:33 CEST schrieb Hans Verkuil:
> On 10/17/2017 09:20 PM, Hans Verkuil wrote:
> > On 10/17/2017 08:30 PM, Heiko Stuebner wrote:
> >> Hi Hans,
> >>
> >> Am Dienstag, 17. Oktober 2017, 08:30:44 CEST schrieb Hans Verkuil:
> >>> This driver was merged yesterday for 4.15, so you can go ahead and take the
> >>> dts patches.
> >>
> >> Thanks for the heads up.
> >>
> >> While I was monitoring
> >> https://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git/
> >> I didn't see if anything did go in there or if this was the wrong tree.
> > 
> > Wrong tree. This is the repo we use: git://linuxtv.org/media_tree.git (master branch).
> 
> And when using https that tree is: https://git.linuxtv.org/media_tree.git/

great to know ... hopefully I'll remember that the next time :-)


Heiko

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