summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/bcm/pinctrl-bcm2835.c
AgeCommit message (Expand)Author
2023-05-08pinctrl: bcm2835: Handle gpiochip_add_pin_range() errorsChristophe JAILLET
2023-04-21pinctrl-bcm2835.c: fix race condition when setting gpio dirHans Verkuil
2023-01-26pinctrl: bcm2835: Switch to use ->add_pin_ranges()Andy Shevchenko
2023-01-26pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()Andy Shevchenko
2022-06-26pinctrl: bcm2835: Make the irqchip immutableStefan Wahren
2022-06-26pinctrl: bcm2835: drop irq_enable/disable callbacksStefan Wahren
2022-04-21pinctrl: bcm2835: implement hook for missing gpio-rangesStefan Wahren
2022-01-30pinctrl: bcm2835: Fix a few error pathsFlorian Fainelli
2022-01-12Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-12-16pinctrl: Get rid of duplicate of_node assignment in the driversAndy Shevchenko
2021-12-16pinctrl-bcm2835: don't call pinctrl_gpio_direction()Hans Verkuil
2021-12-10pinctrl: bcm2835: Change init order for gpio hogsPhil Elwell
2021-12-10pinctrl: bcm2835: Silence uninit warningLinus Walleij
2021-10-25pinctrl: bcm2835: Allow building driver as a moduleFlorian Fainelli
2021-09-02Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-12pinctrl: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-07-23pinctrl: bcm2835: Replace BUG with BUG_ONJason Wang
2021-05-28pinctrl: bcm2835: Accept fewer than expected IRQsPhil Elwell
2020-06-03pinctrl: bcm2835: Add support for wake-up interruptsFlorian Fainelli
2020-06-03pinctrl: bcm2835: Match BCM7211 compatible stringFlorian Fainelli
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2020-02-14pinctrl: bcm2835: Add support for all GPIOs on BCM2711Stefan Wahren
2020-02-14pinctrl: bcm2835: Refactor platform dataStefan Wahren
2020-02-14pinctrl: bcm2835: Drop unused defineStefan Wahren
2019-08-26pinctrl: bcm2835: Pass irqchip when adding gpiochipLinus Walleij
2019-08-05pinctrl: bcm2835: Add support for BCM2711 pull-up functionalityStefan Wahren
2019-02-08pinctrl: bcm2835: Direct GPIO config changes to generic pinctrlStefan Wahren
2019-02-08pinctrl: bcm2835: declare pin config as genericStefan Wahren
2018-11-16pinctrl: bcm2835: Switch to SPDX identifierStefan Wahren
2018-11-09pinctrl: bcm2835: Use define directive for BCM2835_PINCONF_PARAM_PULLNathan Chancellor
2018-11-05pinctrl: bcm2835: Use raw spinlock for RT compatibilityLukas Wunner
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-16pinctrl: bcm2835: Add support for output-low output-high propertiesMatheus Castello
2018-05-16pinctrl: bcm2835: Add support for generic pinctrl bindingMatheus Castello
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-09pinctrl: bcm2835: Fix some merge falloutLinus Walleij
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-09-21pinctrl: bcm2835: fix build warning in bcm2835_gpio_irq_handle_bankCorentin Labbe
2017-08-14pinctrl: bcm2835: Remove unneeded irq_group fieldThierry Reding
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring
2017-08-14pinctrl: bcm2835: constify gpio_chip structureGustavo A. R. Silva
2017-06-29pinctrl: bcm2835: Avoid warning from __irq_do_set_handlerStefan Wahren
2017-05-29pinctrl: bcm: clean up modular vs. non-modular distinctionsPaul Gortmaker
2016-12-15Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds
2016-12-07pinctrl: bcm2835: switch to GPIOLIB_IRQCHIPLinus Walleij
2016-11-15pinctrl: bcm2835: Return pins to inputs when freedPhil Elwell
2016-11-15pinctrl: bcm2835: Fix ints for GPIOs 28-31 & 46-53Phil Elwell
2016-11-04pinctrl: bcm2835: reduce GPPUD set-up timeStefan Wahren
2016-10-17pinctrl: bcm2835: add pull defines to dt bindingsGerd Hoffmann
2016-04-21pinctrl: bcm2835: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan