All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v16 0/5] support gce on mt8183 platform
@ 2019-10-24  5:27 ` Bibby Hsieh
  0 siblings, 0 replies; 27+ messages in thread
From: Bibby Hsieh @ 2019-10-24  5:27 UTC (permalink / raw)
  To: Jassi Brar, Matthias Brugger, Rob Herring, CK HU
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	srv_heupstream, Nicolas Boichat, Dennis-YC Hsieh, Houlong Wei,
	Bibby Hsieh

Changes since v15:
 - rebase onto 5.4-rc1
 - rollback the v14 change
 - add a patch to fixup the combination of return value

Changes since v14:
 - change input argument as pointer in append_commend()

Changes since v13:
 - separate poll function as poll w/ & w/o mask function
 - directly pass inst into append_command function instead
   of returns a pointer
 - fixup coding style
 - rebase onto 5.3-rc1

[... snip ...]

Bibby Hsieh (5):
  soc: mediatek: cmdq: remove OR opertaion from err return
  soc: mediatek: cmdq: define the instruction struct
  soc: mediatek: cmdq: add polling function
  soc: mediatek: cmdq: add cmdq_dev_get_client_reg function
  arm64: dts: add gce node for mt8183

 arch/arm64/boot/dts/mediatek/mt8183.dtsi |  10 ++
 drivers/soc/mediatek/mtk-cmdq-helper.c   | 146 +++++++++++++++++++----
 include/linux/mailbox/mtk-cmdq-mailbox.h |  11 ++
 include/linux/soc/mediatek/mtk-cmdq.h    |  53 ++++++++
 4 files changed, 194 insertions(+), 26 deletions(-)

-- 
2.18.0


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2019-11-07  7:16 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24  5:27 [PATCH v16 0/5] support gce on mt8183 platform Bibby Hsieh
2019-10-24  5:27 ` Bibby Hsieh
2019-10-24  5:27 ` Bibby Hsieh
2019-10-24  5:27 ` [PATCH v16 1/5] soc: mediatek: cmdq: remove OR opertaion from err return Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh
2019-11-07  6:31   ` CK Hu
2019-11-07  6:31     ` CK Hu
2019-11-07  6:31     ` CK Hu
2019-10-24  5:27 ` [PATCH v16 2/5] soc: mediatek: cmdq: define the instruction struct Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh
2019-11-07  7:09   ` CK Hu
2019-11-07  7:09     ` CK Hu
2019-11-07  7:09     ` CK Hu
2019-10-24  5:27 ` [PATCH v16 3/5] soc: mediatek: cmdq: add polling function Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh
2019-11-07  7:15   ` CK Hu
2019-11-07  7:15     ` CK Hu
2019-11-07  7:15     ` CK Hu
2019-10-24  5:27 ` [PATCH v16 4/5] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh
2019-10-24  5:27 ` [PATCH v16 5/5] arm64: dts: add gce node for mt8183 Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh
2019-10-24  5:27   ` Bibby Hsieh

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.