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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 E2FD7C4360C for ; Thu, 26 Sep 2019 14:13:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AC951222C3 for ; Thu, 26 Sep 2019 14:13:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569507205; bh=L9sqmxmZVdcx8vOS5ZyZv6SpvbDn3Ra9LEvdgJUpYL8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=QIlke7xpXSoVzs7cmls4swzCi7+gZYDz2bwzMwrj1aA2fudDVhQNddqcnXxxvBnN3 IocNnJ/FSdTIYwB9Hcv1MRliigb1hHRuu90wDwOuCEKcTWFgBrsto0FcJSp8HSq1jQ JNlNfokMkNdKoLtnOBmGd5ei7xZ924q6Jthfpx6I= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727132AbfIZONZ (ORCPT ); Thu, 26 Sep 2019 10:13:25 -0400 Received: from mail-wm1-f67.google.com ([209.85.128.67]:39572 "EHLO mail-wm1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726500AbfIZONY (ORCPT ); Thu, 26 Sep 2019 10:13:24 -0400 Received: by mail-wm1-f67.google.com with SMTP id v17so2753853wml.4; Thu, 26 Sep 2019 07:13:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=hBZ8CcivE1NYUxc5O3ZPMVIRE/wsSIlTMNpDwyj/BXg=; b=IEvvVf363u2geGo2S9jgMBQ+X78E5PxplaUygSnwwX9IKYFKkpxMu2VR10bZE6PJyT uF5BdQYKIXM7w1st/HEkeVUpBa/vmMm8/iIZymztHgHIQsW5YoYuiYUjh5QmUZVAKhRH ir2CwBtSH7qoGNZq5N+TGkeYcGpqyIarPWVU2V8jKhGdajYRMLNsUO4VMNKYxmDJR5Tu yoiy6SVRlnG2PFyVlbbQS83l4WCN19H5/76+1AN2W8A3f8ZTeaj/L88KCujMIM70YQUw mo96wVatsSsNFW8HeZtOL1IAlaKClyORbWZ+b0bblDQ+0r2yUxfH0Z2h+QuhjMU4ufd9 NvTQ== X-Gm-Message-State: APjAAAVt495lbWjUEGdB42EnwvJ4qkMTVlP9Utp2zHnYaBL6OF/bRa0G y0Gh+Qhecbq84/qPbmJV+d7McQs0 X-Google-Smtp-Source: APXvYqwFGmBsmHkzm5BSclLX9I0aHlju/5ZEtE1O/WmLwArVHDoSrkBS7RuTKuyW+Dop4GgKC7Wfrg== X-Received: by 2002:a1c:9dc1:: with SMTP id g184mr3132920wme.77.1569507200896; Thu, 26 Sep 2019 07:13:20 -0700 (PDT) Received: from pi3 ([194.230.155.145]) by smtp.googlemail.com with ESMTPSA id h63sm4348246wmf.15.2019.09.26.07.13.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Sep 2019 07:13:20 -0700 (PDT) Date: Thu, 26 Sep 2019 16:13:17 +0200 From: Krzysztof Kozlowski To: Marek Szyprowski Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Rob Herring , Mark Rutland , Mark Brown , Sylwester Nawrocki , Liam Girdwood , Maciej Falkowski Subject: Re: [PATCH v2] ASoC: samsung: i2s: Document clocks macros Message-ID: <20190926141317.GA16044@pi3> References: <20190926110219.6144-1-m.szyprowski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190926110219.6144-1-m.szyprowski@samsung.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 26, 2019 at 01:02:19PM +0200, Marek Szyprowski wrote: > From: Maciej Falkowski > > Document clocks macros with their description > from 'Documentation/devicetree/bindings/sound/samsung-i2s.txt' > > Signed-off-by: Maciej Falkowski > Signed-off-by: Marek Szyprowski > --- > v2: > - Added proper commit message and description > - Moved comments to the right side > > Best regards, > Maciej Falkowski Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof