* [RESEND PATCH 3/8] hwrng: bcm2835: 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:23 ` Florian Fainelli
2022-07-11 2:11 ` Florian Fainelli
0 siblings, 2 replies; 7+ 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, Andre Przywara, Cai Huoqing, Conor Dooley,
Geert Uytterhoeven, Herbert Xu, Matt Mackall, Sunil Goutham,
Thomas Bogendoerfer, linux-crypto, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 890 bytes --]
Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
Signed-off-by: William Zhang <william.zhang@broadcom.com>
---
drivers/char/hw_random/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig
index b3f2d55dc551..3da8e85f8aae 100644
--- a/drivers/char/hw_random/Kconfig
+++ b/drivers/char/hw_random/Kconfig
@@ -87,7 +87,7 @@ config HW_RANDOM_BA431
config HW_RANDOM_BCM2835
tristate "Broadcom BCM2835/BCM63xx Random Number Generator support"
depends on ARCH_BCM2835 || ARCH_BCM_NSP || ARCH_BCM_5301X || \
- ARCH_BCM_63XX || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
+ ARCH_BCMBCA || BCM63XX || BMIPS_GENERIC || COMPILE_TEST
default HW_RANDOM
help
This driver provides kernel-side support for the Random Number
--
2.34.1
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
2022-07-07 6:57 ` [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
@ 2022-07-07 16:23 ` Florian Fainelli
2022-07-07 17:05 ` William Zhang
2022-07-11 2:11 ` Florian Fainelli
1 sibling, 1 reply; 7+ messages in thread
From: Florian Fainelli @ 2022-07-07 16:23 UTC (permalink / raw)
To: William Zhang, Linux ARM List, Broadcom Kernel List
Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin, f.fainelli,
Andre Przywara, Cai Huoqing, Conor Dooley, Geert Uytterhoeven,
Herbert Xu, Matt Mackall, Sunil Goutham, Thomas Bogendoerfer,
linux-crypto, linux-kernel
On 7/6/22 23:57, William Zhang wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
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 posotion 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] 7+ messages in thread
* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
2022-07-07 16:23 ` Florian Fainelli
@ 2022-07-07 17:05 ` William Zhang
2022-07-07 17:16 ` Conor.Dooley
0 siblings, 1 reply; 7+ messages in thread
From: William Zhang @ 2022-07-07 17:05 UTC (permalink / raw)
To: Florian Fainelli, Linux ARM List, Broadcom Kernel List
Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
Andre Przywara, Cai Huoqing, Conor Dooley, Geert Uytterhoeven,
Herbert Xu, Matt Mackall, Sunil Goutham, Thomas Bogendoerfer,
linux-crypto, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1158 bytes --]
On 7/7/22 09:23, Florian Fainelli wrote:
> On 7/6/22 23:57, William Zhang wrote:
>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>
>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>
> 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 posotion to merge
> these patches individually, yet still have all 8 (7 of them actually,
> see comment to patch 1) land in 5.20.
>
The cover letter will gather all the recipients which will be more than
50 and this mailing list blocks such post until it is manually reviewed
and approved. But looks this list is not actively moderated and my
cover letter and the combined patch of this set in v1 still have not
been approved yet...
> Alternatively, we can merge these patches through the Broadcom ARM SoC
> pull request(s) to ensure they all land at the same time.
Thank you Florian! I agree and the changes in this patch series are
trivial and only for Broadcom ARM Broadband chip after all.
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
2022-07-07 17:05 ` William Zhang
@ 2022-07-07 17:16 ` Conor.Dooley
2022-07-07 18:18 ` William Zhang
0 siblings, 1 reply; 7+ messages in thread
From: Conor.Dooley @ 2022-07-07 17:16 UTC (permalink / raw)
To: william.zhang, f.fainelli, linux-arm-kernel,
bcm-kernel-feedback-list
Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
andre.przywara, cai.huoqing, Conor.Dooley, geert+renesas, herbert,
mpm, sgoutham, tsbogend, linux-crypto, linux-kernel
On 07/07/2022 18:05, William Zhang wrote:
> On 7/7/22 09:23, Florian Fainelli wrote:
>> On 7/6/22 23:57, William Zhang wrote:
>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>>
>>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>>
>> 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 posotion to merge these patches individually, yet still have all 8 (7 of them actually, see comment to patch 1) land in 5.20.
>>
> The cover letter will gather all the recipients which will be more than 50
tbf, you probably could cut down the CC list if you want, it isnt required
to CC absolutely everyone that gets spat out by get_maintainer.
For example, I am CCed because I was a recent author for the hwrng kconfig
file, so people like me could be safely excluded if you need to cut down on
the number of people that you are CCing.
Not that I have a problem with being CCed, just if it helps you hit a min.
threshold feel free to drop me :)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
2022-07-07 17:16 ` Conor.Dooley
@ 2022-07-07 18:18 ` William Zhang
2022-07-08 3:49 ` Florian Fainelli
0 siblings, 1 reply; 7+ messages in thread
From: William Zhang @ 2022-07-07 18:18 UTC (permalink / raw)
To: Conor.Dooley, f.fainelli, linux-arm-kernel,
bcm-kernel-feedback-list
Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
andre.przywara, cai.huoqing, geert+renesas, herbert, mpm,
sgoutham, tsbogend, linux-crypto, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]
On 7/7/22 10:16, Conor.Dooley@microchip.com wrote:
> On 07/07/2022 18:05, William Zhang wrote:
>> On 7/7/22 09:23, Florian Fainelli wrote:
>>> On 7/6/22 23:57, William Zhang wrote:
>>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>>>
>>>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>>>
>>> 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 posotion to merge these patches individually, yet still have all 8 (7 of them actually, see comment to patch 1) land in 5.20.
>>>
>> The cover letter will gather all the recipients which will be more than 50
>
> tbf, you probably could cut down the CC list if you want, it isnt required
> to CC absolutely everyone that gets spat out by get_maintainer.
>
> For example, I am CCed because I was a recent author for the hwrng kconfig
> file, so people like me could be safely excluded if you need to cut down on
> the number of people that you are CCing.
>
> Not that I have a problem with being CCed, just if it helps you hit a min.
> threshold feel free to drop me :)
Thanks! That is my plan too. Try to figure out the threshold now lol
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
2022-07-07 18:18 ` William Zhang
@ 2022-07-08 3:49 ` Florian Fainelli
0 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2022-07-08 3:49 UTC (permalink / raw)
To: William Zhang, Conor.Dooley, f.fainelli, linux-arm-kernel,
bcm-kernel-feedback-list
Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
andre.przywara, cai.huoqing, geert+renesas, herbert, mpm,
sgoutham, tsbogend, linux-crypto, linux-kernel
On 7/7/2022 11:18 AM, William Zhang wrote:
>
>
> On 7/7/22 10:16, Conor.Dooley@microchip.com wrote:
>> On 07/07/2022 18:05, William Zhang wrote:
>>> On 7/7/22 09:23, Florian Fainelli wrote:
>>>> On 7/6/22 23:57, William Zhang wrote:
>>>>> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
>>>>> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>>>>>
>>>>> Signed-off-by: William Zhang <william.zhang@broadcom.com>
>>>>
>>>> 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 posotion to
>>>> merge these patches individually, yet still have all 8 (7 of them
>>>> actually, see comment to patch 1) land in 5.20.
>>>>
>>> The cover letter will gather all the recipients which will be more
>>> than 50
>>
>> tbf, you probably could cut down the CC list if you want, it isnt
>> required
>> to CC absolutely everyone that gets spat out by get_maintainer.
>>
>> For example, I am CCed because I was a recent author for the hwrng
>> kconfig
>> file, so people like me could be safely excluded if you need to cut
>> down on
>> the number of people that you are CCing.
>>
>> Not that I have a problem with being CCed, just if it helps you hit a
>> min.
>> threshold feel free to drop me :)
> Thanks! That is my plan too. Try to figure out the threshold now lol
Try adding --norolestats to your get_maintainer.pl invocation.
--
Florian
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
2022-07-07 6:57 ` [RESEND PATCH 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA William Zhang
2022-07-07 16:23 ` Florian Fainelli
@ 2022-07-11 2:11 ` Florian Fainelli
1 sibling, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2022-07-11 2:11 UTC (permalink / raw)
To: bcm-kernel-feedback-list, William Zhang, Linux ARM List
Cc: anand.gore, dan.beygelman, kursad.oney, joel.peshkin,
Andre Przywara, Cai Huoqing, Conor Dooley, Geert Uytterhoeven,
Herbert Xu, Matt Mackall, Sunil Goutham, Thomas Bogendoerfer,
linux-crypto, linux-kernel
On Wed, 6 Jul 2022 23:57:54 -0700, William Zhang <william.zhang@broadcom.com> wrote:
> Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
> HW_RANDOM_BCM2835 depending on ARCH_BCMBCA.
>
> Signed-off-by: William Zhang <william.zhang@broadcom.com>
> ---
Applied to https://github.com/Broadcom/stblinux/commits/drivers/next, thanks!
--
Florian
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-07-11 2:11 UTC | newest]
Thread overview: 7+ 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 3/8] hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox