Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1444640 > unrolled thread
| Started by | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| First post | 2016-07-16 00:20 +0200 |
| Last post | 2016-07-17 22:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v2] media: Doc add missing documentation for samsung,exynos4212-jpeg Shuah Khan <shuahkh@osg.samsung.com> - 2016-07-16 00:20 +0200
Re: [PATCH v2] media: Doc add missing documentation for samsung,exynos4212-jpeg Rob Herring <robh@kernel.org> - 2016-07-17 22:30 +0200
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2016-07-16 00:20 +0200 |
| Subject | [PATCH v2] media: Doc add missing documentation for samsung,exynos4212-jpeg |
| Message-ID | <rVjCF-43S-3@gated-at.bofh.it> |
Add add missing documentation for samsung,exynos4212-jpeg codec, reorder entries to improve readability and make it easier to add new entries. samsung,exynos4212-jpeg and samsung,exynos4210-jpeg are identical, hence add samsung,exynos4212-jpeg as deprecated in the documentation. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> --- Changes since v1: - Added samsung,exynos4212-jpeg as deprecated Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt index 38941db..c5399e7 100644 --- a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt +++ b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt @@ -3,9 +3,11 @@ Samsung S5P/EXYNOS SoC series JPEG codec Required properties: - compatible : should be one of: - "samsung,s5pv210-jpeg", "samsung,exynos4210-jpeg", - "samsung,exynos3250-jpeg", "samsung,exynos5420-jpeg", + "samsung,s5pv210-jpeg", "samsung,exynos3250-jpeg", + "samsung,exynos4210-jpeg", "samsung,exynos5420-jpeg", "samsung,exynos5433-jpeg"; + + (Deprecated: "samsung,exynos4212-jpeg"). - reg : address and length of the JPEG codec IP register set; - interrupts : specifies the JPEG codec IP interrupt; - clock-names : should contain: -- 2.7.4
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-07-17 22:30 +0200 |
| Subject | Re: [PATCH v2] media: Doc add missing documentation for samsung,exynos4212-jpeg |
| Message-ID | <rW0Rk-5gk-1@gated-at.bofh.it> |
| In reply to | #1444640 |
On Fri, Jul 15, 2016 at 04:10:27PM -0600, Shuah Khan wrote: > Add add missing documentation for samsung,exynos4212-jpeg codec, > reorder entries to improve readability and make it easier to add > new entries. > > samsung,exynos4212-jpeg and samsung,exynos4210-jpeg are identical, > hence add samsung,exynos4212-jpeg as deprecated in the documentation. > > Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> > --- > > Changes since v1: > - Added samsung,exynos4212-jpeg as deprecated > > Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt > index 38941db..c5399e7 100644 > --- a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt > +++ b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt > @@ -3,9 +3,11 @@ Samsung S5P/EXYNOS SoC series JPEG codec > Required properties: > > - compatible : should be one of: > - "samsung,s5pv210-jpeg", "samsung,exynos4210-jpeg", > - "samsung,exynos3250-jpeg", "samsung,exynos5420-jpeg", > + "samsung,s5pv210-jpeg", "samsung,exynos3250-jpeg", > + "samsung,exynos4210-jpeg", "samsung,exynos5420-jpeg", > "samsung,exynos5433-jpeg"; > + > + (Deprecated: "samsung,exynos4212-jpeg"). Since you are reformatting, one compatible per line (unless multiple apply) is preferred. > - reg : address and length of the JPEG codec IP register set; > - interrupts : specifies the JPEG codec IP interrupt; > - clock-names : should contain: > -- > 2.7.4 >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web