All of lore.kernel.org
 help / color / mirror / Atom feed
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Jianhui Zhao <zhaojh329@gmail.com>, mturquette@baylibre.com
Cc: sboyd@kernel.org, matthias.bgg@gmail.com,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH] clk: mediatek: add mt7981 clock support
Date: Tue, 15 Nov 2022 10:36:01 +0100	[thread overview]
Message-ID: <f38db97d-3c52-8e09-3c47-ccb62cb15ddf@collabora.com> (raw)
In-Reply-To: <20221115021039.46642-1-zhaojh329@gmail.com>

Il 15/11/22 03:10, Jianhui Zhao ha scritto:
> Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>


There's no commit description, and you definitely need one.

> ---
>   .../bindings/clock/mediatek,apmixedsys.yaml   |   1 +
>   .../bindings/clock/mediatek,topckgen.yaml     |   1 +

Documentation/bindings patches shall be split from this one and if you
ever ran checkpatch.pl you would know...

>   drivers/clk/mediatek/Kconfig                  |  17 +
>   drivers/clk/mediatek/Makefile                 |   4 +
>   drivers/clk/mediatek/clk-mt7981-apmixed.c     | 103 +++++
>   drivers/clk/mediatek/clk-mt7981-eth.c         | 138 ++++++
>   drivers/clk/mediatek/clk-mt7981-infracfg.c    | 323 +++++++++++++
>   drivers/clk/mediatek/clk-mt7981-topckgen.c    | 431 ++++++++++++++++++
>   include/dt-bindings/clock/mt7981-clk.h        | 253 ++++++++++
>   9 files changed, 1271 insertions(+)
>   create mode 100644 drivers/clk/mediatek/clk-mt7981-apmixed.c
>   create mode 100644 drivers/clk/mediatek/clk-mt7981-eth.c
>   create mode 100644 drivers/clk/mediatek/clk-mt7981-infracfg.c
>   create mode 100644 drivers/clk/mediatek/clk-mt7981-topckgen.c
>   create mode 100644 include/dt-bindings/clock/mt7981-clk.h

...and your Cc list is not as it should be.

So, I won't review this patch as there's too many wrongs... but if you really
want to contribute (please, do!!!), you should start by taking a look at:

https://www.kernel.org/doc/html/latest/process/submitting-patches.html

Best regards,
Angelo


  reply	other threads:[~2022-11-15  9:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-15  2:10 [PATCH] clk: mediatek: add mt7981 clock support Jianhui Zhao
2022-11-15  9:36 ` AngeloGioacchino Del Regno [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-15  2:06 Jianhui Zhao
2022-11-15 11:49 ` Daniel Golle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f38db97d-3c52-8e09-3c47-ccb62cb15ddf@collabora.com \
    --to=angelogioacchino.delregno@collabora.com \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --cc=zhaojh329@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.