Hi Linus, This patch series allows making use of the pinctrl-bcm2835 driver on ARCH_BRCMSTB where it is also used. Binding document is updated, and then the Kconfig language is updated to allow selecting this driver with ARCH_BRCMSTB, finally, Al updates the logic to account for the additional registers that were added on 7211. Thanks! Al Cooper (1): pinctrl: bcm2835: bcm7211: Add support for 7211 pull-up functionality Doug Berger (1): pinctrl: bcm: Allow PINCTRL_BCM2835 for ARCH_BRCMSTB Florian Fainelli (1): dt-bindings: pinctrl: bcm2835-gpio: Document BCM7211 compatible .../bindings/pinctrl/brcm,bcm2835-gpio.txt | 3 + drivers/pinctrl/bcm/Kconfig | 6 +- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 85 +++++++++++++++++-- 3 files changed, 88 insertions(+), 6 deletions(-) -- 2.17.1