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=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 83A01C433DF for ; Thu, 14 May 2020 13:24:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6C5F32073E for ; Thu, 14 May 2020 13:24:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726225AbgENNYI (ORCPT ); Thu, 14 May 2020 09:24:08 -0400 Received: from mail-oi1-f194.google.com ([209.85.167.194]:34500 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726011AbgENNYI (ORCPT ); Thu, 14 May 2020 09:24:08 -0400 Received: by mail-oi1-f194.google.com with SMTP id c12so23507494oic.1; Thu, 14 May 2020 06:24:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sSamf2egw4mSH0QveGzXce+Ec2ZXIVCWEyzE7zx5koo=; b=ufBg/RF2OdkhR5O5PFOlXLoq+pSKv7/3kb0ZgESlTDm+FJnC0FkVZXtcrgiw+740S6 280Tf1Lz44vPOLCIR+1iFiST9oOxO7p7au6KNxtQ9cN1vFkYB6xaPlfbLRJQVhhC53UY usyoBMGwR+etOk0sJuCQGkA/iY2j5d6Rshk8fMUQGqfNr6/MHmyhYR+nXrofaobMJy2f xYZi84t8eOGeBgJEljOUiYbgUPHx+udnV+r1QF0IC/gq2rMC6xb40VF39C8bDGJTC3Nh zPZABkMekGSyQumpzrAY5m8bEtfOnncGa9C0p+YVaI+GhzPYrJD63aHf4nEQXFq77EE7 6gwg== X-Gm-Message-State: AGi0PuZMhhh/jte7hm2F+rXZ7yg70GuOiP1q3wP6ts/GzAeXwdbJ077R K7hDKiCuj1sfgMToOalrAMth06Ck/KrxZTLcf60= X-Google-Smtp-Source: APiQypIRjs+5ZguLChX2CNoHXK9sTuzFIWqm/7PJ80eA/g5b0j1Bj3CFy/GBcv83VDyEJJ+o5z4ZH+rK8ac3DuVbIGQ= X-Received: by 2002:aca:cd93:: with SMTP id d141mr7906712oig.148.1589462647044; Thu, 14 May 2020 06:24:07 -0700 (PDT) MIME-Version: 1.0 References: <20200506120304.31550-1-geert+renesas@glider.be> In-Reply-To: From: Geert Uytterhoeven Date: Thu, 14 May 2020 15:23:55 +0200 Message-ID: Subject: Re: [PATCH] media: i2c: imx219: Drop and To: Dave Stevenson Cc: Mauro Carvalho Chehab , Linux Media Mailing List , linux-clk Content-Type: text/plain; charset="UTF-8" Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Dave On Thu, May 14, 2020 at 3:12 PM Dave Stevenson wrote: > On Wed, 6 May 2020 at 13:03, Geert Uytterhoeven wrote: > > The IMX219 camera driver is not a clock provider, but merely a clock > > consumer, and thus does not need to include and > > . > > > > Signed-off-by: Geert Uytterhoeven > > I'm no expert on the clock frameworks, but that seems logical. > Acked-by: Dave Stevenson Thank you. > The same appears to be true for drivers/media/i2c/ov5640.c unless it's > been fixed since 5.7-rc5. Quite possible: I did a sweep a while ago, and looked at recently introduced offenders, but I may have missed some. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds