From: carlo@caione.org (Carlo Caione)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/2] Add support for Amlogic Meson MMC controller
Date: Thu, 12 May 2016 14:41:40 +0200 [thread overview]
Message-ID: <1463056902-8533-1-git-send-email-carlo@caione.org> (raw)
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
next reply other threads:[~2016-05-12 12:41 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-12 12:41 Carlo Caione [this message]
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
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=1463056902-8533-1-git-send-email-carlo@caione.org \
--to=carlo@caione.org \
--cc=linus-amlogic@lists.infradead.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).