linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 5/8] i2c: brcmstb: 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:24   ` Florian Fainelli
  2022-07-08 21:09   ` Florian Fainelli
  0 siblings, 2 replies; 4+ 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, Wolfram Sang, Andy Shevchenko, Jan Dabros,
	Jarkko Nikula, Jie Deng, Krzysztof Kozlowski, Lukas Bulwahn,
	Rob Herring, Sam Protsenko, Sven Peter, Tyrone Ting, linux-i2c,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
I2C_BRCMSTB depending on ARCH_BCMBCA.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Acked-by: Wolfram Sang <wsa@kernel.org>
---

 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index b1d7069dd377..acf2a393bd56 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -486,7 +486,7 @@ config I2C_BCM_KONA
 
 config I2C_BRCMSTB
 	tristate "BRCM Settop/DSL I2C controller"
-	depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCM_63XX || \
+	depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCMBCA || \
 		   ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
 	default y
 	help
-- 
2.34.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
@ 2022-07-07 16:24   ` Florian Fainelli
  2022-07-07 20:52     ` Wolfram Sang
  2022-07-08 21:09   ` Florian Fainelli
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:24 UTC (permalink / raw)
  To: William Zhang, Linux ARM List, Broadcom Kernel List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
	Wolfram Sang, Andy Shevchenko, Jan Dabros, Jarkko Nikula,
	Jie Deng, Krzysztof Kozlowski, Lukas Bulwahn, Rob Herring,
	Sam Protsenko, Sven Peter, Tyrone Ting, linux-i2c, linux-kernel

On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> I2C_BRCMSTB depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Wolfram Sang <wsa@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07 16:24   ` Florian Fainelli
@ 2022-07-07 20:52     ` Wolfram Sang
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2022-07-07 20:52 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: William Zhang, Linux ARM List, Broadcom Kernel List, anand.gore,
	dan.beygelman, kursad.oney, joel.peshkin, Andy Shevchenko,
	Jan Dabros, Jarkko Nikula, Jie Deng, Krzysztof Kozlowski,
	Lukas Bulwahn, Rob Herring, Sam Protsenko, Sven Peter,
	Tyrone Ting, linux-i2c, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]


> Alternatively, we can merge these patches through the Broadcom ARM SoC pull
> request(s) to ensure they all land at the same time.

That's what I assumed (and also prefer), so I acked the I2C patch. Let
me know, guys, if I should pick it instead.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
  2022-07-07  6:57 ` [RESEND PATCH 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
  2022-07-07 16:24   ` Florian Fainelli
@ 2022-07-08 21:09   ` Florian Fainelli
  1 sibling, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2022-07-08 21:09 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
  Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
	Wolfram Sang, Andy Shevchenko, Jan Dabros, Jarkko Nikula,
	Jie Deng, Krzysztof Kozlowski, Lukas Bulwahn, Rob Herring,
	Sam Protsenko, Sven Peter, Tyrone Ting, linux-i2c, linux-kernel

On Wed,  6 Jul 2022 23:57:56 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> I2C_BRCMSTB depending on ARCH_BCMBCA.
> 
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> Acked-by: Wolfram Sang <wsa@kernel.org>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-08 21:09 UTC | newest]

Thread overview: 4+ 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 5/8] i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
2022-07-07 16:24   ` Florian Fainelli
2022-07-07 20:52     ` Wolfram Sang
2022-07-08 21:09   ` 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).