From: Kever Yang <kever.yang@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/11] mmc: clean the sdhci host controller
Date: Fri, 30 Dec 2016 14:55:45 +0800 [thread overview]
Message-ID: <586604F1.5080605@rock-chips.com> (raw)
In-Reply-To: <20161230063021.23756-1-jh80.chung@samsung.com>
Hi Jaehoon,
On 12/30/2016 02:30 PM, Jaehoon Chung wrote:
> It's cleaned the condes related to SDHCI host controller.
> Move the callback function into sdhci_ops structure.
> And removed the unnecessary things.
>
> My next step should be more clearly than now.
> - Support DM feature than now.
> - Make driver model for controller that unused driver mode.
Is it possible to add "enable ADMA" and "support HS200" for SDHCI to
your TODO list?
Thanks,
- Kever
>
> Jaehoon Chung (11):
> mmc: sdhci: disable the 8bit mode when host doesn't support it
> mmc: sdhci: add the get_cd callback function in sdhci_ops
> mmc: sdhci: remove the unused code about testing Card detect
> mmc: pic32_sdhci: move the code to pic32_sdhci.c
> mmc: sdhci: remove the SDHCI_QUIRK_NO_CD
> mmc: change the set_ios return type from void to int
> mmc: s5p_sdhci: add the s5p_set_clock function
> mmc: sdhci: move the callback function into sdhci_ops
> mmc: sdhci: use the bitops APIs in sdhci.h
> mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER
> mmc: sdhci: combine the Host controller v3.0 feature into one
> condition
>
> drivers/mmc/dw_mmc.c | 5 +-
> drivers/mmc/pic32_sdhci.c | 15 +++++-
> drivers/mmc/s5p_sdhci.c | 15 ++++--
> drivers/mmc/sdhci.c | 59 ++++++---------------
> include/mmc.h | 2 +-
> include/sdhci.h | 131 +++++++++++++++++++++++-----------------------
> 6 files changed, 111 insertions(+), 116 deletions(-)
>
next prev parent reply other threads:[~2016-12-30 6:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20161230063024epcas1p1fcc1d0a8a87948e559aa571af35832bb@epcas1p1.samsung.com>
2016-12-30 6:30 ` [U-Boot] [PATCH 00/11] mmc: clean the sdhci host controller Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 01/11] mmc: sdhci: disable the 8bit mode when host doesn't support it Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 02/11] mmc: sdhci: add the get_cd callback function in sdhci_ops Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 03/11] mmc: sdhci: remove the unused code about testing Card detect Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 04/11] mmc: pic32_sdhci: move the code to pic32_sdhci.c Jaehoon Chung
2017-01-13 3:07 ` Masahiro Yamada
2016-12-30 6:30 ` [U-Boot] [PATCH 05/11] mmc: sdhci: remove the SDHCI_QUIRK_NO_CD Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 06/11] mmc: change the set_ios return type from void to int Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 07/11] mmc: s5p_sdhci: add the s5p_set_clock function Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 08/11] mmc: sdhci: move the callback function into sdhci_ops Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 09/11] mmc: sdhci: use the bitops APIs in sdhci.h Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 10/11] mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER Jaehoon Chung
2016-12-30 6:30 ` [U-Boot] [PATCH 11/11] mmc: sdhci: combine the Host controller v3.0 feature into one condition Jaehoon Chung
2016-12-30 6:55 ` Kever Yang [this message]
2016-12-30 7:04 ` [U-Boot] [PATCH 00/11] mmc: clean the sdhci host controller Jaehoon Chung
2017-01-03 1:09 ` Jaehoon Chung
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=586604F1.5080605@rock-chips.com \
--to=kever.yang@rock-chips.com \
--cc=u-boot@lists.denx.de \
/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 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.