All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Enable basic MMC support on Allwinner H6
@ 2018-04-26 14:07 ` Icenowy Zheng
  0 siblings, 0 replies; 76+ messages in thread
From: Icenowy Zheng @ 2018-04-26 14:07 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Maxime Ripard, Chen-Yu Tsai
  Cc: linux-mmc, devicetree, linux-arm-kernel, linux-kernel,
	linux-sunxi, Icenowy Zheng

Allwinner H6 features 3 SD/MMC controllers. The first and second ones
are similar to the ones on the Allwinner A64/H5 SoCs, and the third one
adds the function to use EMCE (EMbedded Crypto Engine) on the Allwinner
H6 chip to do full-disk encryption.

Enable basic MMC support on Allwinner H6. Higher speed bins are not
supported, similar to A64/H5. EMCE is also not supported, and keeps its
bypassed status by default.

Icenowy Zheng (3):
  mmc: sunxi: add support for the MMC controller on H6
  arm64: allwinner: h6: add device tree nodes for MMC controllers
  arm64: allwinner: h6: enable MMC0/2 on Pine H64

 .../devicetree/bindings/mmc/sunxi-mmc.txt          |  2 +
 .../boot/dts/allwinner/sun50i-h6-pine-h64.dts      | 32 +++++++++++++
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi       | 56 ++++++++++++++++++++++
 drivers/mmc/host/sunxi-mmc.c                       | 16 +++++++
 4 files changed, 106 insertions(+)

-- 
2.15.1

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

end of thread, other threads:[~2018-06-26  0:28 UTC | newest]

Thread overview: 76+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 14:07 [PATCH 0/3] Enable basic MMC support on Allwinner H6 Icenowy Zheng
2018-04-26 14:07 ` Icenowy Zheng
2018-04-26 14:07 ` Icenowy Zheng
2018-04-26 14:07 ` [PATCH 1/3] mmc: sunxi: add support for the MMC controller on H6 Icenowy Zheng
2018-04-26 14:07   ` Icenowy Zheng
2018-04-26 14:07   ` Icenowy Zheng
2018-04-26 16:45   ` [linux-sunxi] " Andre Przywara
2018-04-26 16:45     ` Andre Przywara
2018-04-26 16:45     ` Andre Przywara
2018-04-27  8:38     ` [linux-sunxi] " Icenowy Zheng
2018-04-27  8:38       ` Icenowy Zheng
2018-04-27  8:38       ` Icenowy Zheng
2018-04-27  9:23       ` [linux-sunxi] " Andre Przywara
2018-04-27  9:23         ` Andre Przywara
2018-04-27  9:23         ` Andre Przywara
2018-05-02 12:54   ` Ulf Hansson
2018-05-02 12:54     ` Ulf Hansson
2018-05-02 12:54     ` Ulf Hansson
2018-04-26 14:07 ` [PATCH 2/3] arm64: allwinner: h6: add device tree nodes for MMC controllers Icenowy Zheng
2018-04-26 14:07   ` Icenowy Zheng
2018-04-26 14:07   ` Icenowy Zheng
2018-04-26 16:45   ` [linux-sunxi] " Andre Przywara
2018-04-26 16:45     ` Andre Przywara
2018-04-26 16:45     ` Andre Przywara
2018-04-27  8:36     ` [linux-sunxi] " Icenowy Zheng
2018-04-27  8:36       ` Icenowy Zheng
2018-04-27  8:36       ` Icenowy Zheng
2018-04-27  9:18       ` [linux-sunxi] " Andre Przywara
2018-04-27  9:18         ` Andre Przywara
2018-04-27  9:18         ` Andre Przywara
2018-04-27  9:23         ` [linux-sunxi] " Icenowy Zheng
2018-04-27  9:23           ` Icenowy Zheng
2018-04-27  9:23           ` Icenowy Zheng
2018-04-27 21:25           ` [linux-sunxi] " André Przywara
2018-04-27 21:25             ` André Przywara
2018-04-27 21:25             ` André Przywara
2018-06-26  0:28             ` [linux-sunxi] " Icenowy Zheng
2018-06-26  0:28               ` Icenowy Zheng
2018-06-26  0:28               ` Icenowy Zheng
2018-04-26 14:07 ` [PATCH 3/3] arm64: allwinner: h6: enable MMC0/2 on Pine H64 Icenowy Zheng
2018-04-26 14:07   ` Icenowy Zheng
2018-04-26 14:07   ` Icenowy Zheng
2018-04-26 16:46   ` [linux-sunxi] " Andre Przywara
2018-04-26 16:46     ` Andre Przywara
2018-04-26 16:46     ` Andre Przywara
2018-04-27  7:12     ` [linux-sunxi] " Icenowy Zheng
2018-04-27  7:12       ` Icenowy Zheng
2018-04-30  9:47       ` Andre Przywara
2018-04-30  9:47         ` Andre Przywara
2018-04-30  9:47         ` Andre Przywara
2018-04-30  9:51         ` [linux-sunxi] " Icenowy Zheng
2018-04-30  9:51           ` Icenowy Zheng
2018-04-30  9:51           ` Icenowy Zheng
2018-04-30 10:44           ` Andre Przywara
2018-04-30 10:44             ` Andre Przywara
2018-04-30 10:44             ` Andre Przywara
2018-05-01 15:52             ` [linux-sunxi] " Chen-Yu Tsai
2018-05-01 15:52               ` Chen-Yu Tsai
2018-05-02 11:01               ` Andre Przywara
2018-05-02 11:01                 ` Andre Przywara
2018-05-02 11:01                 ` Andre Przywara
2018-05-04  2:44                 ` [linux-sunxi] " Chen-Yu Tsai
2018-05-04  2:44                   ` Chen-Yu Tsai
2018-05-04  2:44                   ` Chen-Yu Tsai
2018-05-01 15:48         ` [linux-sunxi] " Chen-Yu Tsai
2018-05-01 15:48           ` Chen-Yu Tsai
2018-05-01 15:48           ` Chen-Yu Tsai
2018-05-02  9:36         ` [linux-sunxi] " Maxime Ripard
2018-05-02  9:36           ` Maxime Ripard
2018-05-02  9:36           ` Maxime Ripard
2018-05-02 11:01           ` [linux-sunxi] " Andre Przywara
2018-05-02 11:01             ` Andre Przywara
2018-05-02 11:01             ` Andre Przywara
2018-05-03 18:05             ` [linux-sunxi] " Maxime Ripard
2018-05-03 18:05               ` Maxime Ripard
2018-05-03 18:05               ` Maxime Ripard

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.