From patchwork Mon Feb 25 12:16:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marc Gonzalez X-Patchwork-Id: 10828471 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 76002188E for ; Mon, 25 Feb 2019 12:19:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 659562B1B5 for ; Mon, 25 Feb 2019 12:19:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 59A742B1C8; Mon, 25 Feb 2019 12:19:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 10B492B1B5 for ; Mon, 25 Feb 2019 12:19:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726899AbfBYMTc (ORCPT ); Mon, 25 Feb 2019 07:19:32 -0500 Received: from smtp3-g21.free.fr ([212.27.42.3]:46634 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726811AbfBYMTc (ORCPT ); Mon, 25 Feb 2019 07:19:32 -0500 Received: from [192.168.108.68] (unknown [213.36.7.13]) (Authenticated sender: marc.w.gonzalez) by smtp3-g21.free.fr (Postfix) with ESMTPSA id B1D7C13F892; Mon, 25 Feb 2019 13:19:05 +0100 (CET) From: Marc Gonzalez Subject: [PATCH v5 0/3] UFS on APQ8098/MSM8998 To: MSM , SCSI Cc: Jeffrey Hugo , Bjorn Andersson , Andy Gross , David Brown , Alim Akhtar , Avri Altman , Pedro Sousa , LKML , Lee Jones Message-ID: <43768d77-80b7-9cdc-b6e0-08ec4a026c21@free.fr> Date: Mon, 25 Feb 2019 13:16:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello, This series adds support for the UFS host controller on APQ8098/MSM8998-based boards. This should be the final rev ;-) Differences between v4 and v5: - Drop patches that have already been accepted or spun off Differences between v3 and v4: - Rebase on top of -next - Pick up Douglas Anderson's UFSHC doc fix - Document 8998 UFSHC binding - Improve UFS PHY binding doc - Put the UFS DT patch at the end of the series Difference between v2 and v3: - Add qcom,msm8998-qmp-ufs-phy compat string and match it in the PHY driver - Drop vdd-hba-fixed-regulator - Write the reg addresses with full 32-bit width - Set regulator-allow-set-load only on the 3 rails used by UFS. - Revert the patch introducing ufshcd_set_vccq_rail_unused Difference between v1 and v2: - New patch to add 'regulator-allow-set-load' prop to all vreg nodes - Rename rpmcc node to 'clock-controller' + Add Review tags - Drop UFS pinctrl gymnastics (not required, probably left enabled in bootloader) - Delete GCC_UFS_ICE_CORE_CLK (ICE not used upstream, I think) - Fix sizes of ufsphy register areas based on Jeffrey's feedback - Hack ufshcd_set_vccq_rail_unused into a NOP to work around lock up + reboot Marc Gonzalez (3): dt-bindings: ufs: Add msm8998 compatible string arm64: dts: qcom: msm8998: Allow UFSHC driver to set-load arm64: dts: qcom: msm8998: Add UFS nodes .../devicetree/bindings/ufs/ufshcd-pltfrm.txt | 1 + arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 22 +++++++ arch/arm64/boot/dts/qcom/msm8998.dtsi | 65 +++++++++++++++++++ 3 files changed, 88 insertions(+) Tested-by: Sibi Sankar