linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: hkallweit1@gmail.com (Heiner Kallweit)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/2] mmc: meson-gx: add basic tuning
Date: Tue, 4 Apr 2017 20:58:15 +0200	[thread overview]
Message-ID: <1d60ec2c-54c9-6b1c-7eaa-40e96fcd5be5@gmail.com> (raw)

With a 128GB Hardkernel eMMC card my Odroid C2 boots up to 60MHz only
(tons of CRC errors otherwise). I made some tests and with changed
clock phase configuration it runs rock-solid with 200 MHz.
Changing the clock phase configuration in general most likely wouldn't
be a good idea as this might break other combinations of MMC device and
speed.
Therefore add basic tuning. So far it changes the rx clock phase only
as default core and tx clock phase work fine.

Heiner Kallweit (2):
  mmc: meson-gx: introduce struct meson_tuning_params
  mmc: meson-gx: add basic tuning for rx clock phase

 drivers/mmc/host/meson-gx-mmc.c | 66 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 65 insertions(+), 1 deletion(-)

-- 
2.12.1

             reply	other threads:[~2017-04-04 18:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04 18:58 Heiner Kallweit [this message]
2017-04-04 19:03 ` [PATCH 1/2] mmc: meson-gx: introduce struct meson_tuning_params Heiner Kallweit
2017-04-04 19:11 ` [PATCH 2/2] mmc: meson-gx: add basic tuning for rx clock phase Heiner Kallweit
2017-04-12 14:11 ` [PATCH 0/2] mmc: meson-gx: add basic tuning 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=1d60ec2c-54c9-6b1c-7eaa-40e96fcd5be5@gmail.com \
    --to=hkallweit1@gmail.com \
    --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).