On 10/05/2024 13:04, Liankun Yang wrote: > Add dp PHY dt-bindings. This tells me nothing. Read submitting patches. > > Changeds in v2: This does goes to changelog, not commit log. > - Add dp PHY dt-bindings. > https://patchwork.kernel.org/project/linux-mediatek/patch/ > 20240403040517.3279-1-liankun.yang@xxxxxxxxxxxx/ > > Signed-off-by: Liankun Yang <liankun.yang@xxxxxxxxxxxx> This patch looks terrible... there's so many wrong things I don't even know where to start. Please use subject prefixes matching the subsystem. You can get them for example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your patch is touching. For bindings, the preferred subjects are explained here: https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters Please run scripts/checkpatch.pl and fix reported warnings. Then please run `scripts/checkpatch.pl --strict` and (probably) fix more warnings. Some warnings can be ignored, especially from --strict run, but the code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. > --- > .../display/mediatek/mediatek.phy-dp.yaml | 45 +++++++++++++++++++ > 1 file changed, 45 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek.phy-dp.yaml Wrong filename > > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek.phy-dp.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek.phy-dp.yaml > index 000000000000..476bc329363f > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek.phy-dp.yaml > @@ -0,0 +1,45 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/mediatek/mediatek,phy-dp.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: MediaTek Display Port Controller > + > +maintainers: > + - Mac shen <mac.shen@xxxxxxxxxxxx> > + - Liankun yang <Liankun.yang@xxxxxxxxxxxx> > + > +description: | > + Special settings need to be configured by MediaTek DP based on the actual > + hardware situation. For example, when using a certain brand's docking > + station for display projection, garbage may appear. Adjusting the specific > + ssc value can resolve this issue. > + > +properties: > + status: disabled I think you nicely shocked Rob already. Please reach internally to Mediatek or collaborating companies to get basic training and instructions how to write patches and bindings. Otherwise it is waste of our time. Mediatek is not a small company so there is no excuse in sending such poor quality patches, which would be EASILY spotted by the MOST BASIC review. Best regards, Krzysztof