From: hkallweit1@gmail.com (Heiner Kallweit)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v4 0/10] mmc: meson-gx: series with smaller improvements
Date: Sat, 4 Mar 2017 10:56:34 +0100 [thread overview]
Message-ID: <22be7ab8-2e98-160b-cb5d-8ff9a247e266@gmail.com> (raw)
In-Reply-To: <c1a6c969-2426-4069-6836-fcbe4f4bdebd@gmail.com>
Am 04.03.2017 um 10:30 schrieb Helmut Klein:
> Hallo Heiner,
>
> i had the same problem as mentioned from Kevin.
>
> The solution for my box (netxeon MiniMX) was to partly revert your patch 8
>
> --- meson-gx-mmc.c.heiner 2017-02-20 13:25:47.000000000 +0100
> +++ meson-gx-mmc.c.helmut 2017-02-21 11:30:30.360445366 +0100
> @@ -741,6 +742,10 @@ static int meson_mmc_probe(struct platfo
> if (ret)
> goto free_host;
>
> + ret = meson_mmc_clk_init(host);
> + if (ret)
> + goto err_core_clk;
> +
> /* Stop execution */
> writel(0, host->regs + SD_EMMC_START);
>
> @@ -751,11 +756,7 @@ static int meson_mmc_probe(struct platfo
>
> /* set config to sane default */
> meson_mmc_cfg_init(host);
> -
> - ret = meson_mmc_clk_init(host);
> - if (ret)
> - goto free_host;
> -
> +
> ret = devm_request_threaded_irq(&pdev->dev, irq, meson_mmc_irq,
> meson_mmc_irq_thread, IRQF_SHARED,
> DRIVER_NAME, host);
>
> The rest of your patches are ok. Thank you for them.
>
> Before applying the patches, i couldn't read the mmc (hs200 type) at all (got crc errors only). Now this is fixed.
>
> regards
> Helmut
>
> ps: i hope, it is ok, to send this mail directly to you??
>
Sure. I just think other people would consider your findings interesting too, so I cc Kevin and the lists.
Let me check on my system, I'll come up with a corrected version of the patch set.
Rgds, Heiner
next parent reply other threads:[~2017-03-04 9:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <c1a6c969-2426-4069-6836-fcbe4f4bdebd@gmail.com>
2017-03-04 9:56 ` Heiner Kallweit [this message]
2017-03-03 19:49 [PATCH v4 0/10] mmc: meson-gx: series with smaller improvements Heiner Kallweit
2017-03-03 21:19 ` Kevin Hilman
2017-03-03 22:54 ` Heiner Kallweit
2017-03-04 5:33 ` Kevin Hilman
2017-03-04 5:36 ` Kevin Hilman
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=22be7ab8-2e98-160b-cb5d-8ff9a247e266@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).