public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] mt8183 emi driver support
@ 2019-05-08  6:37 Xi Chen
       [not found] ` <1557297478-29778-1-git-send-email-xixi.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Xi Chen @ 2019-05-08  6:37 UTC (permalink / raw)
  To: matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8
  Cc: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	srv_heupstream-NuS5LvNUpcJWk0Htik3J/w

Provide emi bandwidth interface.

Xi Chen (3):
  dt-bindings: soc: Add MT8183 emi dt-bindings
  arm64: dts: mt8183: add emi node
  mt8183: emi: add bandwidth driver support

 .../bindings/memory-controllers/mediatek,emi.txt   |  19 +
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           |  11 +
 drivers/memory/Kconfig                             |   9 +
 drivers/memory/Makefile                            |   1 +
 drivers/memory/mtk-emi.c                           | 395 +++++++++++++++++++++
 include/soc/mediatek/emi.h                         | 116 ++++++
 6 files changed, 551 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,emi.txt
 create mode 100644 drivers/memory/mtk-emi.c
 create mode 100644 include/soc/mediatek/emi.h

-- 
1.9.1

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

end of thread, other threads:[~2019-05-08 17:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-08  6:37 [PATCH v5 0/3] mt8183 emi driver support Xi Chen
     [not found] ` <1557297478-29778-1-git-send-email-xixi.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2019-05-08  6:37   ` [PATCH v5 1/3] dt-bindings: soc: Add MT8183 emi dt-bindings Xi Chen
2019-05-08  6:37   ` [PATCH v5 2/3] arm64: dts: mt8183: add emi node Xi Chen
2019-05-08  6:37   ` [PATCH v5 3/3] mt8183: emi: add bandwidth driver support Xi Chen
     [not found]     ` <1557297478-29778-4-git-send-email-xixi.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2019-05-08 17:09       ` Yingjoe Chen
2019-05-08 16:59   ` [PATCH v5 0/3] mt8183 emi " Yingjoe Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox