All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: "Catalin Marinas" <catalin.marinas@arm.com>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Duje Mihanović" <duje.mihanovic@skole.hr>,
	"Duje Mihanović via B4 Relay"
	<devnull+duje.mihanovic.skole.hr@kernel.org>,
	"Haojian Zhuang" <haojian.zhuang@linaro.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Lubomir Rintel" <lkundrak@v3.sk>,
	"Michael Turquette" <mturquette@baylibre.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	"Tony Lindgren" <tony@atomide.com>,
	"Will Deacon" <will@kernel.org>
Cc: phone-devel@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht,
	Karel Balej <balejk@matfyz.cz>,
	David Wronek <david@mainlining.org>,
	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
Subject: Re: [PATCH RESEND v13 06/12] clk: mmp: Add Marvell PXA1908 APBCP driver
Date: Thu, 14 Nov 2024 14:37:14 -0800	[thread overview]
Message-ID: <d3768c0f91a324330051ae8f7f265e04.sboyd@kernel.org> (raw)
In-Reply-To: <20241104-pxa1908-lkml-v13-6-e050609b8d6c@skole.hr>

Quoting Duje Mihanović via B4 Relay (2024-11-04 08:37:08)
> From: Duje Mihanović <duje.mihanovic@skole.hr>
> 
> Add driver for the APBCP controller block found on Marvell's PXA1908
> SoC.
> 
> Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
> ---

Applied to clk-next


  reply	other threads:[~2024-11-14 22:40 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-04 16:37 [PATCH RESEND v13 00/12] Initial Marvell PXA1908 support Duje Mihanović
2024-11-04 16:37 ` Duje Mihanović via B4 Relay
2024-11-04 16:37 ` [PATCH RESEND v13 01/12] clk: mmp: Switch to use struct u32_fract instead of custom one Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-14 22:36   ` Stephen Boyd
2024-11-04 16:37 ` [PATCH RESEND v13 02/12] dt-bindings: pinctrl: pinctrl-single: add marvell,pxa1908-padconf compatible Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-08  8:31   ` Linus Walleij
2024-11-04 16:37 ` [PATCH RESEND v13 03/12] pinctrl: single: " Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-08  8:32   ` Linus Walleij
2024-11-04 16:37 ` [PATCH RESEND v13 04/12] dt-bindings: clock: Add Marvell PXA1908 clock bindings Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-14 22:36   ` Stephen Boyd
2024-11-04 16:37 ` [PATCH RESEND v13 05/12] clk: mmp: Add Marvell PXA1908 APBC driver Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-14 22:37   ` Stephen Boyd
2024-11-04 16:37 ` [PATCH RESEND v13 06/12] clk: mmp: Add Marvell PXA1908 APBCP driver Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-14 22:37   ` Stephen Boyd [this message]
2024-11-04 16:37 ` [PATCH RESEND v13 07/12] clk: mmp: Add Marvell PXA1908 APMU driver Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-14 22:37   ` Stephen Boyd
2024-11-04 16:37 ` [PATCH RESEND v13 08/12] clk: mmp: Add Marvell PXA1908 MPMU driver Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-14 22:37   ` Stephen Boyd
2024-11-04 16:37 ` [PATCH RESEND v13 09/12] dt-bindings: marvell: Document PXA1908 SoC and samsung,coreprimevelte Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-04 16:37 ` [PATCH RESEND v13 10/12] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-05  3:46   ` kernel test robot
2024-11-04 16:37 ` [PATCH RESEND v13 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-04 16:37 ` [PATCH RESEND v13 12/12] MAINTAINERS: add myself as Marvell PXA1908 maintainer Duje Mihanović
2024-11-04 16:37   ` Duje Mihanović via B4 Relay
2024-11-05 13:11 ` [PATCH RESEND v13 00/12] Initial Marvell PXA1908 support Rob Herring (Arm)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d3768c0f91a324330051ae8f7f265e04.sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=balejk@matfyz.cz \
    --cc=catalin.marinas@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=david@mainlining.org \
    --cc=devicetree@vger.kernel.org \
    --cc=devnull+duje.mihanovic.skole.hr@kernel.org \
    --cc=duje.mihanovic@skole.hr \
    --cc=haojian.zhuang@linaro.org \
    --cc=krzk+dt@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkundrak@v3.sk \
    --cc=mturquette@baylibre.com \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=tony@atomide.com \
    --cc=will@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.