devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mailbox: Add support for Hi3660 mailbox
@ 2017-10-27  6:15 Kaihua Zhong
  2017-10-27  6:15 ` [PATCH v2 1/3] dt-bindings: mailbox: Introduce Hi3660 controller binding Kaihua Zhong
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Kaihua Zhong @ 2017-10-27  6:15 UTC (permalink / raw)
  To: robh+dt, mark.rutland, xuwei5, catalin.marinas, will.deacon,
	jassisinghbrar
  Cc: devicetree, linux-kernel, linux-arm-kernel, guodong.xu,
	haojian.zhuang, suzhuangluan, xuezhiliang, kevin.wangtao,
	zhongkaihua

From: Leo Yan <leo.yan@linaro.org>

Hi3660 mailbox controller is used to send message within multiple
processors, MCU, HIFI, etc. This patch series is to implement an
initial version for Hi3660 mailbox driver with "automatic
acknowledge" mode.

The patch set have been verified with Hi3660 stub clock driver, so
we can send message to MCU to execute CPU frequency scaling. This is
tested on 96boards Hikey960.

Changes from v1:
* Refactored structure definition according to Jassi's suggestion;
* Refactored and simplized mailbox driver with "automatic ack" mode;
* Refined commit logs to give background info for driver;
* Added document for DT binding;
* Added cover letter to track the changelog.


Kaihua Zhong (2):
  mailbox: Add support for Hi3660 mailbox
  dts: arm64: Add mailbox binding for hi3660

Leo Yan (1):
  dt-bindings: mailbox: Introduce Hi3660 controller binding

 .../bindings/mailbox/hisilicon,hi3660-mailbox.txt  |  52 ++++
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |   8 +
 drivers/mailbox/Kconfig                            |   8 +
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/hi3660-mailbox.c                   | 331 +++++++++++++++++++++
 5 files changed, 401 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/hisilicon,hi3660-mailbox.txt
 create mode 100644 drivers/mailbox/hi3660-mailbox.c

-- 
1.9.1

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

end of thread, other threads:[~2017-11-02  9:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-27  6:15 [PATCH v2 0/3] mailbox: Add support for Hi3660 mailbox Kaihua Zhong
2017-10-27  6:15 ` [PATCH v2 1/3] dt-bindings: mailbox: Introduce Hi3660 controller binding Kaihua Zhong
2017-10-27 14:38   ` Rob Herring
2017-10-27 15:02     ` Leo Yan
2017-10-27  6:15 ` [PATCH v2 2/3] mailbox: Add support for Hi3660 mailbox Kaihua Zhong
     [not found]   ` <1509084904-2505-3-git-send-email-zhongkaihua-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-10-27 10:40     ` Julien Thierry
2017-11-02  9:15       ` Zhong Kaihua
2017-10-27 10:46   ` Mark Rutland
2017-10-30  4:45     ` Leo Yan
2017-10-30 10:19       ` Mark Rutland
2017-10-30 11:13         ` Leo Yan
2017-10-30 11:37           ` Mark Rutland
     [not found] ` <1509084904-2505-1-git-send-email-zhongkaihua-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2017-10-27  6:15   ` [PATCH v2 3/3] dts: arm64: Add mailbox binding for hi3660 Kaihua Zhong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).