From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7270FC433DF for ; Fri, 22 May 2020 09:24:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 54769206C3 for ; Fri, 22 May 2020 09:24:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729398AbgEVJY4 (ORCPT ); Fri, 22 May 2020 05:24:56 -0400 Received: from alexa-out-blr-02.qualcomm.com ([103.229.18.198]:31082 "EHLO alexa-out-blr-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728068AbgEVJYz (ORCPT ); Fri, 22 May 2020 05:24:55 -0400 Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131]) by alexa-out-blr-02.qualcomm.com with ESMTP/TLS/AES256-SHA; 22 May 2020 14:54:52 +0530 Received: from minint-dvc2thc.qualcomm.com (HELO sartgarg-linux.qualcomm.com) ([10.206.24.245]) by ironmsg02-blr.qualcomm.com with ESMTP; 22 May 2020 14:54:37 +0530 Received: by sartgarg-linux.qualcomm.com (Postfix, from userid 2339771) id D8296179E; Fri, 22 May 2020 14:54:36 +0530 (IST) From: Sarthak Garg To: adrian.hunter@intel.com, ulf.hansson@linaro.org Cc: vbadigan@codeaurora.org, stummala@codeaurora.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Sarthak Garg Subject: [PATCH V2 0/8] Board specific DLL configuration for qcom SDHC Date: Fri, 22 May 2020 14:53:10 +0530 Message-Id: <1590139398-6638-1-git-send-email-sartgarg@codeaurora.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1588838535-6050-1-git-send-email-sartgarg@codeaurora.org> References: <1588838535-6050-1-git-send-email-sartgarg@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Changes since V1: -Splitting documentation change into two patches to avoid confusion -For the rest of patches retaining Andrians Ack. Sarthak Garg (7): dt-bindings: mmc: Add new compatible string for sm8250 target dt-bindings: mmc: Add information for DLL register properties mmc: sdhci-msm: Update dll_config_3 as per HSR mmc: sdhci-msm: Update DDR_CONFIG as per device tree file mmc: sdhci-msm: Read and use DLL Config property from device tree file mmc: sdhci-msm: Introduce new ops to dump vendor specific registers mmc: sdhci-msm: dump vendor specific registers during error Veerabhadrarao Badiganti (1): mmc: host: sdhci-msm: Configure dll-user-control in dll init sequence .../devicetree/bindings/mmc/sdhci-msm.txt | 14 +++ drivers/mmc/host/sdhci-msm.c | 103 ++++++++++++++++++++- drivers/mmc/host/sdhci.c | 3 + drivers/mmc/host/sdhci.h | 1 + 4 files changed, 118 insertions(+), 3 deletions(-) -- 2.7.4