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 4884AC433EF for ; Wed, 20 Jul 2022 15:10:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232220AbiGTPKK (ORCPT ); Wed, 20 Jul 2022 11:10:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233075AbiGTPKJ (ORCPT ); Wed, 20 Jul 2022 11:10:09 -0400 Received: from vern.gendns.com (vern.gendns.com [98.142.107.122]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 322EB289; Wed, 20 Jul 2022 08:10:05 -0700 (PDT) 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:From:References:Cc:To:Subject:MIME-Version:Date:Message-ID: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=3KSfFl2VG3+nl2ie2xVTPjp2f54MPugBn50jpJsYfJo=; b=XObB/kq1bhuNwm1c6HUL6FB8sh z8rOB1C7g4wZvj07laYvfxG2DY2MnojaeTKNmXxzVbcyqeE9V5FZ2kK0YthxP0PYejXXSdrhF1+ro hyD1vCQrSq4uXqske8gw5pvlYmf8VDTFLCNO/rBXYYE67bEC9QWnzllLhAgXdwipIlWxGIne6GdWj vHs6DqZ0ZZCA8LribtVf1kBTnsEVzd1MOXLbVvlBdFyotRYcyFhfvUUq3vC3QG9wG2OY3AsVOlBx1 /35s2vkVSpHfXA+G9WpE0gW0l0eQ7cknirPF7GgVOKO4q2j+CRqavBJYBCjuFkfaju/xMjUabCkoJ khIejlHA==; Received: from [2600:1700:4830:1658::fb2] (port=48190) by vern.gendns.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oEBCJ-0002vx-FK; Wed, 20 Jul 2022 11:01:19 -0400 Message-ID: <0e63b732-57ba-e7b3-3b2e-1e75bebba7d2@lechnology.com> Date: Wed, 20 Jul 2022 10:01:17 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH] MAINTAINERS: add header file to TI DAVINCI SERIES CLOCK DRIVER Content-Language: en-US To: Lukas Bulwahn , Sekhar Nori , Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220720110026.9173-1-lukas.bulwahn@gmail.com> From: David Lechner In-Reply-To: <20220720110026.9173-1-lukas.bulwahn@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed 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: Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 7/20/22 6:00 AM, Lukas Bulwahn wrote: > While creating a patch submission on the davinci clock drivers, I noticed > that the header file include/linux/clk/davinci.h belongs to the section > TI DAVINCI SERIES CLOCK DRIVER. > > Add a file entry for this header file in TI DAVINCI SERIES CLOCK DRIVER. > > Signed-off-by: Lukas Bulwahn > --- Reviewed-by: David Lechner