Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1705712

Re: [PATCH 00/14] mmc: meson-gx: driver fixups and upgrade

Path csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Jerome Brunet <jbrunet@baylibre.com>
Newsgroups linux.kernel
Subject Re: [PATCH 00/14] mmc: meson-gx: driver fixups and upgrade
Date Mon, 07 Aug 2017 18:50:02 +0200
Message-ID <ubTo6-2M8-25@gated-at.bofh.it> (permalink)
References <uaOTv-1E9-3@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=message-id:subject:from:to:cc:date:in-reply-to:references :mime-version:content-transfer-encoding; bh=qRAJlaB0mgLO+VpURt3o+3t96iewqSj2kVmMrD0fkfc=; b=GTGCNk+WdK7jPptarKfFp90B4ehZGMEZ2Vk3Ld29DVecv6Q3I4ofGXLkC8G0esayro 8jupUPe8P69Jh+KQ2x5Ti0nm+Dx6jF8FSKhc4PCdL7tug2DotRmZ32ynpfOuHo9DzOlN uZgxyfCbgpgXrOCVzHVuLj36Nbs6DFiqOg86CkXhICIGU4V3rMQJW/PJtyroeT4gosKi cTdJj+esNj1oYwjcwNcC6IBD7L132gOnFDYTMfCSZ0xOKOeA2gIP6Andtv0tc3zB9Aq6 2NJoEZPrwqxKfgXqwEClWdr3Fg7aa2SfjErsroMQHLcScEZKcLYkMnDEPZNHd2qa1u8g vscg==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:mime-version:content-transfer-encoding; bh=qRAJlaB0mgLO+VpURt3o+3t96iewqSj2kVmMrD0fkfc=; b=c1o5iX26HcfY6zXKaA0AHDmFqOkU74IM61ndjvaCZxXssWUSvgMLb0+ROd/SpzBM2I mDe5FIMW7GET2MowSWE7BSAo1AbDwwk3YWbaxoxbar0hK8kNhvthcux8YDZP5JZqx02c +FC7rBkddkQK6+528C/cjn5WNlmnNMrqoyFv0asSlu0fNqA38xWOL7GFzSQVP2jYGc2X 6tJFSvddUpByfGt4e3Rfs94uFj9oVHfkg1xHJyiDib9RonxiMqMsD6tfNC46XlwldMVt d0z+JvPJkSO5vp/WMsQETT4InYDoMU/oXfD80m2lWGx42n1xIDaoDouLLG5e9A8sRn7P jGmA==
X-Gm-Message-State AHYfb5hm72QZ8if5GrqFtBVTNvuddSmwdfdudJhGt3P6EQ213k5B5REa /fHAlzXyIJxPvWLA
X-Received by 10.223.128.131 with SMTP id 3mr934853wrl.77.1502124503998; Mon, 07 Aug 2017 09:48:23 -0700 (PDT)
Content-Type text/plain; charset="UTF-8"
X-Mailer Evolution 3.22.6 (3.22.6-2.fc25)
MIME-Version 1.0
Content-Transfer-Encoding 8bit
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 47
Organization linux.* mail to news gateway
X-Original-Cc linux-mmc@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
X-Original-Date Mon, 07 Aug 2017 18:48:22 +0200
X-Original-Message-ID <1502124502.2759.32.camel@baylibre.com>
X-Original-References <20170804174353.16486-1-jbrunet@baylibre.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1705712

Show key headers only | View raw


On Fri, 2017-08-04 at 19:43 +0200, Jerome Brunet wrote:
> The patchset features several bugfixes, rework and upgrade for the
> meson-gx MMC driver.
> 
> The main goal is to improve readability and enable new high speed
> modes, such as eMMC DDR52 and sdcard UHS modes up to SDR50 (100Mhz)
> 
> While full speed SDR104 is stable with most cards, a few seems to
> require an even more precise tuning. For this, we'll probably have
> to implement per-line delay calibration.
> 
> This series has been tested on gxbb-p200, gxbb-nanopi-k2 and
> gxl-s905x-libretech
> 

Ulf, Kevin,

Please ignore this series. I'll resend it soon

I've discovered new things around the tuning capabilities of the SoC.
I'll probably rework the tuning function again.

Sorry for the noise

Regards
Jerome

> Jerome Brunet (14):
>   mmc: meson-gx: fix mux mask definition
>   mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flag
>   mmc: meson-gx: clean up some constants
>   mmc: meson-gx: use _irqsave variant of spinlock
>   mmc: meson-gx: cfg init overwrite values
>   mmc: meson-gx: rework set_ios function
>   mmc: meson-gx: rework clk_set function
>   mmc: meson-gx: rework clock init function
>   mmc: meson-gx: simplify interrupt handler
>   mmc: meson-gx: implement card_busy callback
>   mmc: meson-gx: rework tuning function
>   mmc: meson-gx: fix dual data rate mode frequencies
>   mmc: meson-gx: work around clk-stop issue
>   mmc: meson-gx: implement voltage switch callback
> 
>  drivers/mmc/host/meson-gx-mmc.c | 611 ++++++++++++++++++++++++++-------------
> -
>  1 file changed, 396 insertions(+), 215 deletions(-)
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/14] mmc: meson-gx: driver fixups and upgrade Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  [PATCH 07/14] mmc: meson-gx: rework clk_set function Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  [PATCH 14/14] mmc: meson-gx: implement voltage switch callback Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  [PATCH 06/14] mmc: meson-gx: rework set_ios function Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  [PATCH 12/14] mmc: meson-gx: fix dual data rate mode frequencies Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  [PATCH 05/14] mmc: meson-gx: cfg init overwrite values Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  [PATCH 11/14] mmc: meson-gx: rework tuning function Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  [PATCH 03/14] mmc: meson-gx: clean up some constants Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
    Re: [PATCH 03/14] mmc: meson-gx: clean up some constants Kevin Hilman <khilman@baylibre.com> - 2017-08-07 23:10 +0200
  [PATCH 08/14] mmc: meson-gx: rework clock init function Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
    Re: [PATCH 08/14] mmc: meson-gx: rework clock init function Kevin Hilman <khilman@baylibre.com> - 2017-08-07 23:40 +0200
  [PATCH 10/14] mmc: meson-gx: implement card_busy callback Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  [PATCH 04/14] mmc: meson-gx: use _irqsave variant of spinlock Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  [PATCH 13/14] mmc: meson-gx: work around clk-stop issue Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
    Re: [PATCH 13/14] mmc: meson-gx: work around clk-stop issue Kevin Hilman <khilman@baylibre.com> - 2017-08-07 23:50 +0200
  [PATCH 09/14] mmc: meson-gx: simplify interrupt handler Jerome Brunet <jbrunet@baylibre.com> - 2017-08-04 19:50 +0200
  Re: [PATCH 00/14] mmc: meson-gx: driver fixups and upgrade Jerome Brunet <jbrunet@baylibre.com> - 2017-08-07 18:50 +0200
    Re: [PATCH 00/14] mmc: meson-gx: driver fixups and upgrade Kevin Hilman <khilman@baylibre.com> - 2017-08-07 23:50 +0200

csiph-web