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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 25846C43461 for ; Wed, 16 Sep 2020 17:52:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DAC9E20732 for ; Wed, 16 Sep 2020 17:52:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600278768; bh=ECAYDYD9YCjnGXghzujnDIjHjbKH5ZHvmBhc5JHRaR0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NruY+Xdm+YBzb0hWk08GKMqP2mdEdzO8KNiGcVX5eNI2YkT5e9Mg1ujLSKMdvfuPI WU7msxHLu7Hy7GKBiSaCZGgAhYUoGPFOrgEm5Q55Wut5D6F23RSdHn3rpRlOjDOrdQ yjN9FsCbFkmGmT3YHIxAysr3EZoTFZfZH8nOnKhs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727618AbgIPRwF (ORCPT ); Wed, 16 Sep 2020 13:52:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:42626 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727290AbgIPRvl (ORCPT ); Wed, 16 Sep 2020 13:51:41 -0400 Received: from localhost (unknown [122.172.186.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 587E32067C; Wed, 16 Sep 2020 12:15:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600258547; bh=ECAYDYD9YCjnGXghzujnDIjHjbKH5ZHvmBhc5JHRaR0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E3jFPjFo6CSiLiSNGR5qqdvilZvUQsdbIg08C+uXVx/kkOFOcI+A+7bw0bj9w5Fsz dGDGarhJWLCHcrDcWPOG7y9ytVg8xF6SJ6yOLVupOK/f77+NicTWWTeUMNCZEbiogy uOi2T80Y8KeeobhjeP0oBsojfkn1uCWJwz84rnM8= Date: Wed, 16 Sep 2020 17:45:38 +0530 From: Vinod Koul To: Wan Ahmad Zainie Cc: kishon@ti.com, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, andriy.shevchenko@linux.intel.com, vadivel.muruganx.ramuthevar@linux.intel.com, eswara.kota@linux.intel.com, lakshmi.bai.raja.subramanian@intel.com Subject: Re: [PATCH v9 0/3] phy: intel: Add Keem Bay eMMC PHY support Message-ID: <20200916121538.GJ2968@vkoul-mobl> References: <20200913235522.4316-1-wan.ahmad.zainie.wan.mohamad@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200913235522.4316-1-wan.ahmad.zainie.wan.mohamad@intel.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 14-09-20, 07:55, Wan Ahmad Zainie wrote: > Hi. > > The first patch is added to rename rename > phy-intel-{combo,emmc}.c to phy-intel-lgm-{combo,emmc}.c. > > The second patch is to document DT bindings for Keem Bay eMMC PHY. > > The the third is the driver file, loosely based on phy-rockchip-emmc.c > and phy-intel-emmc.c. The latter is not being reused as there are > quite a number of differences i.e. registers offset, supported clock > rates, bitfield to set. > > The patch was tested with Keem Bay evaluation module board. Applied all, thanks -- ~Vinod