All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Zhang <william.zhang@broadcom.com>
To: Linux ARM List <linux-arm-kernel@lists.infradead.org>,
	Broadcom Kernel List <bcm-kernel-feedback-list@broadcom.com>
Cc: anand.gore@broadcom.com, dan.beygelman@broadcom.com,
	kursad.oney@broadcom.com, joel.peshkin@broadcom.com,
	f.fainelli@gmail.com,
	"William Zhang" <william.zhang@broadcom.com>,
	"Vinod Koul" <vkoul@kernel.org>,
	"Al Cooper" <alcooperx@gmail.com>,
	"Cai Huoqing" <cai.huoqing@linux.dev>,
	"Kishon Vijay Abraham I" <kishon@ti.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org
Subject: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
Date: Wed,  6 Jul 2022 23:57:57 -0700	[thread overview]
Message-ID: <20220707065800.261269-6-william.zhang@broadcom.com> (raw)
In-Reply-To: <20220707065800.261269-1-william.zhang@broadcom.com>

[-- Attachment #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 #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: William Zhang <william.zhang@broadcom.com>
To: Linux ARM List <linux-arm-kernel@lists.infradead.org>,
	Broadcom Kernel List <bcm-kernel-feedback-list@broadcom.com>
Cc: anand.gore@broadcom.com, dan.beygelman@broadcom.com,
	kursad.oney@broadcom.com, joel.peshkin@broadcom.com,
	f.fainelli@gmail.com,
	"William Zhang" <william.zhang@broadcom.com>,
	"Vinod Koul" <vkoul@kernel.org>,
	"Al Cooper" <alcooperx@gmail.com>,
	"Cai Huoqing" <cai.huoqing@linux.dev>,
	"Kishon Vijay Abraham I" <kishon@ti.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org
Subject: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
Date: Wed,  6 Jul 2022 23:57:57 -0700	[thread overview]
Message-ID: <20220707065800.261269-6-william.zhang@broadcom.com> (raw)
In-Reply-To: <20220707065800.261269-1-william.zhang@broadcom.com>


[-- 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: 176 bytes --]

_______________________________________________
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: William Zhang <william.zhang@broadcom.com>
To: Linux ARM List <linux-arm-kernel@lists.infradead.org>,
	Broadcom Kernel List <bcm-kernel-feedback-list@broadcom.com>
Cc: anand.gore@broadcom.com, dan.beygelman@broadcom.com,
	kursad.oney@broadcom.com, joel.peshkin@broadcom.com,
	f.fainelli@gmail.com,
	"William Zhang" <william.zhang@broadcom.com>,
	"Vinod Koul" <vkoul@kernel.org>,
	"Al Cooper" <alcooperx@gmail.com>,
	"Cai Huoqing" <cai.huoqing@linux.dev>,
	"Kishon Vijay Abraham I" <kishon@ti.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org
Subject: [RESEND PATCH 6/8] phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
Date: Wed,  6 Jul 2022 23:57:57 -0700	[thread overview]
Message-ID: <20220707065800.261269-6-william.zhang@broadcom.com> (raw)
In-Reply-To: <20220707065800.261269-1-william.zhang@broadcom.com>


[-- 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

  parent reply	other threads:[~2022-07-07  6:59 UTC|newest]

Thread overview: 77+ 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 ` William Zhang
2022-07-07  6:57 ` [RESEND PATCH 2/8] ata: ahci_brcm: " William Zhang
2022-07-07  6:57   ` William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-07 16:25     ` Florian Fainelli
2022-07-08 21:09   ` 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  6:57   ` William Zhang
2022-07-07 16:23   ` Florian Fainelli
2022-07-07 16:23     ` Florian Fainelli
2022-07-07 17:05     ` William Zhang
2022-07-07 17:05       ` William Zhang
2022-07-07 17:16       ` Conor.Dooley
2022-07-07 17:16         ` Conor.Dooley
2022-07-07 18:18         ` William Zhang
2022-07-07 18:18           ` William Zhang
2022-07-08  3:49           ` Florian Fainelli
2022-07-08  3:49             ` Florian Fainelli
2022-07-11  2:11   ` 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  6:57   ` William Zhang
2022-07-07 16:23   ` Florian Fainelli
2022-07-07 16:23     ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-11  2:11     ` Florian Fainelli
2022-07-30  1:03   ` Stephen Boyd
2022-07-30  1:03     ` Stephen Boyd
2022-07-07  6:57 ` [RESEND PATCH 5/8] i2c: brcmstb: " William Zhang
2022-07-07  6:57   ` William Zhang
2022-07-07 16:24   ` Florian Fainelli
2022-07-07 16:24     ` Florian Fainelli
2022-07-07 20:52     ` Wolfram Sang
2022-07-07 20:52       ` Wolfram Sang
2022-07-08 21:09   ` Florian Fainelli
2022-07-08 21:09     ` Florian Fainelli
2022-07-07  6:57 ` William Zhang [this message]
2022-07-07  6:57   ` [RESEND PATCH 6/8] phy: brcm-sata: " William Zhang
2022-07-07  6:57   ` William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-07 16:25     ` Florian Fainelli
2022-07-07 16:25     ` Florian Fainelli
2022-07-08 21:10   ` Florian Fainelli
2022-07-08 21:10     ` 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  6:57   ` William Zhang
2022-07-07 16:25   ` Florian Fainelli
2022-07-07 16:25     ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-11  2:11     ` Florian Fainelli
2022-07-11 10:45     ` Mark Brown
2022-07-11 10:45       ` Mark Brown
2022-07-11 16:04       ` Florian Fainelli
2022-07-11 16:04         ` Florian Fainelli
2022-07-11 16:09         ` Mark Brown
2022-07-11 16:09           ` Mark Brown
2022-07-13 16:11           ` Florian Fainelli
2022-07-13 16:11             ` Florian Fainelli
2022-07-07  6:57 ` [RESEND PATCH 8/8] tty: serial: bcm63xx: " William Zhang
2022-07-07  6:57   ` William Zhang
2022-07-07 16:26   ` Florian Fainelli
2022-07-07 16:26     ` Florian Fainelli
2022-07-11  2:11   ` Florian Fainelli
2022-07-11  2:11     ` Florian Fainelli
2022-07-07 16:22 ` [RESEND PATCH 1/8] ARM: debug: " Florian Fainelli
2022-07-07 16:22   ` Florian Fainelli
2022-07-08 21:08 ` Florian Fainelli
2022-07-08 21:08   ` Florian Fainelli
2022-07-13 15:39 ` Rafał Miłecki
2022-07-13 15:39   ` Rafał Miłecki
2022-07-13 16:10   ` Florian Fainelli
2022-07-13 16:10     ` Florian Fainelli
2022-07-13 20:19     ` Rafał Miłecki
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=20220707065800.261269-6-william.zhang@broadcom.com \
    --to=william.zhang@broadcom.com \
    --cc=alcooperx@gmail.com \
    --cc=anand.gore@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=cai.huoqing@linux.dev \
    --cc=dan.beygelman@broadcom.com \
    --cc=f.fainelli@gmail.com \
    --cc=joel.peshkin@broadcom.com \
    --cc=kishon@ti.com \
    --cc=kursad.oney@broadcom.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=rafal@milecki.pl \
    --cc=vkoul@kernel.org \
    /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.