From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755145AbeDCKHc (ORCPT ); Tue, 3 Apr 2018 06:07:32 -0400 Received: from mail-sh2.amlogic.com ([58.32.228.45]:59052 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754298AbeDCKH3 (ORCPT ); Tue, 3 Apr 2018 06:07:29 -0400 From: Yixun Lan To: Ulf Hansson CC: Yixun Lan , Kevin Hilman , Carlo Caione , Jerome Brunet , Heiner Kallweit , Rob Herring , , , , , Subject: [PATCH 0/3] mmc: meson-axg: initial support for AXG SoC platform Date: Tue, 3 Apr 2018 18:06:48 +0800 Message-ID: <20180403100652.41056-1-yixun.lan@amlogic.com> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.18.20.235] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The patches series try to enable basic eMMC support in the Meson-AXG platfrom. Currently HS200 mode is tested with clock running at 166MHz, since not all boards are stable to running 200MHz (due to tuning phase error), we will further improve the tuning phase driver in the future, but in my opiton, this patch series itself is pretty good to go. Nan Li (3): mmc: dt-bindings: update bindings doc to support Meson-AXG SoC mmc: meson-axg: add support for the Meson-AXG platform mmc: meson: update doc to support Meson-AXG platform .../devicetree/bindings/mmc/amlogic,meson-gx.txt | 1 + drivers/mmc/host/Kconfig | 4 +- drivers/mmc/host/meson-gx-mmc.c | 63 ++++++++++++++++++---- 3 files changed, 55 insertions(+), 13 deletions(-) -- 2.16.2