On 4/24/2020 9:13 AM, Wolfram Sang wrote: > >> config I2C_BRCMSTB >> tristate "BRCM Settop/DSL I2C controller" >> - depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_63XX || \ >> - COMPILE_TEST >> + depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC || \ >> + ARCH_BCM_63XX || COMPILE_TEST > > Isn't there something like ARCH_BROADCOM which we could use here instead > of adding each and every SoC? If you are worried about this list growing bigger, I do not think this is going to happen beyond this changeset (famous last words). There is no ARCH_BROADCOM because there is typically very little commonality between SoC architectures within various Broadcom business units (left hand is not supposed to talk to the right hand) with the exception of a few peripherals that have been historically shared (NAND, SPI, XHCI, Ethernet PHYs/switches, etc. etc. This I2C controller historically came from the STB business unit, which given the market space has also engineered its own HDMI core and naturally incorporated the I2C core it already had into the HDMI core. Up until 2711, that HDMI core was not used by the 283x family at all. -- Florian _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
- [PATCH v2 54/91] drm/vc4: crtc: Add function to compute F... Maxime Ripard
- [PATCH v2 38/91] drm/vc4: plane: Move planes creation to ... Maxime Ripard
- [PATCH v2 46/91] drm/vc4: crtc: Use a shared interrupt Maxime Ripard
- [PATCH v2 90/91] dt-bindings: display: vc4: hdmi: Add BCM... Maxime Ripard
- Re: [PATCH v2 90/91] dt-bindings: display: vc4: hdmi... Rob Herring
- Re: [PATCH v2 90/91] dt-bindings: display: vc4: ... Maxime Ripard
- [PATCH v2 84/91] drm/vc4: hdmi: Adjust HSM clock rate dep... Maxime Ripard
- [PATCH v2 09/91] clk: bcm: rpi: Make sure pllb_arm is rem... Maxime Ripard
- [PATCH v2 34/91] dt-bindings: display: Add support for th... Maxime Ripard
- [PATCH v2 01/91] i2c: brcmstb: Allow to compile it on BCM... Maxime Ripard
- Re: [PATCH v2 01/91] i2c: brcmstb: Allow to compile ... Florian Fainelli
- Re: [PATCH v2 01/91] i2c: brcmstb: Allow to compile ... Wolfram Sang
- [PATCH v2 66/91] drm/vc4: hdmi: Move accessors to vc4_hdm... Maxime Ripard
- [PATCH v2 24/91] dt-bindings: clock: Add BCM2711 DVP bind... Maxime Ripard
- [PATCH v2 02/91] dt-bindings: arm: bcm: Convert BCM2835 f... Maxime Ripard
- [PATCH v2 68/91] drm/vc4: hdmi: Add container_of macros f... Maxime Ripard
- [PATCH v2 74/91] drm/vc4: hdmi: Add reset callback Maxime Ripard
- [PATCH v2 18/91] clk: bcm: rpi: Make the PLLB registratio... Maxime Ripard
- [PATCH v2 35/91] drm/vc4: Add support for the BCM2711 HVS... Maxime Ripard
- [PATCH v2 29/91] dt-bindings: display: vc4: dsi: Add miss... Maxime Ripard
- [PATCH v2 64/91] drm/vc4: hdmi: Remove DDC argument to co... Maxime Ripard