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 462FEC433F5 for ; Sat, 12 Mar 2022 08:23:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231201AbiCLIYN (ORCPT ); Sat, 12 Mar 2022 03:24:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229967AbiCLIYM (ORCPT ); Sat, 12 Mar 2022 03:24:12 -0500 X-Greylist: delayed 512 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sat, 12 Mar 2022 00:23:05 PST Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 939CB1EB; Sat, 12 Mar 2022 00:23:05 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id B3BFA80B3; Sat, 12 Mar 2022 08:13:03 +0000 (UTC) Date: Sat, 12 Mar 2022 10:14:31 +0200 From: Tony Lindgren To: Janusz Krzysztofik Cc: Paul Walmsley , Aaro Koskinen , Alan Stern , Greg Kroah-Hartman , Helge Deller , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [RFC RFT PATCH 0/4] ARM: OMAP1: clock: Convert to CCF Message-ID: References: <20220310233307.99220-1-jmkrzyszt@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220310233307.99220-1-jmkrzyszt@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org * Janusz Krzysztofik [220310 23:32]: > The main motivation behind this series is planned resurection of OMAP1 > camera driver. Since OMAP1 clock internals have never been visible to > drivers, that driver used to use v4l2-clk to expose a pixel clock for a > sensor. The v4l2-clk code has been recently depreciated and removed from > the media subtree, hence the need for an alternative solution. Nice :) This will also help Arnd with building multi-v5 kernels. Regards, Tony