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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 18703C433EF for ; Tue, 18 Jan 2022 21:09:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 00CE08388E; Tue, 18 Jan 2022 22:09:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="S/T8gsN6"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D11098384C; Tue, 18 Jan 2022 22:09:16 +0100 (CET) Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4C83D8387E for ; Tue, 18 Jan 2022 22:09:13 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf33.google.com with SMTP id bt14so586946qvb.13 for ; Tue, 18 Jan 2022 13:09:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=K4ph/qngNd5zrR7VnFbpnAYiRT0Romc8wOPKgXdw/00=; b=S/T8gsN6m8baedvEWkr5EcKEl94zO1+ufY+1bL3VVIcSPosEkvS1dOPwIk2ozuubw8 WaJeILQF/vDLbfXo1W3zJU+8+RkMN4Kq98a7MEz15VvPDYTpmm44tPsoEniyxZAPJQT6 p6VwjNKvtAwvVv3yKmQhTXIXAQdOH+onXPxaU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=K4ph/qngNd5zrR7VnFbpnAYiRT0Romc8wOPKgXdw/00=; b=5tjoGfIQbjdytcOjXuiRJBOX/kN7tmkNnVy8gCHYnHoOOkTCjw/F/iOjsPdB1zic2q lUaTaNxUZPhl5gSRnxvCiTFHStg5znFsdOBst0Jw4FeN+qHv7wrMLzdVx33YcWFafQuE D1jCT1ONMAB2V2ijn+Zj2vGFiDf/f7xx3SHmLv0Sh/MpvNdodzzyywqh80sJjuC5T7+u UI9+vEiWa83VpwJBjEcdP4ai99GUxgeO8U1Qe/dJI8oWBZ7TSKaj2FEII+ZdnyMF9/hw ja3U7qeJRDK4y1xfbDtfn/MXDYmsQNJ8SOcWKfPdWcZlIrebUKRX6AHzFlXx8aOvsLsD 8X0w== X-Gm-Message-State: AOAM533sW2VJtAoGQAN6ycUvbuUVykYHbGC3LYFqkBC1B766fUSsPd/2 Tt40W2Jdze8teSl+/FXsMfkAxw== X-Google-Smtp-Source: ABdhPJwq+A+QVglpTziqHL4koIqBX3I1UtJdowjhdQgtQxn7k5zV5CwYJCK4nCnxVgwjv5Q5B1Uiqg== X-Received: by 2002:a05:6214:c45:: with SMTP id r5mr10959331qvj.110.1642540152081; Tue, 18 Jan 2022 13:09:12 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-ec5d-c40e-552f-ed0c.res6.spectrum.com. [2603:6081:7b01:cbda:ec5d:c40e:552f:ed0c]) by smtp.gmail.com with ESMTPSA id r4sm11466394qta.51.2022.01.18.13.09.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jan 2022 13:09:11 -0800 (PST) Date: Tue, 18 Jan 2022 16:09:09 -0500 From: Tom Rini To: Amit Singh Tomar Cc: u-boot@lists.denx.de, andre.przywara@arm.com, manivannan.sadhasivam@linaro.org, joe.hershberger@ni.com, jh80.chung@samsung.com, Amit Singh Tomar Subject: Re: [PATCH v4 2/6] clk: actions: Add SD/MMC clocks Message-ID: <20220118210909.GF2631111@bill-the-cat> References: <20211128113225.3992-1-atomar25opensource@gmail.com> <20211128113225.3992-3-atomar25opensource@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="f8uTbadvzI+nQOZu" Content-Disposition: inline In-Reply-To: <20211128113225.3992-3-atomar25opensource@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --f8uTbadvzI+nQOZu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2021 at 05:02:21PM +0530, Amit Singh Tomar wrote: > From: Amit Singh Tomar >=20 > This commit adds SD/MMC clocks, and provides .set/get_rate callbacks > for SD/MMC device present on Actions OWL S700 SoCs. >=20 > Signed-off-by: Amit Singh Tomar Applied to u-boot/master, thanks! --=20 Tom --f8uTbadvzI+nQOZu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHnLHUACgkQFHw5/5Y0 tywecQv/XkgVKFRy5JkWziCmu/+R9nHKN/R66gmD3tDyLH2iR8KVjzv3TehRWdGS KZETv2mbwOUYIv4OVvPnfo242lcr9yF59gu40mpilQOMOAPYvHvMmleaOySNhKIM U4AeDiU7vz0BCm+ESLu/bXyY+4HwkziSwKDFS2jLxWnytvcGtcz2L+zssrSZU81Y XlrPVvCNl8MnwDxJENnSG2OThXAckMyxjFdfcNm0h0JThfh8EQWWh1DpMWYrUVNE wJivG/wwliDKiWwx2REK+Q/HlaSIiKK5nNCOfyYaMOVu9AnFDgPIhQkqlVv8niBn CbKl5OR9lPEyabuYdRlj0nrFxI5QAT0RInkvt/j8sYS4OlwS46ETcgJ/KSKBH92g YIfQfWKcxnuRyltZv7rRgPVrB3qPdy36iG1VBgmjF8YzeXZU2eC+2r0XSf4XXQ01 ivTtHNMFSwR9CoiiqLj6EAMXYlSZogJODREzGP2Uu9kwbLOU2nNQmCQX2dlpqIVz VF5PnpYo =gjGU -----END PGP SIGNATURE----- --f8uTbadvzI+nQOZu--