mbox series

[v6,0/5] Add gce support for mt8195

Message ID 20210825094120.5005-1-jason-jh.lin@mediatek.com (mailing list archive)
Headers show
Series Add gce support for mt8195 | expand

Message

Jason-JH Lin (林睿祥) Aug. 25, 2021, 9:41 a.m. UTC
Change in v6:
- remove the unused define in GCE header file.

Change in v5:
- rebase on kernel-5.14-rc1
- remove unused varriable in mtk-cmdq-mailbox.c

Change in v4:
- change clk array to bulk_clk_data array

Change in v3:
- fix #mbox-cless number in dts

Change in v2:
- remove the second clock in dts and add alias id for gce node
- find the other gce node and get it's clock

jason-jh.lin (5):
  dt-bindings: mailbox: add definition for mt8195
  dt-bindings: gce: add gce header file for mt8195
  arm64: dts: mt8195: add gce node
  mailbox: cmdq: add mediatek mailbox support for mt8195
  mailbox: cmdq: add multi-gce clocks support for mt8195

 .../devicetree/bindings/mailbox/mtk-gce.txt   |   9 +-
 arch/arm64/boot/dts/mediatek/mt8195.dtsi      |  22 +
 drivers/mailbox/mtk-cmdq-mailbox.c            |  89 +-
 include/dt-bindings/gce/mt8195-gce.h          | 805 ++++++++++++++++++
 4 files changed, 902 insertions(+), 23 deletions(-)
 create mode 100644 include/dt-bindings/gce/mt8195-gce.h

Comments

Jassi Brar Aug. 30, 2021, 5:34 a.m. UTC | #1
On Wed, Aug 25, 2021 at 4:41 AM jason-jh.lin <jason-jh.lin@mediatek.com> wrote:
>
> Change in v6:
> - remove the unused define in GCE header file.
>
Please rebase the patches over other previous mtk patchset for mt8192.
https://git.linaro.org/landing-teams/working/fujitsu/integration.git/log/?h=mailbox-for-next

Thanks.
Jason-JH Lin (林睿祥) Aug. 31, 2021, 7:14 a.m. UTC | #2
Hi Jassi,

Thanks for the reviews.

On Mon, 2021-08-30 at 00:34 -0500, Jassi Brar wrote:
> On Wed, Aug 25, 2021 at 4:41 AM jason-jh.lin <
> jason-jh.lin@mediatek.com> wrote:
> > 
> > Change in v6:
> > - remove the unused define in GCE header file.
> > 
> 
> Please rebase the patches over other previous mtk patchset for
> mt8192.
> 
https://urldefense.com/v3/__https://git.linaro.org/landing-teams/working/fujitsu/integration.git/log/?h=mailbox-for-next__;!!CTRNKA9wMg0ARbw!0KekHANUMQQ7OdH-ky0ch1rSc7kOn3NPFAOjLrsrzsd0Z2rFvysSFRAr3R6adYRnAfJ4$
>  
> 
> Thanks.

OK, I've rebased on mt8192 series at v7:

https://patchwork.kernel.org/project/linux-mediatek/patch/20210831070903.8672-2-jason-jh.lin@mediatek.com/

Regards,
Jason-JH.Lin