linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Amlogic Meson MMC controller
@ 2016-05-12 12:41 Carlo Caione
  2016-05-12 12:41 ` [PATCH 1/2] mmc: Add Amlogic Meson driver Carlo Caione
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Carlo Caione @ 2016-05-12 12:41 UTC (permalink / raw)
  To: linus-amlogic

From: Carlo Caione <carlo@endlessm.com>

This patchset is a port / rewrite of the Amlogic driver shipped in the SDK for
the Meson GXBB (S905) platform. It has been tested on the Hardkernel Odroid-C2
board.

The driver is enabled using U_BOOT_DEVICE in the board file because there is no
MMC driver yet in the linux kernel.

This patchset depends on the basic support for Amlogic S905 SoCs written by
Beniamino[1]

[1] https://www.mail-archive.com/u-boot at lists.denx.de/msg212188.html

Carlo Caione (2):
  mmc: Add Amlogic Meson driver
  arm: amlogic: Enable MMC driver on Odroid-C2

 arch/arm/include/asm/arch-meson/sd_emmc.h | 109 +++++++++++
 board/hardkernel/odroid-c2/odroid-c2.c    |  42 ++++
 configs/odroid-c2_defconfig               |   5 +
 drivers/mmc/Makefile                      |   1 +
 drivers/mmc/meson_mmc.c                   | 305 ++++++++++++++++++++++++++++++
 include/configs/odroid-c2.h               |   7 +
 6 files changed, 469 insertions(+)
 create mode 100644 arch/arm/include/asm/arch-meson/sd_emmc.h
 create mode 100644 drivers/mmc/meson_mmc.c

-- 
2.7.4

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

end of thread, other threads:[~2016-08-07 15:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-12 12:41 [PATCH 0/2] Add support for Amlogic Meson MMC controller Carlo Caione
2016-05-12 12:41 ` [PATCH 1/2] mmc: Add Amlogic Meson driver Carlo Caione
2016-05-13 13:46   ` Kevin Hilman
2016-05-13 13:53     ` Carlo Caione
2016-05-13 16:07       ` Kevin Hilman
2016-08-07 15:49       ` [U-Boot] " Andreas Färber
2016-08-04  6:48   ` [U-Boot,1/2] " Jaehoon Chung
2016-05-12 12:41 ` [PATCH 2/2] arm: amlogic: Enable MMC driver on Odroid-C2 Carlo Caione
2016-05-20  4:51 ` [PATCH 0/2] Add support for Amlogic Meson MMC controller Robert Gadsdon
2016-05-20  6:27   ` Carlo Caione
2016-05-20  8:07     ` Carlo Caione
2016-05-20 18:58       ` Robert Gadsdon
2016-05-20 19:34         ` Carlo Caione
2016-05-21  2:28           ` Robert Gadsdon

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).