All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Chen-Yu Tsai <wenst@chromium.org>,
	Chun-Jie Chen <chun-jie.chen@mediatek.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Miles Chen <miles.chen@mediatek.com>,
	Rex-BC Chen <rex-bc.chen@mediatek.com>
Cc: Chen-Yu Tsai <wenst@chromium.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	linux-clk@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 00/11] clk: mediatek: Move to struct clk_hw provider APIs
Date: Wed, 18 May 2022 14:45:44 -0700	[thread overview]
Message-ID: <20220518214546.A30FEC385A5@smtp.kernel.org> (raw)
In-Reply-To: <20220510104804.544597-1-wenst@chromium.org>

Quoting Chen-Yu Tsai (2022-05-10 03:47:53)
> 
> Patch 10 fixes, by hand, a build error from a call site that was not covered
> by the previous patch.
> 
> Patch 11 converts the last usage of clk_register*() in the MediaTek clk
> drivers.
> 
> As mentioned above, this series includes parts that don't build, but are
> split out for clarity. These are patches 3~8 and 9+10. Once the patches
> are reviewed, they can be squashed together.

Sounds ok to me. Please resend with the squash and I'll apply them.

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Chen-Yu Tsai <wenst@chromium.org>,
	Chun-Jie Chen <chun-jie.chen@mediatek.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Miles Chen <miles.chen@mediatek.com>,
	Rex-BC Chen <rex-bc.chen@mediatek.com>
Cc: Chen-Yu Tsai <wenst@chromium.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	linux-clk@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 00/11] clk: mediatek: Move to struct clk_hw provider APIs
Date: Wed, 18 May 2022 14:45:44 -0700	[thread overview]
Message-ID: <20220518214546.A30FEC385A5@smtp.kernel.org> (raw)
In-Reply-To: <20220510104804.544597-1-wenst@chromium.org>

Quoting Chen-Yu Tsai (2022-05-10 03:47:53)
> 
> Patch 10 fixes, by hand, a build error from a call site that was not covered
> by the previous patch.
> 
> Patch 11 converts the last usage of clk_register*() in the MediaTek clk
> drivers.
> 
> As mentioned above, this series includes parts that don't build, but are
> split out for clarity. These are patches 3~8 and 9+10. Once the patches
> are reviewed, they can be squashed together.

Sounds ok to me. Please resend with the squash and I'll apply them.

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Chen-Yu Tsai <wenst@chromium.org>,
	Chun-Jie Chen <chun-jie.chen@mediatek.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Miles Chen <miles.chen@mediatek.com>,
	Rex-BC Chen <rex-bc.chen@mediatek.com>
Cc: Chen-Yu Tsai <wenst@chromium.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	linux-clk@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 00/11] clk: mediatek: Move to struct clk_hw provider APIs
Date: Wed, 18 May 2022 14:45:44 -0700	[thread overview]
Message-ID: <20220518214546.A30FEC385A5@smtp.kernel.org> (raw)
In-Reply-To: <20220510104804.544597-1-wenst@chromium.org>

Quoting Chen-Yu Tsai (2022-05-10 03:47:53)
> 
> Patch 10 fixes, by hand, a build error from a call site that was not covered
> by the previous patch.
> 
> Patch 11 converts the last usage of clk_register*() in the MediaTek clk
> drivers.
> 
> As mentioned above, this series includes parts that don't build, but are
> split out for clarity. These are patches 3~8 and 9+10. Once the patches
> are reviewed, they can be squashed together.

Sounds ok to me. Please resend with the squash and I'll apply them.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-05-18 21:56 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-10 10:47 [PATCH v2 00/11] clk: mediatek: Move to struct clk_hw provider APIs Chen-Yu Tsai
2022-05-10 10:47 ` Chen-Yu Tsai
2022-05-10 10:47 ` Chen-Yu Tsai
2022-05-10 10:47 ` [PATCH v2 01/11] clk: mediatek: Make mtk_clk_register_composite() static Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-12  2:36   ` Miles Chen
2022-05-12  2:36     ` Miles Chen
2022-05-12  2:36     ` Miles Chen
2022-05-10 10:47 ` [PATCH v2 02/11] clk: mediatek: apmixed: Drop error message from clk_register() failure Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-12 13:54   ` Miles Chen
2022-05-12 13:54     ` Miles Chen
2022-05-12 13:54     ` Miles Chen
2022-05-10 10:47 ` [PATCH v2 03/11] clk: mediatek: Convert mtk_{alloc,free}_clk_data to struct clk_hw Chen-Yu Tsai
2022-05-10 10:47   ` [PATCH v2 03/11] clk: mediatek: Convert mtk_{alloc, free}_clk_data " Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-12 14:05   ` [PATCH v2 03/11] clk: mediatek: Convert mtk_{alloc,free}_clk_data " Miles Chen
2022-05-12 14:05     ` [PATCH v2 03/11] clk: mediatek: Convert mtk_{alloc, free}_clk_data " Miles Chen
2022-05-12 14:05     ` Miles Chen
2022-05-10 10:47 ` [PATCH v2 04/11] clk: mediatek: Replace 'struct clk' with 'struct clk_hw' Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-12 14:18   ` Miles Chen
2022-05-12 14:18     ` Miles Chen
2022-05-12 14:18     ` Miles Chen
2022-05-10 10:47 ` [PATCH v2 05/11] clk: mediatek: mt27xx: " Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-12 14:49   ` Miles Chen
2022-05-12 14:49     ` Miles Chen
2022-05-12 14:49     ` Miles Chen
2022-05-13  3:24     ` Chen-Yu Tsai
2022-05-13  3:24       ` Chen-Yu Tsai
2022-05-13  3:24       ` Chen-Yu Tsai
2022-05-14 16:51       ` Miles Chen
2022-05-14 16:51         ` Miles Chen
2022-05-14 16:51         ` Miles Chen
2022-05-10 10:47 ` [PATCH v2 06/11] clk: mediatek: mt67xx: " Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-10 10:47   ` Chen-Yu Tsai
2022-05-14 17:02   ` Miles Chen
2022-05-14 17:02     ` Miles Chen
2022-05-14 17:02     ` Miles Chen
2022-05-10 10:48 ` [PATCH v2 07/11] clk: mediatek: mt7xxx: " Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-14 17:03   ` Miles Chen
2022-05-14 17:03     ` Miles Chen
2022-05-14 17:03     ` Miles Chen
2022-05-10 10:48 ` [PATCH v2 08/11] clk: mediatek: mt8xxx: " Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-14 17:04   ` Miles Chen
2022-05-14 17:04     ` Miles Chen
2022-05-14 17:04     ` Miles Chen
2022-05-10 10:48 ` [PATCH v2 09/11] clk: mediatek: Switch to clk_hw provider APIs Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-14 17:05   ` Miles Chen
2022-05-14 17:05     ` Miles Chen
2022-05-14 17:05     ` Miles Chen
2022-05-10 10:48 ` [PATCH v2 10/11] clk: mediatek: mt8173: Fix usage of mtk_clk_register_ref2usb_tx() Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-14 17:06   ` Miles Chen
2022-05-14 17:06     ` Miles Chen
2022-05-14 17:06     ` Miles Chen
2022-05-10 10:48 ` [PATCH v2 11/11] clk: mediatek: mt8173: Switch to clk_hw provider APIs Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-10 10:48   ` Chen-Yu Tsai
2022-05-14 17:07   ` Miles Chen
2022-05-14 17:07     ` Miles Chen
2022-05-14 17:07     ` Miles Chen
2022-05-11  8:03 ` [PATCH v2 00/11] clk: mediatek: Move to struct " AngeloGioacchino Del Regno
2022-05-11  8:03   ` AngeloGioacchino Del Regno
2022-05-11  8:03   ` AngeloGioacchino Del Regno
2022-05-14 17:11   ` Miles Chen
2022-05-14 17:11     ` Miles Chen
2022-05-14 17:11     ` Miles Chen
2022-05-18 21:45 ` Stephen Boyd [this message]
2022-05-18 21:45   ` Stephen Boyd
2022-05-18 21:45   ` Stephen Boyd

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=20220518214546.A30FEC385A5@smtp.kernel.org \
    --to=sboyd@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=chun-jie.chen@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=miles.chen@mediatek.com \
    --cc=mturquette@baylibre.com \
    --cc=rex-bc.chen@mediatek.com \
    --cc=wenst@chromium.org \
    /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.