linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Mark Brown <broonie@kernel.org>, Florian Fainelli <f.fainelli@gmail.com>
Cc: bcm-kernel-feedback-list@broadcom.com,
	William Zhang <william.zhang@broadcom.com>,
	Linux ARM List <linux-arm-kernel@lists.infradead.org>,
	anand.gore@broadcom.com, dan.beygelman@broadcom.com,
	kursad.oney@broadcom.com, joel.peshkin@broadcom.com,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org
Subject: Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
Date: Mon, 11 Jul 2022 09:04:39 -0700	[thread overview]
Message-ID: <ce3f1df4-6919-e666-a8d0-a856e5d7bc3b@gmail.com> (raw)
In-Reply-To: <Ysv/PNJzSEwRnQVI@sirena.org.uk>

On 7/11/22 03:45, Mark Brown wrote:
> On Sun, Jul 10, 2022 at 07:11:31PM -0700, Florian Fainelli wrote:
>> On Wed,  6 Jul 2022 23:57:58 -0700, William Zhang <william.zhang@broadcom.com> wrote:
>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>> SPI_BCM63XX_HSSPI depending on ARCH_BCMBCA.
> 
>> Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
> 
> I was rather hoping for an answer on what the situation with
> dependencies was here...

Each patch is independent from one another and there are not 
dependencies on the Broadcom arm-soc tree(s) other than for 
CONFIG_ARCH_BCMBCA which was introduced with v5.19 with 
b32c613b3fda3e1c26119609f1ad6b19178f82f5. That said, I prefer to take 
all patches via the Broadcom arm-soc tree(s) to ensure a timely 
inclusion for our upcoming v5.20 pull request, and ensure that all 
drivers are converted in one release cycle.

If you want to give me your Acked-by or that I drop this and take it via 
the spi tree, please let me know.

Thanks!
-- 
Florian

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

  reply	other threads:[~2022-07-11 16:06 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07  6:57 [RESEND PATCH 1/8] ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
2022-07-07  6:57 ` [RESEND PATCH 2/8] ata: ahci_brcm: " William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-08 21:09   ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 3/8] hwrng: bcm2835: " William Zhang
2022-07-07 16:23   ` Florian Fainelli
2022-07-07 17:05     ` William Zhang
2022-07-07 17:16       ` Conor.Dooley
2022-07-07 18:18         ` William Zhang
2022-07-08  3:49           ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 4/8] clk: bcm: " William Zhang
2022-07-07 16:23   ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-30  1:03   ` Stephen Boyd
2022-07-07  6:57 ` [RESEND PATCH 5/8] i2c: brcmstb: " William Zhang
2022-07-07 16:24   ` Florian Fainelli
2022-07-07 20:52     ` Wolfram Sang
2022-07-08 21:09   ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 6/8] phy: brcm-sata: " William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-08 21:10   ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 7/8] spi: bcm63xx-hsspi: " William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-11 10:45     ` Mark Brown
2022-07-11 16:04       ` Florian Fainelli [this message]
2022-07-11 16:09         ` Mark Brown
2022-07-13 16:11           ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 8/8] tty: serial: bcm63xx: " William Zhang
2022-07-07 16:26   ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-07 16:22 ` [RESEND PATCH 1/8] ARM: debug: " Florian Fainelli
2022-07-08 21:08 ` Florian Fainelli
2022-07-13 15:39 ` Rafał Miłecki
2022-07-13 16:10   ` Florian Fainelli
2022-07-13 20:19     ` Rafał Miłecki

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=ce3f1df4-6919-e666-a8d0-a856e5d7bc3b@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=anand.gore@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=broonie@kernel.org \
    --cc=dan.beygelman@broadcom.com \
    --cc=joel.peshkin@broadcom.com \
    --cc=kursad.oney@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=william.zhang@broadcom.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).