mailbox: rockchip: add driver for Rockchip SoCs integrated mailbox && System Control...
authorAiyoujun <ayj@rock-chips.com>
Thu, 2 Apr 2015 10:13:10 +0000 (18:13 +0800)
committerAiyoujun <ayj@rock-chips.com>
Thu, 2 Apr 2015 10:26:51 +0000 (18:26 +0800)
commitb511d18e50affcc91cf9b1dd422d4953ee768e93
treed0807bf8a2111aabdbf3277a17235ca920140109
parent6219706cdba2b608ddb568530da2681ffa54c51d
mailbox: rockchip: add driver for Rockchip SoCs integrated mailbox && System Control and Power Interface(SCPI) protocol

Signed-off-by: Aiyoujun <ayj@rock-chips.com>
Documentation/devicetree/bindings/mailbox/rockchip-mailbox.txt [new file with mode: 0644]
arch/arm64/boot/dts/rk3368.dtsi
arch/arm64/configs/rockchip_defconfig
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/rockchip_mailbox.c [new file with mode: 0644]
drivers/mailbox/scpi_cmd.h [new file with mode: 0644]
drivers/mailbox/scpi_protocol.c [new file with mode: 0644]
include/linux/rockchip-mailbox.h [new file with mode: 0644]
include/linux/scpi_protocol.h [new file with mode: 0644]