linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neal Liu <neal.liu@mediatek.com>
To: Rob Herring <robh+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>
Cc: Neal Liu <neal.liu@mediatek.com>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Add MediaTek MT6779 devapc driver
Date: Mon, 6 Jul 2020 17:28:11 +0800	[thread overview]
Message-ID: <1594027693-19530-1-git-send-email-neal.liu@mediatek.com> (raw)

These patch series introduce a MediaTek MT6779 devapc driver.

MT6779 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-mt6779 driver.
The violation information is printed in order to find the murderer.


*** BLURB HERE ***

Neal Liu (2):
  dt-bindings: devapc: add bindings for devapc-mt6779
  soc: mediatek: devapc: add devapc-mt6779 driver

 .../soc/mediatek/devapc/devapc-mt6779.yaml    |   58 +
 drivers/soc/mediatek/Kconfig                  |    6 +
 drivers/soc/mediatek/Makefile                 |    1 +
 drivers/soc/mediatek/devapc/Kconfig           |   17 +
 drivers/soc/mediatek/devapc/Makefile          |   10 +
 drivers/soc/mediatek/devapc/devapc-mt6779.c   | 1111 +++++++++++++++++
 drivers/soc/mediatek/devapc/devapc-mt6779.h   |   99 ++
 7 files changed, 1302 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/mediatek/devapc/devapc-mt6779.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-mt6779.c
 create mode 100644 drivers/soc/mediatek/devapc/devapc-mt6779.h

-- 
2.18.0

             reply	other threads:[~2020-07-06  9:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-06  9:28 Neal Liu [this message]
2020-07-06  9:28 ` [PATCH 1/2] dt-bindings: devapc: add bindings for devapc-mt6779 Neal Liu
2020-07-06  9:28 ` [PATCH 2/2] soc: mediatek: devapc: add devapc-mt6779 driver Neal Liu
2020-07-06 11:27   ` Matthias Brugger
2020-07-07  7:32     ` Neal Liu
2020-07-10 12:13       ` Matthias Brugger
2020-07-13  6:11         ` Neal Liu
2020-07-06 16:13   ` Randy Dunlap
2020-07-07  3:30     ` Neal Liu
2020-07-07  3:32       ` Randy Dunlap
2020-07-07  3:38         ` 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=1594027693-19530-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=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    /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).