diff for duplicates of <0568d5b5c4708fbb258dcc56a6859da6ee8bcd42.camel@bootlin.com> diff --git a/a/1.txt b/N1/1.txt index 975da58..97545ca 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ On Mon, 2018-07-09 at 22:41 -0300, Ezequiel Garcia wrote: Thanks a lot for the review, it is very appreciated! > On 18 June 2018 at 11:58, Paul Kocialkowski -> <paul.kocialkowski@bootlin.com> wrote: +> <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote: > > This introduces the Sunxi-Cedrus VPU driver that supports the VPU found > > in Allwinner SoCs, also known as Video Engine. It is implemented through > > a v4l2 m2m decoder device and a media device (used for media requests). @@ -25,7 +25,7 @@ Thanks a lot for the review, it is very appreciated! > > carried out by the linux-sunxi community in the interest of reverse > > engineering, documenting and implementing support for Allwinner VPU. > > -> > Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> +> > Signed-off-by: Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> > > > > create mode 100644 drivers/media/platform/sunxi/Kconfig > > create mode 100644 drivers/media/platform/sunxi/Makefile @@ -47,20 +47,20 @@ Thanks a lot for the review, it is very appreciated! > > index 9c125f705f78..b47dee397475 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS -> > @@ -656,6 +656,13 @@ L: linux-crypto at vger.kernel.org +> > @@ -656,6 +656,13 @@ L: linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > S: Maintained > > F: drivers/crypto/sunxi-ss/ > > > > +ALLWINNER VPU DRIVER -> > +M: Maxime Ripard <maxime.ripard@bootlin.com> -> > +M: Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > +L: linux-media at vger.kernel.org +> > +M: Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > +M: Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > +L: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > +S: Maintained > > +F: drivers/media/platform/sunxi/cedrus/ > > + > > ALPHA PORT -> > M: Richard Henderson <rth@twiddle.net> -> > M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> +> > M: Richard Henderson <rth-hL46jP5Bxq7R7s880joybQ@public.gmane.org> +> > M: Ivan Kokshaysky <ink-biIs/Y0ymYJMZLIVYojuPNP0rXTJTi09@public.gmane.org> > > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > > index c7a1cf8a1b01..26da88bcd87b 100644 > > --- a/drivers/media/platform/Kconfig @@ -158,14 +158,14 @@ Thanks, will do. > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#include <linux/platform_device.h> @@ -486,7 +486,7 @@ can also eventually get rid of thanks to your patches! > > +module_platform_driver(cedrus_driver); > > + > > +MODULE_LICENSE("GPL v2"); -> > +MODULE_AUTHOR("Florent Revest <florent.revest@free-electrons.com>"); +> > +MODULE_AUTHOR("Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>"); > > +MODULE_DESCRIPTION("Sunxi-Cedrus VPU driver"); > > diff --git a/drivers/media/platform/sunxi/cedrus/cedrus.h b/drivers/media/platform/sunxi/cedrus/cedrus.h > > new file mode 100644 @@ -498,14 +498,14 @@ can also eventually get rid of thanks to your patches! > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#ifndef _CEDRUS_H_ @@ -621,14 +621,14 @@ can also eventually get rid of thanks to your patches! > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#include <media/videobuf2-dma-contig.h> @@ -778,7 +778,7 @@ rid of it. > then perhaps you want to simply not define .job_abort, > and wait for the running operation (if any) to finish. > -> See https://www.mail-archive.com/linux-media at vger.kernel.org/msg132881.html +> See https://www.mail-archive.com/linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org/msg132881.html > > It should also cleanup your impementation. The whole ctx->job_abort > dance looks kinda cumbersome. @@ -823,14 +823,14 @@ for v6. > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#ifndef _CEDRUS_DEC_H_ @@ -856,14 +856,14 @@ for v6. > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#include <linux/platform_device.h> @@ -1134,14 +1134,14 @@ merged. > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#ifndef _CEDRUS_HW_H_ @@ -1177,14 +1177,14 @@ but I can reconsider that if you think it's a bad practice. > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#include <media/videobuf2-dma-contig.h> @@ -1329,14 +1329,14 @@ but I can reconsider that if you think it's a bad practice. > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#ifndef _CEDRUS_MPEG2_H_ @@ -1359,14 +1359,14 @@ but I can reconsider that if you think it's a bad practice. > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#ifndef _CEDRUS_REGS_H_ @@ -1532,14 +1532,14 @@ but I can reconsider that if you think it's a bad practice. > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#include <media/videobuf2-dma-contig.h> @@ -2048,14 +2048,14 @@ Looks like this no longer applies :) > > +/* > > + * Sunxi-Cedrus VPU driver > > + * -> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com> +> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> +> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > > + * > > + * Based on the vim2m driver, that is: > > + * > > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. -> > + * Pawel Osciak, <pawel@osciak.com> -> > + * Marek Szyprowski, <m.szyprowski@samsung.com> +> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org> +> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > + */ > > + > > +#ifndef _CEDRUS_VIDEO_H_ @@ -2072,7 +2072,7 @@ Looks like this no longer applies :) > > > > -- > > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. -> > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe at googlegroups.com. +> > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit https://groups.google.com/d/optout. > > @@ -2081,10 +2081,3 @@ Looks like this no longer applies :) Paul Kocialkowski, Bootlin (formerly Free Electrons) Embedded Linux and kernel engineering https://bootlin.com --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 488 bytes -Desc: This is a digitally signed message part -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180724/8156da51/attachment-0001.sig> diff --git a/a/content_digest b/N1/content_digest index a590a2d..2786381 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,11 +1,34 @@ "ref\020180618145843.14631-1-paul.kocialkowski@bootlin.com\0" "ref\020180618145843.14631-17-paul.kocialkowski@bootlin.com\0" "ref\0CAAEAJfCr3G5SXyNS3okpJCU9n=KgzVu+cL3x35GeYtoYhmmOgA@mail.gmail.com\0" - "From\0paul.kocialkowski@bootlin.com (Paul Kocialkowski)\0" - "Subject\0[linux-sunxi] [PATCH v4 16/19] media: platform: Add Sunxi-Cedrus VPU decoder driver\0" + "ref\0CAAEAJfCr3G5SXyNS3okpJCU9n=KgzVu+cL3x35GeYtoYhmmOgA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" + "From\0Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\0" + "Subject\0Re: [PATCH v4 16/19] media: platform: Add Sunxi-Cedrus VPU decoder driver\0" "Date\0Tue, 24 Jul 2018 16:28:14 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Ezequiel Garcia <ezequiel-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>\0" + "Cc\0linux-media <linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Mauro Carvalho Chehab <mchehab-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> + Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> + Marco Franchi <marco.franchi-3arQi8VN3Tc@public.gmane.org> + Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org> + Hans Verkuil <hverkuil-qWit8jRvyhVmR6Xm/wNWPw@public.gmane.org> + Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> + Tom Saeger <tom.saeger-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> + Smitha T Murthy <smitha.t-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> + Sakari Ailus <sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> + Andrzej Hajda <a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> + Jonathan Corbet <corbet-T1hC0tSOHrs@public.gmane.org> + David S . Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> + Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> + Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> + " Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>Randy Dunlap <rd>\0" + "\01:1\0" "b\0" "Hi,\n" "\n" @@ -19,7 +42,7 @@ "Thanks a lot for the review, it is very appreciated!\n" "\n" "> On 18 June 2018 at 11:58, Paul Kocialkowski\n" - "> <paul.kocialkowski@bootlin.com> wrote:\n" + "> <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote:\n" "> > This introduces the Sunxi-Cedrus VPU driver that supports the VPU found\n" "> > in Allwinner SoCs, also known as Video Engine. It is implemented through\n" "> > a v4l2 m2m decoder device and a media device (used for media requests).\n" @@ -34,7 +57,7 @@ "> > carried out by the linux-sunxi community in the interest of reverse\n" "> > engineering, documenting and implementing support for Allwinner VPU.\n" "> > \n" - "> > Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" + "> > Signed-off-by: Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" "> > \n" "> > create mode 100644 drivers/media/platform/sunxi/Kconfig\n" "> > create mode 100644 drivers/media/platform/sunxi/Makefile\n" @@ -56,20 +79,20 @@ "> > index 9c125f705f78..b47dee397475 100644\n" "> > --- a/MAINTAINERS\n" "> > +++ b/MAINTAINERS\n" - "> > @@ -656,6 +656,13 @@ L: linux-crypto at vger.kernel.org\n" + "> > @@ -656,6 +656,13 @@ L: linux-crypto-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" "> > S: Maintained\n" "> > F: drivers/crypto/sunxi-ss/\n" "> > \n" "> > +ALLWINNER VPU DRIVER\n" - "> > +M: Maxime Ripard <maxime.ripard@bootlin.com>\n" - "> > +M: Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > +L: linux-media at vger.kernel.org\n" + "> > +M: Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > +M: Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > +L: linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" "> > +S: Maintained\n" "> > +F: drivers/media/platform/sunxi/cedrus/\n" "> > +\n" "> > ALPHA PORT\n" - "> > M: Richard Henderson <rth@twiddle.net>\n" - "> > M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>\n" + "> > M: Richard Henderson <rth-hL46jP5Bxq7R7s880joybQ@public.gmane.org>\n" + "> > M: Ivan Kokshaysky <ink-biIs/Y0ymYJMZLIVYojuPNP0rXTJTi09@public.gmane.org>\n" "> > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig\n" "> > index c7a1cf8a1b01..26da88bcd87b 100644\n" "> > --- a/drivers/media/platform/Kconfig\n" @@ -167,14 +190,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#include <linux/platform_device.h>\n" @@ -495,7 +518,7 @@ "> > +module_platform_driver(cedrus_driver);\n" "> > +\n" "> > +MODULE_LICENSE(\"GPL v2\");\n" - "> > +MODULE_AUTHOR(\"Florent Revest <florent.revest@free-electrons.com>\");\n" + "> > +MODULE_AUTHOR(\"Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\");\n" "> > +MODULE_DESCRIPTION(\"Sunxi-Cedrus VPU driver\");\n" "> > diff --git a/drivers/media/platform/sunxi/cedrus/cedrus.h b/drivers/media/platform/sunxi/cedrus/cedrus.h\n" "> > new file mode 100644\n" @@ -507,14 +530,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#ifndef _CEDRUS_H_\n" @@ -630,14 +653,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#include <media/videobuf2-dma-contig.h>\n" @@ -787,7 +810,7 @@ "> then perhaps you want to simply not define .job_abort,\n" "> and wait for the running operation (if any) to finish.\n" "> \n" - "> See https://www.mail-archive.com/linux-media at vger.kernel.org/msg132881.html\n" + "> See https://www.mail-archive.com/linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org/msg132881.html\n" "> \n" "> It should also cleanup your impementation. The whole ctx->job_abort\n" "> dance looks kinda cumbersome.\n" @@ -832,14 +855,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#ifndef _CEDRUS_DEC_H_\n" @@ -865,14 +888,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#include <linux/platform_device.h>\n" @@ -1143,14 +1166,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#ifndef _CEDRUS_HW_H_\n" @@ -1186,14 +1209,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#include <media/videobuf2-dma-contig.h>\n" @@ -1338,14 +1361,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#ifndef _CEDRUS_MPEG2_H_\n" @@ -1368,14 +1391,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#ifndef _CEDRUS_REGS_H_\n" @@ -1541,14 +1564,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#include <media/videobuf2-dma-contig.h>\n" @@ -2057,14 +2080,14 @@ "> > +/*\n" "> > + * Sunxi-Cedrus VPU driver\n" "> > + *\n" - "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > + * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>\n" + "> > + * Copyright (C) 2018 Paul Kocialkowski <paul.kocialkowski-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>\n" + "> > + * Copyright (C) 2016 Florent Revest <florent.revest-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> > + *\n" "> > + * Based on the vim2m driver, that is:\n" "> > + *\n" "> > + * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.\n" - "> > + * Pawel Osciak, <pawel@osciak.com>\n" - "> > + * Marek Szyprowski, <m.szyprowski@samsung.com>\n" + "> > + * Pawel Osciak, <pawel-FA/gS7QP4orQT0dZR+AlfA@public.gmane.org>\n" + "> > + * Marek Szyprowski, <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> > + */\n" "> > +\n" "> > +#ifndef _CEDRUS_VIDEO_H_\n" @@ -2081,7 +2104,7 @@ "> > \n" "> > --\n" "> > You received this message because you are subscribed to the Google Groups \"linux-sunxi\" group.\n" - "> > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe at googlegroups.com.\n" + "> > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" "> > For more options, visit https://groups.google.com/d/optout.\n" "> \n" "> \n" @@ -2089,13 +2112,6 @@ "-- \n" "Paul Kocialkowski, Bootlin (formerly Free Electrons)\n" "Embedded Linux and kernel engineering\n" - "https://bootlin.com\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 488 bytes\n" - "Desc: This is a digitally signed message part\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180724/8156da51/attachment-0001.sig> + https://bootlin.com -383076f2c074fe7bbd2d243e764f2b8d21dbdb66ccf1cf3af3e231d16f383a49 +f0238197311dd0a54f7d16243e5bf4144a7cf7b7bec77d673afaf4ce9dd50647
diff --git a/a/1.txt b/N2/1.txt index 975da58..0c7ef97 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -47,14 +47,14 @@ Thanks a lot for the review, it is very appreciated! > > index 9c125f705f78..b47dee397475 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS -> > @@ -656,6 +656,13 @@ L: linux-crypto at vger.kernel.org +> > @@ -656,6 +656,13 @@ L: linux-crypto@vger.kernel.org > > S: Maintained > > F: drivers/crypto/sunxi-ss/ > > > > +ALLWINNER VPU DRIVER > > +M: Maxime Ripard <maxime.ripard@bootlin.com> > > +M: Paul Kocialkowski <paul.kocialkowski@bootlin.com> -> > +L: linux-media at vger.kernel.org +> > +L: linux-media@vger.kernel.org > > +S: Maintained > > +F: drivers/media/platform/sunxi/cedrus/ > > + @@ -778,7 +778,7 @@ rid of it. > then perhaps you want to simply not define .job_abort, > and wait for the running operation (if any) to finish. > -> See https://www.mail-archive.com/linux-media at vger.kernel.org/msg132881.html +> See https://www.mail-archive.com/linux-media@vger.kernel.org/msg132881.html > > It should also cleanup your impementation. The whole ctx->job_abort > dance looks kinda cumbersome. @@ -2072,7 +2072,7 @@ Looks like this no longer applies :) > > > > -- > > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. -> > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe at googlegroups.com. +> > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > @@ -2081,10 +2081,3 @@ Looks like this no longer applies :) Paul Kocialkowski, Bootlin (formerly Free Electrons) Embedded Linux and kernel engineering https://bootlin.com --------------- next part -------------- -A non-text attachment was scrubbed... -Name: signature.asc -Type: application/pgp-signature -Size: 488 bytes -Desc: This is a digitally signed message part -URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180724/8156da51/attachment-0001.sig> diff --git a/N2/2.bin b/N2/2.bin new file mode 100644 index 0000000..f7d03bc --- /dev/null +++ b/N2/2.bin @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEJZpWjZeIetVBefti3cLmz3+fv9EFAltXN34ACgkQ3cLmz3+f +v9Eqhgf+JuF6Sgd+obmJTezchuVfRlchv5frno01Iw9hhrXqOPDg4iPSfMjpD2Cj +NkWWPOHxxkmJumoIUm9w3dGpRD8vo4nQICZP0Ntl9ZH80A7SHal3uZ6oLbuCN3ux +5rpnvr1CMKltEsN4B/gMmNiJmlufMFZnARsq02OXJFqwZi4HEG0w9WY9ha1qvQ8f +WC4/sHJWyUX56E9akY8ofQN6+mPdA+zolDR85ADWZCpVAyQmTazSHGYC7a7gYAVR +a0QCibMGNm8eVm3u2EYQATlTBEXzuNjPtO9SgNfxKi32d7FKpRijbJ0Am4EsfMnW +cVul1pIaq84FyR4U0E0LZcRytvSATg== +=uKX3 +-----END PGP SIGNATURE----- diff --git a/N2/2.hdr b/N2/2.hdr new file mode 100644 index 0000000..da6d245 --- /dev/null +++ b/N2/2.hdr @@ -0,0 +1,3 @@ +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: This is a digitally signed message part +Content-Transfer-Encoding: 7bit diff --git a/a/content_digest b/N2/content_digest index a590a2d..1194ca4 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,11 +1,53 @@ "ref\020180618145843.14631-1-paul.kocialkowski@bootlin.com\0" "ref\020180618145843.14631-17-paul.kocialkowski@bootlin.com\0" "ref\0CAAEAJfCr3G5SXyNS3okpJCU9n=KgzVu+cL3x35GeYtoYhmmOgA@mail.gmail.com\0" - "From\0paul.kocialkowski@bootlin.com (Paul Kocialkowski)\0" - "Subject\0[linux-sunxi] [PATCH v4 16/19] media: platform: Add Sunxi-Cedrus VPU decoder driver\0" + "From\0Paul Kocialkowski <paul.kocialkowski@bootlin.com>\0" + "Subject\0Re: [linux-sunxi] [PATCH v4 16/19] media: platform: Add Sunxi-Cedrus VPU decoder driver\0" "Date\0Tue, 24 Jul 2018 16:28:14 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" - "\00:1\0" + "To\0Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>\0" + "Cc\0linux-media <linux-media@vger.kernel.org>" + devicetree@vger.kernel.org + linux-arm-kernel <linux-arm-kernel@lists.infradead.org> + linux-kernel@vger.kernel.org + Mauro Carvalho Chehab <mchehab@kernel.org> + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + Maxime Ripard <maxime.ripard@bootlin.com> + Chen-Yu Tsai <wens@csie.org> + Marco Franchi <marco.franchi@nxp.com> + Icenowy Zheng <icenowy@aosc.io> + Hans Verkuil <hverkuil@xs4all.nl> + Sylwester Nawrocki <s.nawrocki@samsung.com> + Tom Saeger <tom.saeger@oracle.com> + Smitha T Murthy <smitha.t@samsung.com> + Sakari Ailus <sakari.ailus@linux.intel.com> + Andrzej Hajda <a.hajda@samsung.com> + Jonathan Corbet <corbet@lwn.net> + David S . Miller <davem@davemloft.net> + Andrew Morton <akpm@linux-foundation.org> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Linus Walleij <linus.walleij@linaro.org> + Randy Dunlap <rdunlap@infradead.org> + Arnd Bergmann <arnd@arndb.de> + Stanimir Varbanov <stanimir.varbanov@linaro.org> + Philipp Zabel <p.zabel@pengutronix.de> + Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> + Jacob Chen <jacob-chen@iotwrt.com> + Steve Longerbeam <slongerbeam@gmail.com> + Todor Tomov <todor.tomov@linaro.org> + Jacopo Mondi <jacopo+renesas@jmondi.org> + Alexandre Courbot <acourbot@chromium.org> + Marek Szyprowski <m.szyprowski@samsung.com> + Andy Shevchenko <andriy.shevchenko@linux.intel.com> + Tomasz Figa <tfiga@chromium.org> + Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> + Hans de Goede <hdegoede@redhat.com> + Sami Tolvanen <samitolvanen@google.com> + Thomas Petazzoni <thomas.petazzoni@bootlin.com> + linux-sunxi@googlegroups.com + Hugues Fruchet <hugues.fruchet@st.com> + " Randy Li <ayaka@soulik.info>\0" + "\01:1\0" "b\0" "Hi,\n" "\n" @@ -56,14 +98,14 @@ "> > index 9c125f705f78..b47dee397475 100644\n" "> > --- a/MAINTAINERS\n" "> > +++ b/MAINTAINERS\n" - "> > @@ -656,6 +656,13 @@ L: linux-crypto at vger.kernel.org\n" + "> > @@ -656,6 +656,13 @@ L: linux-crypto@vger.kernel.org\n" "> > S: Maintained\n" "> > F: drivers/crypto/sunxi-ss/\n" "> > \n" "> > +ALLWINNER VPU DRIVER\n" "> > +M: Maxime Ripard <maxime.ripard@bootlin.com>\n" "> > +M: Paul Kocialkowski <paul.kocialkowski@bootlin.com>\n" - "> > +L: linux-media at vger.kernel.org\n" + "> > +L: linux-media@vger.kernel.org\n" "> > +S: Maintained\n" "> > +F: drivers/media/platform/sunxi/cedrus/\n" "> > +\n" @@ -787,7 +829,7 @@ "> then perhaps you want to simply not define .job_abort,\n" "> and wait for the running operation (if any) to finish.\n" "> \n" - "> See https://www.mail-archive.com/linux-media at vger.kernel.org/msg132881.html\n" + "> See https://www.mail-archive.com/linux-media@vger.kernel.org/msg132881.html\n" "> \n" "> It should also cleanup your impementation. The whole ctx->job_abort\n" "> dance looks kinda cumbersome.\n" @@ -2081,7 +2123,7 @@ "> > \n" "> > --\n" "> > You received this message because you are subscribed to the Google Groups \"linux-sunxi\" group.\n" - "> > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe at googlegroups.com.\n" + "> > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com.\n" "> > For more options, visit https://groups.google.com/d/optout.\n" "> \n" "> \n" @@ -2089,13 +2131,21 @@ "-- \n" "Paul Kocialkowski, Bootlin (formerly Free Electrons)\n" "Embedded Linux and kernel engineering\n" - "https://bootlin.com\n" - "-------------- next part --------------\n" - "A non-text attachment was scrubbed...\n" - "Name: signature.asc\n" - "Type: application/pgp-signature\n" - "Size: 488 bytes\n" - "Desc: This is a digitally signed message part\n" - URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180724/8156da51/attachment-0001.sig> + https://bootlin.com + "\01:2\0" + "fn\0signature.asc\0" + "d\0This is a digitally signed message part\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "\n" + "iQEzBAABCAAdFiEEJZpWjZeIetVBefti3cLmz3+fv9EFAltXN34ACgkQ3cLmz3+f\n" + "v9Eqhgf+JuF6Sgd+obmJTezchuVfRlchv5frno01Iw9hhrXqOPDg4iPSfMjpD2Cj\n" + "NkWWPOHxxkmJumoIUm9w3dGpRD8vo4nQICZP0Ntl9ZH80A7SHal3uZ6oLbuCN3ux\n" + "5rpnvr1CMKltEsN4B/gMmNiJmlufMFZnARsq02OXJFqwZi4HEG0w9WY9ha1qvQ8f\n" + "WC4/sHJWyUX56E9akY8ofQN6+mPdA+zolDR85ADWZCpVAyQmTazSHGYC7a7gYAVR\n" + "a0QCibMGNm8eVm3u2EYQATlTBEXzuNjPtO9SgNfxKi32d7FKpRijbJ0Am4EsfMnW\n" + "cVul1pIaq84FyR4U0E0LZcRytvSATg==\n" + "=uKX3\n" + "-----END PGP SIGNATURE-----\n" -383076f2c074fe7bbd2d243e764f2b8d21dbdb66ccf1cf3af3e231d16f383a49 +b32ed1c2fe2caeedcaf53743a08a32acb72ac071d3cb99fdb726ee54b35da4a6
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.