From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id 7D1671AF0A9; Thu, 14 Nov 2024 22:37:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731623820; cv=none; b=O1TEiPQcK2YsYOl2mZYUB2InSGknFJzC6nbcKiG6l8AnrrLZrIgMwsswX2CjnpYuf7bpPHjVSYgtkM3DrY+AiwWvlis0NTOJMYigdjreN5uqhlqKM9XRxN/oEcl6kgsLi3W2WPZcum3o/+FS6ZMfkJ1a0e6pw62Cm3cZ/GaMOMQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731623820; c=relaxed/simple; bh=VTJTy1SVJgcODsQdD/PKeY87lX5ByR2rSsdTzLOIK30=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=mjpdrQcYRokWrE7JDDZ4Dc23GZ4fMS5JO33V7V1b50EE9YV2wkV6/Wsq0Hk4YyHhVUjwx1No+jm4tvwrLA0qJV6S6NwR/iOml/YBJfDJRGPQm0gYkoGuK88fdLj3be4CTisg71lQeBZl4I3JUOfyu6+MTnyg1Chtn6ukFQQRlpA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nq9Uz+mu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nq9Uz+mu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ECDD0C4CECD; Thu, 14 Nov 2024 22:36:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1731623820; bh=VTJTy1SVJgcODsQdD/PKeY87lX5ByR2rSsdTzLOIK30=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=nq9Uz+muqdSCjDBuI8FNwr/KYlKc2NxlES+UX0++X83CjH1uUCPRejvDuKbexNklW SuleOVZY5YZvcbFKlAOzYvnSrZgUpw9RF5zTLNJ76mL5HK3eZXCeDTsK9Z29t4orlY zoH8oyKjc3dUG4sn8cVfbmmZ1tvdkTe4yH9FnNBHE0s8G90WNlMvrv8TGmkfGFyFDi 4Ku28jmOncHaYEIGoeChuoqSvBeKmbq6iMH+WPMCtZqp9EEk90KT3g6p1WMWiO512u C97DpdB3b+lzouGILrlAyUIIXJAvXjBJH36StHILNeu2kpy23ylHIqZ3IdRcMpW84c b6Y8YXGrfhX7w== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20241104-pxa1908-lkml-v13-4-e050609b8d6c@skole.hr> References: <20241104-pxa1908-lkml-v13-0-e050609b8d6c@skole.hr> <20241104-pxa1908-lkml-v13-4-e050609b8d6c@skole.hr> Subject: Re: [PATCH RESEND v13 04/12] dt-bindings: clock: Add Marvell PXA1908 clock bindings From: Stephen Boyd Cc: phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, Karel Balej , David Wronek , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Conor Dooley To: Catalin Marinas , Conor Dooley , Duje =?utf-8?q?Mihanovi=C4=87?= , Duje =?utf-8?q?Mihanovi=C4=87?= via B4 Relay , Haojian Zhuang , Krzysztof Kozlowski , Linus Walleij , Lubomir Rintel , Michael Turquette , Rob Herring , Rob Herring , Tony Lindgren , Will Deacon Date: Thu, 14 Nov 2024 14:36:58 -0800 User-Agent: alot/0.12.dev1+gaa8c22fdeedb Quoting Duje Mihanovi=C4=87 via B4 Relay (2024-11-04 08:37:06) > From: Duje Mihanovi=C4=87 >=20 > Add dt bindings and documentation for the Marvell PXA1908 clock > controller. >=20 > Reviewed-by: Conor Dooley > Reviewed-by: Stephen Boyd > Signed-off-by: Duje Mihanovi=C4=87 > --- Applied to clk-next