All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Florian Fainelli <f.fainelli@gmail.com>,
	Stefan Wahren <stefan.wahren@i2se.com>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	Lee Jones <lee.jones@linaro.org>
Cc: Peter Robinson <pbrobinson@gmail.com>,
	Melissa Wen <melissa.srw@gmail.com>,
	Phil Elwell <phil@raspberrypi.com>,
	bcm-kernel-feedback-list@broadcom.com,
	Maxime Ripard <maxime@cerno.tech>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V3 00/11] soc: bcm2835-power: Prepare BCM2711 V3D support
Date: Wed, 22 Jun 2022 19:02:49 -0700	[thread overview]
Message-ID: <b45bf51c-cb34-b15b-d8ef-db9b409a8130@gmail.com> (raw)
In-Reply-To: <da127e9e-c79c-2a92-02c8-82811dfe44b0@broadcom.com>



On 6/15/2022 10:38 AM, Florian Fainelli wrote:
> On 6/8/22 02:27, Florian Fainelli wrote:
>>
>>
>> On 6/7/2022 10:42 PM, Stefan Wahren wrote:
>>> This series is a split out of version 4 - Raspberry PI 4 V3D 
>>> enablement send
>>> by Peter Robinson [1]. It attempts to enable BCM2711 V3D support for the
>>> power management driver. It's a rework of the less controversial changes
>>> (excluding V3D GPU driver changes) so this can be reviewed and 
>>> applied faster.
>>
>> Lee, can I get your Ack so I can take all of these patches through the 
>> Broadcom ARM SoC pull requests for v5.20?
> 
> We still have some time, but can I get an Ack from you Lee in order to 
> take these patches through the Broadcom ARM SoC pull request for v5.20? 
> Thank you

Lee, can you please review and Ack the MFD patches so we have a shot at 
getting this into v5.20? Thank you
-- 
Florian

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: Florian Fainelli <f.fainelli@gmail.com>,
	Stefan Wahren <stefan.wahren@i2se.com>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	Lee Jones <lee.jones@linaro.org>
Cc: Peter Robinson <pbrobinson@gmail.com>,
	Melissa Wen <melissa.srw@gmail.com>,
	Phil Elwell <phil@raspberrypi.com>,
	bcm-kernel-feedback-list@broadcom.com,
	Maxime Ripard <maxime@cerno.tech>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V3 00/11] soc: bcm2835-power: Prepare BCM2711 V3D support
Date: Wed, 22 Jun 2022 19:02:49 -0700	[thread overview]
Message-ID: <b45bf51c-cb34-b15b-d8ef-db9b409a8130@gmail.com> (raw)
In-Reply-To: <da127e9e-c79c-2a92-02c8-82811dfe44b0@broadcom.com>



On 6/15/2022 10:38 AM, Florian Fainelli wrote:
> On 6/8/22 02:27, Florian Fainelli wrote:
>>
>>
>> On 6/7/2022 10:42 PM, Stefan Wahren wrote:
>>> This series is a split out of version 4 - Raspberry PI 4 V3D 
>>> enablement send
>>> by Peter Robinson [1]. It attempts to enable BCM2711 V3D support for the
>>> power management driver. It's a rework of the less controversial changes
>>> (excluding V3D GPU driver changes) so this can be reviewed and 
>>> applied faster.
>>
>> Lee, can I get your Ack so I can take all of these patches through the 
>> Broadcom ARM SoC pull requests for v5.20?
> 
> We still have some time, but can I get an Ack from you Lee in order to 
> take these patches through the Broadcom ARM SoC pull request for v5.20? 
> Thank you

Lee, can you please review and Ack the MFD patches so we have a shot at 
getting this into v5.20? Thank you
-- 
Florian

  reply	other threads:[~2022-06-23  2:17 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07 20:42 [PATCH V3 00/11] soc: bcm2835-power: Prepare BCM2711 V3D support Stefan Wahren
2022-06-07 20:42 ` Stefan Wahren
2022-06-07 20:42 ` [PATCH V3 01/11] dt-bindings: soc: bcm: bcm2835-pm: Convert bindings to DT schema Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-07 20:42 ` [PATCH V3 02/11] dt-bindings: soc: bcm: bcm2835-pm: Introduce reg-names Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-07 20:42 ` [PATCH V3 03/11] dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711 Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-09 20:42   ` Rob Herring
2022-06-09 20:42     ` Rob Herring
2022-06-07 20:42 ` [PATCH V3 04/11] ARM: dts: bcm2835/bcm2711: Introduce reg-names in watchdog node Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-07 20:42 ` [PATCH V3 05/11] ARM: dts: bcm2711: Use proper compatible in PM/Watchdog node Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-07 20:42 ` [PATCH V3 06/11] mfd: bcm2835-pm: Use 'reg-names' to get resources Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-23  8:27   ` Lee Jones
2022-06-23  8:27     ` Lee Jones
2022-06-07 20:42 ` [PATCH V3 07/11] mfd: bcm2835-pm: Add support for BCM2711 Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-23  8:41   ` Lee Jones
2022-06-23  8:41     ` Lee Jones
2022-06-07 20:42 ` [PATCH V3 08/11] soc: bcm: bcm2835-power: Refactor ASB control Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-07 20:42 ` [PATCH V3 09/11] soc: bcm: bcm2835-power: Resolve ASB register macros Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-07 20:42 ` [PATCH V3 10/11] soc: bcm: bcm2835-power: Add support for BCM2711's RPiVid ASB Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-07 20:42 ` [PATCH V3 11/11] soc: bcm: bcm2835-power: Bypass power_on/off() calls Stefan Wahren
2022-06-07 20:42   ` Stefan Wahren
2022-06-08  9:27 ` [PATCH V3 00/11] soc: bcm2835-power: Prepare BCM2711 V3D support Florian Fainelli
2022-06-08  9:27   ` Florian Fainelli
2022-06-15 17:38   ` Florian Fainelli
2022-06-15 17:38     ` Florian Fainelli
2022-06-23  2:02     ` Florian Fainelli [this message]
2022-06-23  2:02       ` Florian Fainelli

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=b45bf51c-cb34-b15b-d8ef-db9b409a8130@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=maxime@cerno.tech \
    --cc=melissa.srw@gmail.com \
    --cc=pbrobinson@gmail.com \
    --cc=phil@raspberrypi.com \
    --cc=rjui@broadcom.com \
    --cc=sbranden@broadcom.com \
    --cc=stefan.wahren@i2se.com \
    /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.