drivers/ipcc: add Inter Processor Communication driver

This patch adds upper half driver for IPCC character driver. IPCC
is a Inter Processor Communication Controller.

Driver is still immature and not thoroughly tested, thus
CONFIG_EXPERIMENTAL is required.

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
This commit is contained in:
Michał Łyszczek
2022-06-28 15:45:41 +02:00
committed by Xiang Xiao
parent 666c2d255a
commit a9f78a64db
13 changed files with 1493 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ include math/Make.defs
include motor/Make.defs
include i2c/Make.defs
include i2s/Make.defs
include ipcc/Make.defs
include input/Make.defs
include ioexpander/Make.defs
include lcd/Make.defs