From: Neal Liu <neal.liu@mediatek.com>
To: Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>
Cc: devicetree@vger.kernel.org, wsd_upstream@mediatek.com,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
Neal Liu <neal.liu@mediatek.com>,
linux-arm-kernel@lists.infradead.org
Subject: Add MediaTek MT6873 devapc driver
Date: Fri, 19 Jun 2020 17:41:58 +0800 [thread overview]
Message-ID: <1592559720-8482-1-git-send-email-neal.liu@mediatek.com> (raw)
These patch series introduce a MediaTek MT6873 devapc driver.
MT6873 bus frabric provides TrustZone security support and data protection to prevent slaves from being accessed by unexpected masters.
The security violations are logged and sent to the processor for further analysis or countermeasures.
Any occurrence of security violation would raise an interrupt, and it will be handled by devapc-mt6873 driver. The violation information is printed in order to find the murderer.
changes since v1:
- revise dt-bindings schema. (needs mt8192-clk.h to pass dt_binding_check)
- remove debugging functions and make driver more simple.
*** BLURB HERE ***
Neal Liu (2):
dt-bindings: devapc: add bindings for devapc-mt6873
soc: mediatek: devapc: add devapc-mt6873 driver
.../soc/mediatek/devapc/devapc-mt6873.yaml | 61 +
drivers/soc/mediatek/Kconfig | 6 +
drivers/soc/mediatek/Makefile | 1 +
drivers/soc/mediatek/devapc/Kconfig | 25 +
drivers/soc/mediatek/devapc/Makefile | 13 +
drivers/soc/mediatek/devapc/devapc-mt6873.c | 1652 +++++++++++++++++
drivers/soc/mediatek/devapc/devapc-mt6873.h | 111 ++
.../soc/mediatek/devapc/devapc-mtk-multi-ao.c | 756 ++++++++
.../soc/mediatek/devapc/devapc-mtk-multi-ao.h | 182 ++
9 files changed, 2807 insertions(+)
create mode 100644 Documentation/devicetree/bindings/soc/mediatek/devapc/devapc-mt6873.yaml
create mode 100644 drivers/soc/mediatek/devapc/Kconfig
create mode 100644 drivers/soc/mediatek/devapc/Makefile
create mode 100644 drivers/soc/mediatek/devapc/devapc-mt6873.c
create mode 100644 drivers/soc/mediatek/devapc/devapc-mt6873.h
create mode 100644 drivers/soc/mediatek/devapc/devapc-mtk-multi-ao.c
create mode 100644 drivers/soc/mediatek/devapc/devapc-mtk-multi-ao.h
--
2.18.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-06-19 10:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-19 9:41 Neal Liu [this message]
2020-06-19 9:41 ` [PATCH v2 1/2] dt-bindings: devapc: add bindings for devapc-mt6873 Neal Liu
2020-06-29 21:56 ` Rob Herring
2020-06-30 9:30 ` Neal Liu
2020-06-19 9:42 ` [PATCH v2 2/2] soc: mediatek: devapc: add devapc-mt6873 driver Neal Liu
2020-06-19 16:25 ` Chun-Kuang Hu
2020-06-20 3:18 ` Neal Liu
2020-06-25 6:19 ` Chun-Kuang Hu
2020-06-29 6:28 ` Neal Liu
-- strict thread matches above, loose matches on Subject: below --
2020-06-09 10:24 Add MediaTek MT6873 devapc driver Neal Liu
2020-06-09 17:32 ` Rob Herring
2020-06-24 3:51 ` Neal Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1592559720-8482-1-git-send-email-neal.liu@mediatek.com \
--to=neal.liu@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=wsd_upstream@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).