From: ulf.hansson@linaro.org (Ulf Hansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 0/7] Add Mediatek MMC driver
Date: Tue, 16 Jun 2015 10:03:06 +0200 [thread overview]
Message-ID: <CAPDyKFrAbAFR7_p5O4bPh6FZEBVhGZ2rq3htCKcF2QgQuCEf2g@mail.gmail.com> (raw)
In-Reply-To: <1434367253-26577-1-git-send-email-chaotian.jing@mediatek.com>
On 15 June 2015 at 13:20, Chaotian Jing <chaotian.jing@mediatek.com> wrote:
> This series enables MMC support on the MT8135/MT8173 platform.
> MT8135 has 5 MMC controllers and MT8173 has 4 MMC controllers.
>
> Changes base on Ulf's comments
> Make hclk mandatory in the driver code
> Change host->hclk to host->src_clk_freq
> Add linux/pm.h
>
> Chaotian Jing (3):
> mmc: dt-bindings: add Mediatek MMC bindings
> mmc: mediatek: Add Mediatek MMC driver
> mmc: mediatek: Add PM support for MMC driver
>
> Eddie Huang (2):
> arm64: dts: mediatek: Add MT8173 MMC dts
> arm64: mediatek: Add Mediatek MMC support in defconfig
>
> Yingjoe Chen (2):
> ARM: mediatek: dts: Add emmc support to mt8135
> ARM: multi_v7_defconfig: Enable Mediatek MMC support multi-v7
>
> Documentation/devicetree/bindings/mmc/mtk-sd.txt | 32 +
> arch/arm/boot/dts/mt8135-evbp1.dts | 158 +++
> arch/arm/boot/dts/mt8135.dtsi | 55 +
> arch/arm/configs/multi_v7_defconfig | 1 +
> arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 126 ++
> arch/arm64/boot/dts/mediatek/mt8173.dtsi | 45 +-
> arch/arm64/configs/defconfig | 1 +
> drivers/mmc/host/Kconfig | 8 +
> drivers/mmc/host/Makefile | 1 +
> drivers/mmc/host/mtk-sd.c | 1461 ++++++++++++++++++++++
> include/linux/mmc/core.h | 1 +
> 11 files changed, 1888 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/devicetree/bindings/mmc/mtk-sd.txt
> create mode 100644 drivers/mmc/host/mtk-sd.c
>
> --
> 1.8.1.1.dirty
>
Hi Chaotian,
I have applied patch 1->3 for my next branch, which thus includes the
mmc driver parts. I could potentially also pick the ARM patches, but
then those needs to be acked from the ARM SoC folks.
Kind regards
Uffe
next prev parent reply other threads:[~2015-06-16 8:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-15 11:20 [PATCH v6 0/7] Add Mediatek MMC driver Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 1/7] mmc: dt-bindings: add Mediatek MMC bindings Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 2/7] mmc: mediatek: Add Mediatek MMC driver Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 3/7] mmc: mediatek: Add PM support for " Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 4/7] arm64: dts: mediatek: Add MT8173 MMC dts Chaotian Jing
2015-06-16 11:39 ` Daniel Kurtz
2015-06-16 12:20 ` Daniel Kurtz
2015-06-18 2:04 ` Eddie Huang
2015-06-18 2:28 ` Eddie Huang
2015-06-29 11:24 ` Daniel Kurtz
2015-06-29 11:47 ` Eddie Huang
2015-06-15 11:20 ` [PATCH v6 5/7] ARM: mediatek: dts: Add emmc support to mt8135 Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 6/7] arm64: mediatek: Add Mediatek MMC support in defconfig Chaotian Jing
2015-06-15 11:20 ` [PATCH v6 7/7] ARM: multi_v7_defconfig: Enable Mediatek MMC support multi-v7 Chaotian Jing
2015-06-16 8:03 ` Ulf Hansson [this message]
2015-06-17 21:01 ` [PATCH v6 0/7] Add Mediatek MMC driver Paul Gortmaker
2015-06-18 7:26 ` Ulf Hansson
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=CAPDyKFrAbAFR7_p5O4bPh6FZEBVhGZ2rq3htCKcF2QgQuCEf2g@mail.gmail.com \
--to=ulf.hansson@linaro.org \
--cc=linux-arm-kernel@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).