* [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA
@ 2022-07-21 0:06 ` William Zhang
0 siblings, 0 replies; 32+ messages in thread
From: William Zhang @ 2022-07-21 0:06 UTC (permalink / raw)
To: Linux ARM List
Cc: joel.peshkin, dan.beygelman, William Zhang, Rob Herring,
Krzysztof Kozlowski, Rafał Miłecki,
Broadcom internal kernel review list,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS,
open list:MEMORY TECHNOLOGY DEVICES (MTD),
open list:NETWORKING DRIVERS,
open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS,
open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM,
open list:BROADCOM BMIPS MIPS ARCHITECTURE,
open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS,
Catalin Marinas, Will Deacon, Krzysztof Kozlowski
[-- Attachment #1: Type: text/plain, Size: 2891 bytes --]
RESEND to include linux arm kernel mailing list.
Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change
set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA.
William Zhang (9):
dt-bindings: arm64: bcmbca: Merge BCM4908 into BCMBCA
dt-bindings: arm64: bcmbca: Update BCM4908 description
arm64: dts: bcmbca: update BCM4908 board dts files
arm64: dts: Move BCM4908 dts to bcmbca folder
arm64: dts: Add BCM4908 generic board dts
arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA
arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA
MAINTAINERS: Add BCM4908 maintainer to BCMBCA entry
arm64: defconfig: remove BCM4908
.../bindings/arm/bcm/brcm,bcm4908.yaml | 42 -------------------
.../bindings/arm/bcm/brcm,bcmbca.yaml | 25 +++++++++++
MAINTAINERS | 1 +
arch/arm64/Kconfig.platforms | 10 +----
arch/arm64/boot/dts/broadcom/Makefile | 1 -
arch/arm64/boot/dts/broadcom/bcm4908/Makefile | 5 ---
arch/arm64/boot/dts/broadcom/bcmbca/Makefile | 5 +++
.../bcm4906-netgear-r8000p.dts | 2 +-
.../bcm4906-tplink-archer-c2300-v1.dts | 2 +-
.../broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi | 0
.../bcm4908-asus-gt-ac5300.dts | 2 +-
.../bcm4908-netgear-raxe500.dts | 2 +-
.../broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi | 0
.../boot/dts/broadcom/bcmbca/bcm94908.dts | 30 +++++++++++++
arch/arm64/configs/defconfig | 1 -
drivers/i2c/busses/Kconfig | 4 +-
drivers/mtd/parsers/Kconfig | 6 +--
drivers/net/ethernet/broadcom/Kconfig | 4 +-
drivers/pci/controller/Kconfig | 2 +-
drivers/phy/broadcom/Kconfig | 4 +-
drivers/pinctrl/bcm/Kconfig | 4 +-
drivers/reset/Kconfig | 2 +-
drivers/soc/bcm/bcm63xx/Kconfig | 4 +-
drivers/tty/serial/Kconfig | 4 +-
drivers/watchdog/Kconfig | 2 +-
25 files changed, 84 insertions(+), 80 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml
delete mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/Makefile
rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-netgear-r8000p.dts (96%)
rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-tplink-archer-c2300-v1.dts (99%)
rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi (100%)
rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-asus-gt-ac5300.dts (97%)
rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-netgear-raxe500.dts (89%)
rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi (100%)
create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts
--
2.34.1
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]
^ permalink raw reply [flat|nested] 32+ messages in thread* [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 0:06 ` William Zhang 0 siblings, 0 replies; 32+ messages in thread From: William Zhang @ 2022-07-21 0:06 UTC (permalink / raw) To: Linux ARM List Cc: joel.peshkin, dan.beygelman, William Zhang, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski [-- Attachment #1.1: Type: text/plain, Size: 2891 bytes --] RESEND to include linux arm kernel mailing list. Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. William Zhang (9): dt-bindings: arm64: bcmbca: Merge BCM4908 into BCMBCA dt-bindings: arm64: bcmbca: Update BCM4908 description arm64: dts: bcmbca: update BCM4908 board dts files arm64: dts: Move BCM4908 dts to bcmbca folder arm64: dts: Add BCM4908 generic board dts arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA MAINTAINERS: Add BCM4908 maintainer to BCMBCA entry arm64: defconfig: remove BCM4908 .../bindings/arm/bcm/brcm,bcm4908.yaml | 42 ------------------- .../bindings/arm/bcm/brcm,bcmbca.yaml | 25 +++++++++++ MAINTAINERS | 1 + arch/arm64/Kconfig.platforms | 10 +---- arch/arm64/boot/dts/broadcom/Makefile | 1 - arch/arm64/boot/dts/broadcom/bcm4908/Makefile | 5 --- arch/arm64/boot/dts/broadcom/bcmbca/Makefile | 5 +++ .../bcm4906-netgear-r8000p.dts | 2 +- .../bcm4906-tplink-archer-c2300-v1.dts | 2 +- .../broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi | 0 .../bcm4908-asus-gt-ac5300.dts | 2 +- .../bcm4908-netgear-raxe500.dts | 2 +- .../broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi | 0 .../boot/dts/broadcom/bcmbca/bcm94908.dts | 30 +++++++++++++ arch/arm64/configs/defconfig | 1 - drivers/i2c/busses/Kconfig | 4 +- drivers/mtd/parsers/Kconfig | 6 +-- drivers/net/ethernet/broadcom/Kconfig | 4 +- drivers/pci/controller/Kconfig | 2 +- drivers/phy/broadcom/Kconfig | 4 +- drivers/pinctrl/bcm/Kconfig | 4 +- drivers/reset/Kconfig | 2 +- drivers/soc/bcm/bcm63xx/Kconfig | 4 +- drivers/tty/serial/Kconfig | 4 +- drivers/watchdog/Kconfig | 2 +- 25 files changed, 84 insertions(+), 80 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml delete mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/Makefile rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-netgear-r8000p.dts (96%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-tplink-archer-c2300-v1.dts (99%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi (100%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-asus-gt-ac5300.dts (97%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-netgear-raxe500.dts (89%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi (100%) create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts -- 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 ^ permalink raw reply [flat|nested] 32+ messages in thread
* [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 0:06 ` William Zhang 0 siblings, 0 replies; 32+ messages in thread From: William Zhang @ 2022-07-21 0:06 UTC (permalink / raw) To: Linux ARM List Cc: joel.peshkin, dan.beygelman, William Zhang, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski [-- Attachment #1.1: Type: text/plain, Size: 2891 bytes --] RESEND to include linux arm kernel mailing list. Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. William Zhang (9): dt-bindings: arm64: bcmbca: Merge BCM4908 into BCMBCA dt-bindings: arm64: bcmbca: Update BCM4908 description arm64: dts: bcmbca: update BCM4908 board dts files arm64: dts: Move BCM4908 dts to bcmbca folder arm64: dts: Add BCM4908 generic board dts arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA MAINTAINERS: Add BCM4908 maintainer to BCMBCA entry arm64: defconfig: remove BCM4908 .../bindings/arm/bcm/brcm,bcm4908.yaml | 42 ------------------- .../bindings/arm/bcm/brcm,bcmbca.yaml | 25 +++++++++++ MAINTAINERS | 1 + arch/arm64/Kconfig.platforms | 10 +---- arch/arm64/boot/dts/broadcom/Makefile | 1 - arch/arm64/boot/dts/broadcom/bcm4908/Makefile | 5 --- arch/arm64/boot/dts/broadcom/bcmbca/Makefile | 5 +++ .../bcm4906-netgear-r8000p.dts | 2 +- .../bcm4906-tplink-archer-c2300-v1.dts | 2 +- .../broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi | 0 .../bcm4908-asus-gt-ac5300.dts | 2 +- .../bcm4908-netgear-raxe500.dts | 2 +- .../broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi | 0 .../boot/dts/broadcom/bcmbca/bcm94908.dts | 30 +++++++++++++ arch/arm64/configs/defconfig | 1 - drivers/i2c/busses/Kconfig | 4 +- drivers/mtd/parsers/Kconfig | 6 +-- drivers/net/ethernet/broadcom/Kconfig | 4 +- drivers/pci/controller/Kconfig | 2 +- drivers/phy/broadcom/Kconfig | 4 +- drivers/pinctrl/bcm/Kconfig | 4 +- drivers/reset/Kconfig | 2 +- drivers/soc/bcm/bcm63xx/Kconfig | 4 +- drivers/tty/serial/Kconfig | 4 +- drivers/watchdog/Kconfig | 2 +- 25 files changed, 84 insertions(+), 80 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml delete mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/Makefile rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-netgear-r8000p.dts (96%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-tplink-archer-c2300-v1.dts (99%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi (100%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-asus-gt-ac5300.dts (97%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-netgear-raxe500.dts (89%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi (100%) create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts -- 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 [flat|nested] 32+ messages in thread
* [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 0:06 ` William Zhang 0 siblings, 0 replies; 32+ messages in thread From: William Zhang @ 2022-07-21 0:06 UTC (permalink / raw) To: Linux ARM List Cc: joel.peshkin, dan.beygelman, William Zhang, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski [-- Attachment #1.1: Type: text/plain, Size: 2891 bytes --] RESEND to include linux arm kernel mailing list. Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. William Zhang (9): dt-bindings: arm64: bcmbca: Merge BCM4908 into BCMBCA dt-bindings: arm64: bcmbca: Update BCM4908 description arm64: dts: bcmbca: update BCM4908 board dts files arm64: dts: Move BCM4908 dts to bcmbca folder arm64: dts: Add BCM4908 generic board dts arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA arm64: bcmbca: Merge ARCH_BCM4908 to ARCH_BCMBCA MAINTAINERS: Add BCM4908 maintainer to BCMBCA entry arm64: defconfig: remove BCM4908 .../bindings/arm/bcm/brcm,bcm4908.yaml | 42 ------------------- .../bindings/arm/bcm/brcm,bcmbca.yaml | 25 +++++++++++ MAINTAINERS | 1 + arch/arm64/Kconfig.platforms | 10 +---- arch/arm64/boot/dts/broadcom/Makefile | 1 - arch/arm64/boot/dts/broadcom/bcm4908/Makefile | 5 --- arch/arm64/boot/dts/broadcom/bcmbca/Makefile | 5 +++ .../bcm4906-netgear-r8000p.dts | 2 +- .../bcm4906-tplink-archer-c2300-v1.dts | 2 +- .../broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi | 0 .../bcm4908-asus-gt-ac5300.dts | 2 +- .../bcm4908-netgear-raxe500.dts | 2 +- .../broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi | 0 .../boot/dts/broadcom/bcmbca/bcm94908.dts | 30 +++++++++++++ arch/arm64/configs/defconfig | 1 - drivers/i2c/busses/Kconfig | 4 +- drivers/mtd/parsers/Kconfig | 6 +-- drivers/net/ethernet/broadcom/Kconfig | 4 +- drivers/pci/controller/Kconfig | 2 +- drivers/phy/broadcom/Kconfig | 4 +- drivers/pinctrl/bcm/Kconfig | 4 +- drivers/reset/Kconfig | 2 +- drivers/soc/bcm/bcm63xx/Kconfig | 4 +- drivers/tty/serial/Kconfig | 4 +- drivers/watchdog/Kconfig | 2 +- 25 files changed, 84 insertions(+), 80 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml delete mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/Makefile rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-netgear-r8000p.dts (96%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906-tplink-archer-c2300-v1.dts (99%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4906.dtsi (100%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-asus-gt-ac5300.dts (97%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908-netgear-raxe500.dts (89%) rename arch/arm64/boot/dts/broadcom/{bcm4908 => bcmbca}/bcm4908.dtsi (100%) create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts -- 2.34.1 [-- Attachment #1.2: S/MIME Cryptographic Signature --] [-- Type: application/pkcs7-signature, Size: 4212 bytes --] [-- Attachment #2: Type: text/plain, Size: 144 bytes --] ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA 2022-07-21 0:06 ` William Zhang (?) (?) @ 2022-07-21 3:32 ` Florian Fainelli -1 siblings, 0 replies; 32+ messages in thread From: Florian Fainelli @ 2022-07-21 3:32 UTC (permalink / raw) To: William Zhang, Linux ARM List Cc: joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 7/20/2022 5:06 PM, William Zhang wrote: > RESEND to include linux arm kernel mailing list. > > Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change > set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. -- Florian ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:32 ` Florian Fainelli 0 siblings, 0 replies; 32+ messages in thread From: Florian Fainelli @ 2022-07-21 3:32 UTC (permalink / raw) To: William Zhang, Linux ARM List Cc: joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 7/20/2022 5:06 PM, William Zhang wrote: > RESEND to include linux arm kernel mailing list. > > Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change > set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. -- Florian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:32 ` Florian Fainelli 0 siblings, 0 replies; 32+ messages in thread From: Florian Fainelli @ 2022-07-21 3:32 UTC (permalink / raw) To: William Zhang, Linux ARM List Cc: joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 7/20/2022 5:06 PM, William Zhang wrote: > RESEND to include linux arm kernel mailing list. > > Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change > set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. -- Florian -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:32 ` Florian Fainelli 0 siblings, 0 replies; 32+ messages in thread From: Florian Fainelli @ 2022-07-21 3:32 UTC (permalink / raw) To: William Zhang, Linux ARM List Cc: joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 7/20/2022 5:06 PM, William Zhang wrote: > RESEND to include linux arm kernel mailing list. > > Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change > set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. -- Florian ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA 2022-07-21 3:32 ` Florian Fainelli (?) (?) @ 2022-07-21 3:33 ` Florian Fainelli -1 siblings, 0 replies; 32+ messages in thread From: Florian Fainelli @ 2022-07-21 3:33 UTC (permalink / raw) To: William Zhang, Linux ARM List Cc: joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 7/20/2022 8:32 PM, Florian Fainelli wrote: > > > On 7/20/2022 5:06 PM, William Zhang wrote: >> RESEND to include linux arm kernel mailing list. >> >> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this >> change >> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. > > Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning > that our patchwork instance did not pick them all up. > > Did you use patman to send these patches? If so, you might still need to > make sure that the final CC list includes the now (ex) BCM4908 > maintainer and the ARM SoC maintainer for Broadcom changes. And the threading was broken because the patches 1-9 were not in response to your cover letter. -- Florian ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:33 ` Florian Fainelli 0 siblings, 0 replies; 32+ messages in thread From: Florian Fainelli @ 2022-07-21 3:33 UTC (permalink / raw) To: William Zhang, Linux ARM List Cc: joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 7/20/2022 8:32 PM, Florian Fainelli wrote: > > > On 7/20/2022 5:06 PM, William Zhang wrote: >> RESEND to include linux arm kernel mailing list. >> >> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this >> change >> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. > > Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning > that our patchwork instance did not pick them all up. > > Did you use patman to send these patches? If so, you might still need to > make sure that the final CC list includes the now (ex) BCM4908 > maintainer and the ARM SoC maintainer for Broadcom changes. And the threading was broken because the patches 1-9 were not in response to your cover letter. -- Florian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:33 ` Florian Fainelli 0 siblings, 0 replies; 32+ messages in thread From: Florian Fainelli @ 2022-07-21 3:33 UTC (permalink / raw) To: William Zhang, Linux ARM List Cc: joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 7/20/2022 8:32 PM, Florian Fainelli wrote: > > > On 7/20/2022 5:06 PM, William Zhang wrote: >> RESEND to include linux arm kernel mailing list. >> >> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this >> change >> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. > > Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning > that our patchwork instance did not pick them all up. > > Did you use patman to send these patches? If so, you might still need to > make sure that the final CC list includes the now (ex) BCM4908 > maintainer and the ARM SoC maintainer for Broadcom changes. And the threading was broken because the patches 1-9 were not in response to your cover letter. -- Florian -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:33 ` Florian Fainelli 0 siblings, 0 replies; 32+ messages in thread From: Florian Fainelli @ 2022-07-21 3:33 UTC (permalink / raw) To: William Zhang, Linux ARM List Cc: joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 7/20/2022 8:32 PM, Florian Fainelli wrote: > > > On 7/20/2022 5:06 PM, William Zhang wrote: >> RESEND to include linux arm kernel mailing list. >> >> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this >> change >> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. > > Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning > that our patchwork instance did not pick them all up. > > Did you use patman to send these patches? If so, you might still need to > make sure that the final CC list includes the now (ex) BCM4908 > maintainer and the ARM SoC maintainer for Broadcom changes. And the threading was broken because the patches 1-9 were not in response to your cover letter. -- Florian ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA 2022-07-21 3:33 ` Florian Fainelli (?) (?) @ 2022-07-21 3:44 ` Vanessa Page -1 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:44 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. Thanks Bye > On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: > > > >> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>> On 7/20/2022 5:06 PM, William Zhang wrote: >>> RESEND to include linux arm kernel mailing list. >>> >>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. > > And the threading was broken because the patches 1-9 were not in response to your cover letter. > -- > Florian > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:44 ` Vanessa Page 0 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:44 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. Thanks Bye > On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: > > > >> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>> On 7/20/2022 5:06 PM, William Zhang wrote: >>> RESEND to include linux arm kernel mailing list. >>> >>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. > > And the threading was broken because the patches 1-9 were not in response to your cover letter. > -- > Florian > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:44 ` Vanessa Page 0 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:44 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. Thanks Bye > On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: > > > >> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>> On 7/20/2022 5:06 PM, William Zhang wrote: >>> RESEND to include linux arm kernel mailing list. >>> >>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. > > And the threading was broken because the patches 1-9 were not in response to your cover letter. > -- > Florian > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:44 ` Vanessa Page 0 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:44 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. Thanks Bye > On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: > > > >> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>> On 7/20/2022 5:06 PM, William Zhang wrote: >>> RESEND to include linux arm kernel mailing list. >>> >>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. > > And the threading was broken because the patches 1-9 were not in response to your cover letter. > -- > Florian > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA 2022-07-21 3:44 ` Vanessa Page (?) (?) @ 2022-07-21 3:49 ` Vanessa Page -1 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:49 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski Stop fucking with me you pathetic idiots. > On Jul 20, 2022, at 11:46 PM, Vanessa Page <Vebpe@outlook.com> wrote: > > You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. > > Thanks > Bye > >> On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: >> >> >> >>> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>>>> On 7/20/2022 5:06 PM, William Zhang wrote: >>>>> RESEND to include linux arm kernel mailing list. >>>>> >>>>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>>>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >>> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >>> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. >> >> And the threading was broken because the patches 1-9 were not in response to your cover letter. >> -- >> Florian >> >> ______________________________________________________ >> Linux MTD discussion mailing list >> http://lists.infradead.org/mailman/listinfo/linux-mtd/ > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:49 ` Vanessa Page 0 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:49 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski Stop fucking with me you pathetic idiots. > On Jul 20, 2022, at 11:46 PM, Vanessa Page <Vebpe@outlook.com> wrote: > > You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. > > Thanks > Bye > >> On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: >> >> >> >>> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>>>> On 7/20/2022 5:06 PM, William Zhang wrote: >>>>> RESEND to include linux arm kernel mailing list. >>>>> >>>>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>>>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >>> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >>> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. >> >> And the threading was broken because the patches 1-9 were not in response to your cover letter. >> -- >> Florian >> >> ______________________________________________________ >> Linux MTD discussion mailing list >> http://lists.infradead.org/mailman/listinfo/linux-mtd/ > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:49 ` Vanessa Page 0 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:49 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski Stop fucking with me you pathetic idiots. > On Jul 20, 2022, at 11:46 PM, Vanessa Page <Vebpe@outlook.com> wrote: > > You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. > > Thanks > Bye > >> On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: >> >> >> >>> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>>>> On 7/20/2022 5:06 PM, William Zhang wrote: >>>>> RESEND to include linux arm kernel mailing list. >>>>> >>>>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>>>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >>> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >>> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. >> >> And the threading was broken because the patches 1-9 were not in response to your cover letter. >> -- >> Florian >> >> ______________________________________________________ >> Linux MTD discussion mailing list >> http://lists.infradead.org/mailman/listinfo/linux-mtd/ > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:49 ` Vanessa Page 0 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:49 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski Stop fucking with me you pathetic idiots. > On Jul 20, 2022, at 11:46 PM, Vanessa Page <Vebpe@outlook.com> wrote: > > You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. > > Thanks > Bye > >> On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: >> >> >> >>> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>>>> On 7/20/2022 5:06 PM, William Zhang wrote: >>>>> RESEND to include linux arm kernel mailing list. >>>>> >>>>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>>>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >>> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >>> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. >> >> And the threading was broken because the patches 1-9 were not in response to your cover letter. >> -- >> Florian >> >> ______________________________________________________ >> Linux MTD discussion mailing list >> http://lists.infradead.org/mailman/listinfo/linux-mtd/ > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA 2022-07-21 3:44 ` Vanessa Page (?) (?) @ 2022-07-21 3:50 ` Vanessa Page -1 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:50 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski Your career is harassing peoples inboxes you stupid motherfuckers. > On Jul 20, 2022, at 11:46 PM, Vanessa Page <Vebpe@outlook.com> wrote: > > You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. > > Thanks > Bye > >> On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: >> >> >> >>> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>>>> On 7/20/2022 5:06 PM, William Zhang wrote: >>>>> RESEND to include linux arm kernel mailing list. >>>>> >>>>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>>>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >>> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >>> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. >> >> And the threading was broken because the patches 1-9 were not in response to your cover letter. >> -- >> Florian >> >> ______________________________________________________ >> Linux MTD discussion mailing list >> http://lists.infradead.org/mailman/listinfo/linux-mtd/ > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:50 ` Vanessa Page 0 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:50 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski Your career is harassing peoples inboxes you stupid motherfuckers. > On Jul 20, 2022, at 11:46 PM, Vanessa Page <Vebpe@outlook.com> wrote: > > You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. > > Thanks > Bye > >> On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: >> >> >> >>> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>>>> On 7/20/2022 5:06 PM, William Zhang wrote: >>>>> RESEND to include linux arm kernel mailing list. >>>>> >>>>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>>>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >>> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >>> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. >> >> And the threading was broken because the patches 1-9 were not in response to your cover letter. >> -- >> Florian >> >> ______________________________________________________ >> Linux MTD discussion mailing list >> http://lists.infradead.org/mailman/listinfo/linux-mtd/ > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:50 ` Vanessa Page 0 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:50 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski Your career is harassing peoples inboxes you stupid motherfuckers. > On Jul 20, 2022, at 11:46 PM, Vanessa Page <Vebpe@outlook.com> wrote: > > You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. > > Thanks > Bye > >> On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: >> >> >> >>> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>>>> On 7/20/2022 5:06 PM, William Zhang wrote: >>>>> RESEND to include linux arm kernel mailing list. >>>>> >>>>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>>>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >>> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >>> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. >> >> And the threading was broken because the patches 1-9 were not in response to your cover letter. >> -- >> Florian >> >> ______________________________________________________ >> Linux MTD discussion mailing list >> http://lists.infradead.org/mailman/listinfo/linux-mtd/ > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 3:50 ` Vanessa Page 0 siblings, 0 replies; 32+ messages in thread From: Vanessa Page @ 2022-07-21 3:50 UTC (permalink / raw) To: Florian Fainelli Cc: William Zhang, Linux ARM List, joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Rob Herring, Krzysztof Kozlowski, Rafał Miłecki, Broadcom internal kernel review list, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, open list, Philipp Zabel, open list:I2C SUBSYSTEM HOST DRIVERS, open list:MEMORY TECHNOLOGY DEVICES (MTD), open list:NETWORKING DRIVERS, open list:PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS, open list:GENERIC PHY FRAMEWORK, open list:PIN CONTROL SUBSYSTEM, open list:BROADCOM BMIPS MIPS ARCHITECTURE, open list:SERIAL DRIVERS, open list:WATCHDOG DEVICE DRIVERS, Catalin Marinas, Will Deacon, Krzysztof Kozlowski Your career is harassing peoples inboxes you stupid motherfuckers. > On Jul 20, 2022, at 11:46 PM, Vanessa Page <Vebpe@outlook.com> wrote: > > You know nobody understands a damn word of anything in this email. You can not do searches through email. Stop harassing me. Reporting y’all doesn’t work and I’m not deleting my account because of you. So stop fucking with me. > > Thanks > Bye > >> On Jul 20, 2022, at 11:35 PM, Florian Fainelli <f.fainelli@gmail.com> wrote: >> >> >> >>> On 7/20/2022 8:32 PM, Florian Fainelli wrote: >>>>> On 7/20/2022 5:06 PM, William Zhang wrote: >>>>> RESEND to include linux arm kernel mailing list. >>>>> >>>>> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this change >>>>> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. >>> Looks like only 1, 2 4 and 5 made it to bcm-kernel-feedback-list meaning that our patchwork instance did not pick them all up. >>> Did you use patman to send these patches? If so, you might still need to make sure that the final CC list includes the now (ex) BCM4908 maintainer and the ARM SoC maintainer for Broadcom changes. >> >> And the threading was broken because the patches 1-9 were not in response to your cover letter. >> -- >> Florian >> >> ______________________________________________________ >> Linux MTD discussion mailing list >> http://lists.infradead.org/mailman/listinfo/linux-mtd/ > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA 2022-07-21 0:06 ` William Zhang (?) (?) @ 2022-07-21 6:55 ` Rafał Miłecki -1 siblings, 0 replies; 32+ messages in thread From: Rafał Miłecki @ 2022-07-21 6:55 UTC (permalink / raw) To: William Zhang Cc: Linux ARM List, joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Broadcom internal kernel review list, devicetree, linux-kernel, Philipp Zabel, linux-i2c, linux-mtd, netdev, linux-pci, linux-phy, linux-gpio, linux-mips, linux-serial, linux-watchdog, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 2022-07-21 02:06, William Zhang wrote: > RESEND to include linux arm kernel mailing list. > > Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this > change > set migrates the existing broadband chip BCM4908 support to > ARCH_BCMBCA. I'd expect me to receive patches 7/9, 8/9 and 9/9 too. ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 6:55 ` Rafał Miłecki 0 siblings, 0 replies; 32+ messages in thread From: Rafał Miłecki @ 2022-07-21 6:55 UTC (permalink / raw) To: William Zhang Cc: Linux ARM List, joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Broadcom internal kernel review list, devicetree, linux-kernel, Philipp Zabel, linux-i2c, linux-mtd, netdev, linux-pci, linux-phy, linux-gpio, linux-mips, linux-serial, linux-watchdog, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 2022-07-21 02:06, William Zhang wrote: > RESEND to include linux arm kernel mailing list. > > Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this > change > set migrates the existing broadband chip BCM4908 support to > ARCH_BCMBCA. I'd expect me to receive patches 7/9, 8/9 and 9/9 too. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 6:55 ` Rafał Miłecki 0 siblings, 0 replies; 32+ messages in thread From: Rafał Miłecki @ 2022-07-21 6:55 UTC (permalink / raw) To: William Zhang Cc: Linux ARM List, joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Broadcom internal kernel review list, devicetree, linux-kernel, Philipp Zabel, linux-i2c, linux-mtd, netdev, linux-pci, linux-phy, linux-gpio, linux-mips, linux-serial, linux-watchdog, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 2022-07-21 02:06, William Zhang wrote: > RESEND to include linux arm kernel mailing list. > > Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this > change > set migrates the existing broadband chip BCM4908 support to > ARCH_BCMBCA. I'd expect me to receive patches 7/9, 8/9 and 9/9 too. -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 6:55 ` Rafał Miłecki 0 siblings, 0 replies; 32+ messages in thread From: Rafał Miłecki @ 2022-07-21 6:55 UTC (permalink / raw) To: William Zhang Cc: Linux ARM List, joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Broadcom internal kernel review list, devicetree, linux-kernel, Philipp Zabel, linux-i2c, linux-mtd, netdev, linux-pci, linux-phy, linux-gpio, linux-mips, linux-serial, linux-watchdog, Catalin Marinas, Will Deacon, Krzysztof Kozlowski On 2022-07-21 02:06, William Zhang wrote: > RESEND to include linux arm kernel mailing list. > > Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this > change > set migrates the existing broadband chip BCM4908 support to > ARCH_BCMBCA. I'd expect me to receive patches 7/9, 8/9 and 9/9 too. ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA 2022-07-21 6:55 ` Rafał Miłecki (?) (?) @ 2022-07-21 18:48 ` William Zhang -1 siblings, 0 replies; 32+ messages in thread From: William Zhang @ 2022-07-21 18:48 UTC (permalink / raw) To: Rafał Miłecki Cc: Linux ARM List, joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Broadcom internal kernel review list, devicetree, linux-kernel, Philipp Zabel, linux-i2c, linux-mtd, netdev, linux-pci, linux-phy, linux-gpio, linux-mips, linux-serial, linux-watchdog, Catalin Marinas, Will Deacon, Krzysztof Kozlowski [-- Attachment #1: Type: text/plain, Size: 568 bytes --] On 07/20/2022 11:55 PM, Rafał Miłecki wrote: > On 2022-07-21 02:06, William Zhang wrote: >> RESEND to include linux arm kernel mailing list. >> >> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this >> change >> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. > > I'd expect me to receive patches 7/9, 8/9 and 9/9 too. I will explicitly add you to the cc list. The get_maintainer.pl does not return your email for these three patches. I guess it is because the MAINTAINER file does not have your name for 4908 ARCH. I [-- Attachment #2: S/MIME Cryptographic Signature --] [-- Type: application/pkcs7-signature, Size: 4212 bytes --] ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 18:48 ` William Zhang 0 siblings, 0 replies; 32+ messages in thread From: William Zhang @ 2022-07-21 18:48 UTC (permalink / raw) To: Rafał Miłecki Cc: Linux ARM List, joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Broadcom internal kernel review list, devicetree, linux-kernel, Philipp Zabel, linux-i2c, linux-mtd, netdev, linux-pci, linux-phy, linux-gpio, linux-mips, linux-serial, linux-watchdog, Catalin Marinas, Will Deacon, Krzysztof Kozlowski [-- Attachment #1.1: Type: text/plain, Size: 568 bytes --] On 07/20/2022 11:55 PM, Rafał Miłecki wrote: > On 2022-07-21 02:06, William Zhang wrote: >> RESEND to include linux arm kernel mailing list. >> >> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this >> change >> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. > > I'd expect me to receive patches 7/9, 8/9 and 9/9 too. I will explicitly add you to the cc list. The get_maintainer.pl does not return your email for these three patches. I guess it is because the MAINTAINER file does not have your name for 4908 ARCH. I [-- 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 ^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 18:48 ` William Zhang 0 siblings, 0 replies; 32+ messages in thread From: William Zhang @ 2022-07-21 18:48 UTC (permalink / raw) To: Rafał Miłecki Cc: Linux ARM List, joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Broadcom internal kernel review list, devicetree, linux-kernel, Philipp Zabel, linux-i2c, linux-mtd, netdev, linux-pci, linux-phy, linux-gpio, linux-mips, linux-serial, linux-watchdog, Catalin Marinas, Will Deacon, Krzysztof Kozlowski [-- Attachment #1.1: Type: text/plain, Size: 568 bytes --] On 07/20/2022 11:55 PM, Rafał Miłecki wrote: > On 2022-07-21 02:06, William Zhang wrote: >> RESEND to include linux arm kernel mailing list. >> >> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this >> change >> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. > > I'd expect me to receive patches 7/9, 8/9 and 9/9 too. I will explicitly add you to the cc list. The get_maintainer.pl does not return your email for these three patches. I guess it is because the MAINTAINER file does not have your name for 4908 ARCH. I [-- 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 [flat|nested] 32+ messages in thread
* Re: [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA @ 2022-07-21 18:48 ` William Zhang 0 siblings, 0 replies; 32+ messages in thread From: William Zhang @ 2022-07-21 18:48 UTC (permalink / raw) To: Rafał Miłecki Cc: Linux ARM List, joel.peshkin, dan.beygelman, Rob Herring, Krzysztof Kozlowski, Broadcom internal kernel review list, devicetree, linux-kernel, Philipp Zabel, linux-i2c, linux-mtd, netdev, linux-pci, linux-phy, linux-gpio, linux-mips, linux-serial, linux-watchdog, Catalin Marinas, Will Deacon, Krzysztof Kozlowski [-- Attachment #1.1: Type: text/plain, Size: 568 bytes --] On 07/20/2022 11:55 PM, Rafał Miłecki wrote: > On 2022-07-21 02:06, William Zhang wrote: >> RESEND to include linux arm kernel mailing list. >> >> Now that Broadcom Broadband arch ARCH_BCMBCA is in the kernel, this >> change >> set migrates the existing broadband chip BCM4908 support to ARCH_BCMBCA. > > I'd expect me to receive patches 7/9, 8/9 and 9/9 too. I will explicitly add you to the cc list. The get_maintainer.pl does not return your email for these three patches. I guess it is because the MAINTAINER file does not have your name for 4908 ARCH. I [-- Attachment #1.2: S/MIME Cryptographic Signature --] [-- Type: application/pkcs7-signature, Size: 4212 bytes --] [-- Attachment #2: Type: text/plain, Size: 144 bytes --] ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ ^ permalink raw reply [flat|nested] 32+ messages in thread
end of thread, other threads:[~2022-07-21 18:50 UTC | newest] Thread overview: 32+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-07-21 0:06 [RESEND PATCH 0/9] arm64: bcmbca: Move BCM4908 SoC support under ARCH_BCMBCA William Zhang 2022-07-21 0:06 ` William Zhang 2022-07-21 0:06 ` William Zhang 2022-07-21 0:06 ` William Zhang 2022-07-21 3:32 ` Florian Fainelli 2022-07-21 3:32 ` Florian Fainelli 2022-07-21 3:32 ` Florian Fainelli 2022-07-21 3:32 ` Florian Fainelli 2022-07-21 3:33 ` Florian Fainelli 2022-07-21 3:33 ` Florian Fainelli 2022-07-21 3:33 ` Florian Fainelli 2022-07-21 3:33 ` Florian Fainelli 2022-07-21 3:44 ` Vanessa Page 2022-07-21 3:44 ` Vanessa Page 2022-07-21 3:44 ` Vanessa Page 2022-07-21 3:44 ` Vanessa Page 2022-07-21 3:49 ` Vanessa Page 2022-07-21 3:49 ` Vanessa Page 2022-07-21 3:49 ` Vanessa Page 2022-07-21 3:49 ` Vanessa Page 2022-07-21 3:50 ` Vanessa Page 2022-07-21 3:50 ` Vanessa Page 2022-07-21 3:50 ` Vanessa Page 2022-07-21 3:50 ` Vanessa Page 2022-07-21 6:55 ` Rafał Miłecki 2022-07-21 6:55 ` Rafał Miłecki 2022-07-21 6:55 ` Rafał Miłecki 2022-07-21 6:55 ` Rafał Miłecki 2022-07-21 18:48 ` William Zhang 2022-07-21 18:48 ` William Zhang 2022-07-21 18:48 ` William Zhang 2022-07-21 18:48 ` William Zhang
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.