lkml.org 
[lkml]   [2017]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v2 0/3] mailbox: Add support for Hi3660 mailbox
    Date
    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

    \
     
     \ /
      Last update: 2017-10-28 20:16    [W:3.902 / U:0.264 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site