* [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
[not found] <20220707065800.261269-1-william.zhang@broadcom.com>
@ 2022-07-07 6:57 ` William Zhang
2022-07-07 16:25 ` Florian Fainelli
2022-07-08 21:10 ` Florian Fainelli
0 siblings, 2 replies; 3+ messages in thread
From: William Zhang @ 2022-07-07 6:57 UTC (permalink / raw)
To: Linux ARM List, Broadcom Kernel List
Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
William Zhang, Vinod Koul, Al Cooper, Cai Huoqing,
Kishon Vijay Abraham I, Rafał Miłecki, linux-kernel,
linux-phy
[-- Attachment #1.1: Type: text/plain, Size: 793 bytes --]
Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
PHY_BRCM_SATA depending on ARCH_BCMBCA.
Signed-off-by: William Zhang <william.zhang@broadcom.com>
Acked-by: Vinod Koul <vkoul@kernel.org>
---
drivers/phy/broadcom/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig
index 849c4204f550..93a6a8ee4716 100644
--- a/drivers/phy/broadcom/Kconfig
+++ b/drivers/phy/broadcom/Kconfig
@@ -83,7 +83,7 @@ config PHY_NS2_USB_DRD
config PHY_BRCM_SATA
tristate "Broadcom SATA PHY driver"
depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \
- ARCH_BCM_63XX || COMPILE_TEST
+ ARCH_BCMBCA || COMPILE_TEST
depends on OF
select GENERIC_PHY
default ARCH_BCM_IPROC
--
2.34.1
[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]
[-- Attachment #2: Type: text/plain, Size: 112 bytes --]
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
2022-07-07 6:57 ` [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
@ 2022-07-07 16:25 ` Florian Fainelli
2022-07-08 21:10 ` Florian Fainelli
1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:25 UTC (permalink / raw)
To: William Zhang, Linux ARM List, Broadcom Kernel List
Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
Vinod Koul, Al Cooper, Cai Huoqing, Kishon Vijay Abraham I,
Rafał Miłecki, linux-kernel, linux-phy
On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> PHY_BRCM_SATA depending on ARCH_BCMBCA.
>
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Vinod Koul <vkoul@kernel.org>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
There is no cover letter for this 8 patch series :/ it is not clear to
me whether each subsystem maintainer will be in a position to merge
these patches individually, yet still have all 8 (7 of them actually,
see comment to patch 1) land in 5.20.
Alternatively, we can merge these patches through the Broadcom ARM SoC
pull request(s) to ensure they all land at the same time.
--
Florian
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
2022-07-07 6:57 ` [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
2022-07-07 16:25 ` Florian Fainelli
@ 2022-07-08 21:10 ` Florian Fainelli
1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:10 UTC (permalink / raw)
To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, Vinod Koul,
Al Cooper, Cai Huoqing, Kishon Vijay Abraham I,
Rafał Miłecki, linux-kernel, linux-phy
On Wed, 6 Jul 2022 23:57:57 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> PHY_BRCM_SATA depending on ARCH_BCMBCA.
>
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Vinod Koul <vkoul@kernel.org>
> ---
Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-08 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20220707065800.261269-1-william.zhang@broadcom.com>
2022-07-07 6:57 ` [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
2022-07-07 16:25 ` Florian Fainelli
2022-07-08 21:10 ` Florian Fainelli
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).