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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97256C43334 for ; Fri, 17 Jun 2022 00:18:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379238AbiFQASx (ORCPT ); Thu, 16 Jun 2022 20:18:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229832AbiFQASw (ORCPT ); Thu, 16 Jun 2022 20:18:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93B8062CE6; Thu, 16 Jun 2022 17:18:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2F39C6182F; Fri, 17 Jun 2022 00:18:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85199C34114; Fri, 17 Jun 2022 00:18:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655425130; bh=gTkObOqulb/1+sTpWbn1RLB0WFAog+psBwHx7UycOPs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LAoMs51E6tyuCE4MhXn3BkzrQDTPiJ9jYIENI3lOkwzGLxJzFokbtLhT5lswijmGp uSUiarqOSNNu/I2D94uf6M6mVGc1A3GIecdMhVbkZXGfOnIzRsYB887rq6wv6u2pHl hR3s/ZkmJzk815SpcD3rv6QAnauUhXZlqrKZ7I8rLuCD2W6ICkWaMgkMJ0+VeBw4+C VAYYIDUcxYo0Zs/+T9lrnHo6JLyPgSrzXbpV4LTiCNSLIo5GukiHNd0kbW2hTP4nxp czdwQyRvwXFk6L0VYsPVFyK5XPF3Ed6tjtiB7O/nBwlQh4LE5rQgqXmYpni0Zyc4Oe cVNUjOGBTBrAw== Date: Thu, 16 Jun 2022 17:18:50 -0700 From: Vinod Koul To: Alim Akhtar Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, avri.altman@wdc.com, bvanassche@acm.org, martin.petersen@oracle.com, chanho61.park@samsung.com, pankaj.dubey@samsung.com Subject: Re: [PATCH v4 0/6] Add support for UFS controller found in FSD SoC Message-ID: References: <20220610104119.66401-1-alim.akhtar@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220610104119.66401-1-alim.akhtar@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On 10-06-22, 16:11, Alim Akhtar wrote: > > This series adds support for UFS controller found in FSD SoC. > The HCI is almost same as found on other Exynos SoCs with minor > differences. This also adds the required UFS-PHY driver changes. Applied 1-3, thanks -- ~Vinod