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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8E0CEC3F2D4 for ; Tue, 14 Jun 2022 20:33:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 732CDC341D6; Tue, 14 Jun 2022 20:33:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5CD82C341CC; Tue, 14 Jun 2022 20:33:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655238815; bh=RsyNaNOMbVj7WSN45uBOIfJrN/8NTksNE8g8WjMsaJ4=; h=Subject:From:Date:References:In-Reply-To:To:List-Id:Cc:From; b=HvaxucTUo4kjSBkT8q/TtM+Sw8aw9T3q/G4Jqpm4KAelJqzLMF3tNUXZV3CHOxmSF asne1dFwtnv07wBtv93V42kO784wBRaeiMLiDB4bIvToYuoMcxzXQhqm/iZqHUAJlj IczSuzssVi4346IzgwlwC0D12kV9SkVr7thf4ngDnaoIWRJ7JG8Ra4HPRT6SC4yyDg 36VdaVX+7S0FRIjtAY4bJRzw0QjBvB+RogOiwOUVcn4KmHGmNmTmaPA9zOts/VWCME m77zCn4uxrl95DUwJYKhhTQFeAUW2dJUR+PlFThM0TbtoorYaKjAYkLRIwAHMeYfgm hkXzpf73Vbhqg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 31F4FE73873; Tue, 14 Jun 2022 20:33:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/2] ARM: OMAP1: clock: Convert to CCF From: patchwork-bot+linux-soc@kernel.org Message-Id: <165523881520.29335.6013852106417155245.git-patchwork-notify@kernel.org> Date: Tue, 14 Jun 2022 20:33:35 +0000 References: <20220603185826.3747697-1-arnd@kernel.org> In-Reply-To: <20220603185826.3747697-1-arnd@kernel.org> To: Arnd Bergmann List-Id: Cc: soc@kernel.org Hello: This series was applied to soc/soc.git (arm/fixes) by Arnd Bergmann : On Fri, 3 Jun 2022 20:58:25 +0200 you wrote: > From: Janusz Krzysztofik > > OMAP1 still uses its own implementation of standard clock API defined in > include/linux/clk.h. Internals of that implementation are not visible > outside OMAP1 directory. As a consequence, device drivers are not able to > register clocks potentially provided by peripheral devices. > > [...] Here is the summary with links: - [1/2] ARM: OMAP1: clock: Convert to CCF https://git.kernel.org/soc/soc/c/c73b9099da4f - [2/2] ARM: omap1: enable multiplatform https://git.kernel.org/soc/soc/c/7036440eab3e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html