Message ID | 20190513172131.15048-4-m.tretter@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add ZynqMP VCU/Allegro DVT H.264 encoder driver | expand |
On Mon, May 13, 2019 at 12:21 PM Michael Tretter <m.tretter@pengutronix.de> wrote: > > Add vendor prefix for Allegro DVT, a provider of H.264/AVC, H.265/HEVC, > AVS2, VP9 and AV1 compliance test suites and H.264/AVC, H.265/HEVC, and > VP9 encoder, codec and decoder hardware (RTL) IPs. > > Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> > Reviewed-by: Rob Herring <robh@kernel.org> > --- > v5 -> v6: > none > > v5: > - new patch > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) I've converted this file to json-schema as of v5.2-rc1. See commit 8122de54602e. Sorry, but you will have to rework this patch. Rob
Hi Michael, This patch no longer applies (vendor-prefixes.txt is now vendor-prefixes.yaml). Can you rebase this patch? Regards, Hans On 5/13/19 7:21 PM, Michael Tretter wrote: > Add vendor prefix for Allegro DVT, a provider of H.264/AVC, H.265/HEVC, > AVS2, VP9 and AV1 compliance test suites and H.264/AVC, H.265/HEVC, and > VP9 encoder, codec and decoder hardware (RTL) IPs. > > Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> > Reviewed-by: Rob Herring <robh@kernel.org> > --- > v5 -> v6: > none > > v5: > - new patch > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 8162b0eb4b50..78a849b25f64 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -16,6 +16,7 @@ adi Analog Devices, Inc. > advantech Advantech Corporation > aeroflexgaisler Aeroflex Gaisler AB > al Annapurna Labs > +allegro Allegro DVT > allo Allo.com > allwinner Allwinner Technology Co., Ltd. > alphascale AlphaScale Integrated Circuits Systems, Inc. >
On Mon, 27 May 2019 16:35:24 +0200, Hans Verkuil wrote: > This patch no longer applies (vendor-prefixes.txt is now vendor-prefixes.yaml). > Can you rebase this patch? Should I rebase the entire series and send a v7 or is it enough to rebase only this patch? Michael > > Regards, > > Hans > > On 5/13/19 7:21 PM, Michael Tretter wrote: > > Add vendor prefix for Allegro DVT, a provider of H.264/AVC, H.265/HEVC, > > AVS2, VP9 and AV1 compliance test suites and H.264/AVC, H.265/HEVC, and > > VP9 encoder, codec and decoder hardware (RTL) IPs. > > > > Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> > > Reviewed-by: Rob Herring <robh@kernel.org> > > --- > > v5 -> v6: > > none > > > > v5: > > - new patch > > --- > > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > > index 8162b0eb4b50..78a849b25f64 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > > @@ -16,6 +16,7 @@ adi Analog Devices, Inc. > > advantech Advantech Corporation > > aeroflexgaisler Aeroflex Gaisler AB > > al Annapurna Labs > > +allegro Allegro DVT > > allo Allo.com > > allwinner Allwinner Technology Co., Ltd. > > alphascale AlphaScale Integrated Circuits Systems, Inc. > > > >
On 5/27/19 4:57 PM, Michael Tretter wrote: > On Mon, 27 May 2019 16:35:24 +0200, Hans Verkuil wrote: >> This patch no longer applies (vendor-prefixes.txt is now vendor-prefixes.yaml). >> Can you rebase this patch? > > Should I rebase the entire series and send a v7 or is it enough to > rebase only this patch? Up to you, I have no preference. Regards, Hans > > Michael > >> >> Regards, >> >> Hans >> >> On 5/13/19 7:21 PM, Michael Tretter wrote: >>> Add vendor prefix for Allegro DVT, a provider of H.264/AVC, H.265/HEVC, >>> AVS2, VP9 and AV1 compliance test suites and H.264/AVC, H.265/HEVC, and >>> VP9 encoder, codec and decoder hardware (RTL) IPs. >>> >>> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> >>> Reviewed-by: Rob Herring <robh@kernel.org> >>> --- >>> v5 -> v6: >>> none >>> >>> v5: >>> - new patch >>> --- >>> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt >>> index 8162b0eb4b50..78a849b25f64 100644 >>> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt >>> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt >>> @@ -16,6 +16,7 @@ adi Analog Devices, Inc. >>> advantech Advantech Corporation >>> aeroflexgaisler Aeroflex Gaisler AB >>> al Annapurna Labs >>> +allegro Allegro DVT >>> allo Allo.com >>> allwinner Allwinner Technology Co., Ltd. >>> alphascale AlphaScale Integrated Circuits Systems, Inc. >>> >> >>
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 8162b0eb4b50..78a849b25f64 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -16,6 +16,7 @@ adi Analog Devices, Inc. advantech Advantech Corporation aeroflexgaisler Aeroflex Gaisler AB al Annapurna Labs +allegro Allegro DVT allo Allo.com allwinner Allwinner Technology Co., Ltd. alphascale AlphaScale Integrated Circuits Systems, Inc.