On 24.08.2015 11:42, Yakir Yang wrote:
Hi Krzysztof,That is one of ways how to do this. However more important is that
å 08/23/2015 07:43 PM, Krzysztof Kozlowski åé:
2015-08-24 8:23 GMT+09:00 Rob Herring <robherring2@xxxxxxxxx>:Sorry about this one, actually I have add Exynos maintainers in version
On Wed, Aug 19, 2015 at 9:50 AM, Yakir Yang <ykk@xxxxxxxxxxxxxx> wrote:No, there is no agreement. This wasn't even sent to Exynos maintainers.
Analogix dp driver is split from exynos dp driver, so we justYou can't just change the exynos bindings and break compatibility. Is
make an copy of exynos_dp.txt, and then simplify exynos_dp.txt
Beside update some exynos dtsi file with the latest change
according to the devicetree binding documents.
there some agreement with exynos folks to do this?
1 & version 2,
but lose some maintainers in version 3, I would fix it in bellow versions.
Additionally the patchset did not look interesting to me because ofDo you mean that I should keep the old properties declare in exynos-dp.txt,
misleading subject - Documentation instead of "ARM: dts:".
Yakir, please:
1. Provide backward compatibility. Mark old properties as deprecated
but still support them.
but just mark them as deprecated flag.
driver should still support old bindings so such code:
- if (of_property_read_u32(dp_node, "samsung,color-space",
+ if (of_property_read_u32(dp_node, "analogix,color-space",
is probably wrong. Will the driver support old DTB in the same way as it
was supporting before the change?
Let me show same examples, makeexynos-dp already contains deprecated properties. Other ways of doing
me understand your suggest rightly.
this would be:
Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt
Documentation/devicetree/bindings/rtc/s3c-rtc.txt
It depends up to you. The "touchscreen" looks good because it organizes
old properties in a common section. In case of exynos-dp.txt you can add
at beginning of file information about new bindings and mark everything
deprecated.
1. "samsung,ycbcr-coeff" is abandoned in latest analogix-dp driver,Yes, this is right.
absolutely
I should not carry this to analogix-dp.txt document. But I should
keep this in
exynos-dp.txt document, and mark them with an little "deprecated" flag.
[Documentation/devicetree/bindings/video/exynos_dp.txt]
Required properties for dp-controller:
[...]
-samsung,ycbcr-coeff (DEPRECATED):
YCbCr co-efficients for input video.
COLOR_YCBCR601 = 0, COLOR_YCBCR709 = 1
Is it right ?
Yes.2. Separate all DTS changes to a separate patch, unless bisectabilitySo I should separate this patch into two parts, one is name "Document:",
would be hurt. Anyway you should prepare it in a such way that
separation would be possible without breaking bisectability.
the other is "ARM: dts: ".
Honestly, I don't understand what the "bisectability" means in this case.I was referring to bisectability in general. The patchset should be
fully bisectable which means that it does not introduce any issues
during "git bisect". This effectively means that at each intermediate
step (after applying each patch, one by one) every existing stuff works
the same as previously without any regression. Including booting with
old DTB.
Yes, you're right.3. Use proper subject for the patch changing DTS. This is notHmm... when I separate this patch into two parts, I though I can keep
documentation change!
"Documentation" proper subject in this patch, and the other is the "ARM:
dts"
proper subject. Am I right ?
Sure. Now I found older versions of the patchset but previously there4. Please use script get_maintainers to obtain list of validYeah, thanks.
maintainers and CC-them with at least cover letter and patches
requiring their attention.
were no changes to the bindings. Again the prefix in subject is
important to easily filter out and find necessary emails.
BTW, I like the patchset because I like in general works which merge
code and reduce duplicate stuff.
Best regards,
Krzysztof