All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Add MediaTek MT6779 devapc driver
@ 2020-07-09  9:12 ` Neal Liu
  0 siblings, 0 replies; 51+ messages in thread
From: Neal Liu @ 2020-07-09  9:12 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger
  Cc: Neal Liu, devicetree, linux-arm-kernel, linux-mediatek, lkml,
	wsd_upstream

These patch series introduce a MediaTek MT6779 devapc driver.

MediaTek bus fabric provides TrustZone security support and data protection
to prevent slaves from being accessed by unexpected masters.
The security violation is 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 mtk-devapc driver.
The violation information is printed in order to find the murderer.

changes since v1:
- move SoC specific part to DT data.
- remove unnecessary boundary check.
- remove unnecessary data type declaration.
- use read_poll_timeout() instread of for loop polling.
- revise coding style elegantly.

*** BLURB HERE ***

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

 .../bindings/soc/mediatek/devapc.yaml         |  82 +++
 drivers/soc/mediatek/Kconfig                  |   9 +
 drivers/soc/mediatek/Makefile                 |   1 +
 drivers/soc/mediatek/mtk-devapc.c             | 466 ++++++++++++
 drivers/soc/mediatek/mtk-devapc.h             | 670 ++++++++++++++++++
 5 files changed, 1228 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/mediatek/devapc.yaml
 create mode 100644 drivers/soc/mediatek/mtk-devapc.c
 create mode 100644 drivers/soc/mediatek/mtk-devapc.h

-- 
2.18.0

^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2020-07-16  3:54 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  9:12 [PATCH v2] Add MediaTek MT6779 devapc driver Neal Liu
2020-07-09  9:12 ` Neal Liu
2020-07-09  9:12 ` Neal Liu
2020-07-09  9:12 ` [PATCH v2 1/2] dt-bindings: devapc: add bindings for mtk-devapc Neal Liu
2020-07-09  9:12   ` Neal Liu
2020-07-09  9:12   ` Neal Liu
2020-07-10 10:41   ` Matthias Brugger
2020-07-10 10:41     ` Matthias Brugger
2020-07-10 10:41     ` Matthias Brugger
2020-07-14  3:17     ` Neal Liu
2020-07-14  3:17       ` Neal Liu
2020-07-14  3:17       ` Neal Liu
2020-07-09  9:12 ` [PATCH v2 2/2] soc: mediatek: add mtk-devapc driver Neal Liu
2020-07-09  9:12   ` Neal Liu
2020-07-09  9:12   ` Neal Liu
2020-07-09 13:01   ` Chun-Kuang Hu
2020-07-09 13:01     ` Chun-Kuang Hu
2020-07-09 13:01     ` Chun-Kuang Hu
2020-07-10  3:23     ` Neal Liu
2020-07-10  3:23       ` Neal Liu
2020-07-10  3:23       ` Neal Liu
2020-07-10 14:21       ` Chun-Kuang Hu
2020-07-10 14:21         ` Chun-Kuang Hu
2020-07-10 14:21         ` Chun-Kuang Hu
2020-07-13  8:27         ` Neal Liu
2020-07-13  8:27           ` Neal Liu
2020-07-13  8:27           ` Neal Liu
2020-07-13 14:20           ` Chun-Kuang Hu
2020-07-13 14:20             ` Chun-Kuang Hu
2020-07-13 14:20             ` Chun-Kuang Hu
2020-07-14  3:06             ` Neal Liu
2020-07-14  3:06               ` Neal Liu
2020-07-14  3:06               ` Neal Liu
2020-07-10 12:14   ` Matthias Brugger
2020-07-10 12:14     ` Matthias Brugger
2020-07-10 12:14     ` Matthias Brugger
2020-07-13  7:45     ` Neal Liu
2020-07-13  7:45       ` Neal Liu
2020-07-13  7:45       ` Neal Liu
2020-07-13 11:16       ` Matthias Brugger
2020-07-13 11:16         ` Matthias Brugger
2020-07-13 11:16         ` Matthias Brugger
2020-07-14  2:45         ` Neal Liu
2020-07-14  2:45           ` Neal Liu
2020-07-14  2:45           ` Neal Liu
2020-07-15 23:46   ` Chun-Kuang Hu
2020-07-15 23:46     ` Chun-Kuang Hu
2020-07-15 23:46     ` Chun-Kuang Hu
2020-07-16  3:42     ` Neal Liu
2020-07-16  3:42       ` Neal Liu
2020-07-16  3:42       ` Neal Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.