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=-0.6 required=3.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIM_INVALID, URIBL_BLOCKED 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 90BEAC6778C for ; Fri, 6 Jul 2018 17:41:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3F6DA23C4E for ; Fri, 6 Jul 2018 17:41:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lechnology.com header.i=@lechnology.com header.b="HGWP3wh5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3F6DA23C4E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lechnology.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934191AbeGFRlj (ORCPT ); Fri, 6 Jul 2018 13:41:39 -0400 Received: from vern.gendns.com ([206.190.152.46]:49769 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933708AbeGFRlh (ORCPT ); Fri, 6 Jul 2018 13:41:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=WEy4J7kCZdfiZdIG0Ex/JB1JxfptPzZJDHfSvc30i04=; b=HGWP3wh5Xu782gqAl5/3cJiQDD JYpKTsGsjUQcLykpNwS3n4Ak6fatOl3VbDXIRmQLmp2WlBTkq7ktWhHTL9oXiZquny8dmPt1T/bhF zSv1w6Hg9xzHFc1Q12SHlz5CGF3Ydq9bhUaSVYz2IcADFMaxr0S5zdsIR8W3jm9441bzsq4DtspDw 4ZRBJ9l1v/eIb+Sgj6oDK3+apxutk3NUneZKc6IkfS7Cu+LZIT9Iudg3O8EG4/sYfjMhD6awqY57V M80MHVIXN4GRSf+nevxOLH/KPdGm420klKe27ZXVMMB7RjsplWXHt0EMj7urdeCO3ZprpThIWcyOD 0bhdrKqg==; Received: from 108-198-5-147.lightspeed.okcbok.sbcglobal.net ([108.198.5.147]:36672 helo=[192.168.0.134]) by vern.gendns.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fbUjg-00BNLR-A8; Fri, 06 Jul 2018 13:41:36 -0400 Subject: Re: [PATCH v3 05/13] clk: davinci: psc-da830: add a lookup entry for aemif clock To: Bartosz Golaszewski , Sekhar Nori , Kevin Hilman , Russell King , Michael Turquette , Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Bartosz Golaszewski References: <20180628095748.4462-1-brgl@bgdev.pl> <20180628095748.4462-6-brgl@bgdev.pl> From: David Lechner Message-ID: <0160fde6-51af-aa3e-81cb-a73ae56f35b3@lechnology.com> Date: Fri, 6 Jul 2018 12:41:34 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180628095748.4462-6-brgl@bgdev.pl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/28/2018 04:57 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > We want to use the ti-aemif platform driver for da830-evm. To make it > work we need a lookup entry for the aemif clock. > > Signed-off-by: Bartosz Golaszewski > Reviewed-by: David Lechner > --- Applied to clk-davinci-4.19. Thanks.