Message ID | 20220510104804.544597-1-wenst@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | clk: mediatek: Move to struct clk_hw provider APIs | expand |
Il 10/05/22 12:47, Chen-Yu Tsai ha scritto: > Hi everyone, > > This is v2 of part 2 of my proposed MediaTek clk driver cleanup work [1]. > > Changes since v1: > - Rebased and added coverage of new MT8186 clk drivers > - Split patch "clk: mediatek: Replace 'struct clk' with 'struct clk_hw'" > into arbitrary pieces so that they don't bounce from the mailing lists > > This was tested on MT8183 Juniper. Apppreciate any help testing on non- > ChromeOS devices. > For the entire series: Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> ...and this entire series was tested on: MT8173/92/95 and MT6795 (Sony Xperia M5 smartphone, clock drivers not sent upstream yet), so you also get my: Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> ...and last, but not least: Thank you! :-)
> Hi everyone, > > This is v2 of part 2 of my proposed MediaTek clk driver cleanup work [1]. > > Changes since v1: > - Rebased and added coverage of new MT8186 clk drivers > - Split patch "clk: mediatek: Replace 'struct clk' with 'struct clk_hw'" > into arbitrary pieces so that they don't bounce from the mailing lists > > This was tested on MT8183 Juniper. Apppreciate any help testing on non- > ChromeOS devices. > > For the entire series: > > Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > > ...and this entire series was tested on: > MT8173/92/95 and MT6795 (Sony Xperia M5 smartphone, clock drivers not sent > upstream yet), so you also get my: > > Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Tested on: MT6779 Tested-by: Miles Chen <miles.chen@mediatek.com> > > ...and last, but not least: > > Thank you! :-)
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.