Age | Commit message (Expand) | Author | Files | Lines |
2023-01-26 | pinctrl: bcm2835: Switch to use ->add_pin_ranges() | Andy Shevchenko | 1 | -4/+4 |
2023-01-26 | pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback() | Andy Shevchenko | 1 | -2/+0 |
2022-06-26 | pinctrl: bcm2835: Make the irqchip immutable | Stefan Wahren | 1 | -3/+8 |
2022-06-26 | pinctrl: bcm2835: drop irq_enable/disable callbacks | Stefan Wahren | 1 | -6/+4 |
2022-04-21 | pinctrl: bcm2835: implement hook for missing gpio-ranges | Stefan Wahren | 1 | -0/+18 |
2022-01-30 | pinctrl: bcm2835: Fix a few error paths | Florian Fainelli | 1 | -8/+15 |
2022-01-12 | Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+10 |
2021-12-16 | pinctrl: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 1 | -1/+0 |
2021-12-16 | pinctrl-bcm2835: don't call pinctrl_gpio_direction() | Hans Verkuil | 1 | -3/+9 |
2021-12-10 | pinctrl: bcm2835: Change init order for gpio hogs | Phil Elwell | 1 | -13/+16 |
2021-12-10 | pinctrl: bcm2835: Silence uninit warning | Linus Walleij | 1 | -1/+1 |
2021-10-25 | pinctrl: bcm2835: Allow building driver as a module | Florian Fainelli | 1 | -1/+8 |
2021-09-03 | Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+1 |
2021-08-12 | pinctrl: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -2/+2 |
2021-07-23 | pinctrl: bcm2835: Replace BUG with BUG_ON | Jason Wang | 1 | -2/+1 |
2021-05-28 | pinctrl: bcm2835: Accept fewer than expected IRQs | Phil Elwell | 1 | -2/+6 |
2020-06-03 | pinctrl: bcm2835: Add support for wake-up interrupts | Florian Fainelli | 1 | -1/+75 |
2020-06-03 | pinctrl: bcm2835: Match BCM7211 compatible string | Florian Fainelli | 1 | -0/+4 |
2020-02-21 | pinctrl: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
2020-02-14 | pinctrl: bcm2835: Add support for all GPIOs on BCM2711 | Stefan Wahren | 1 | -12/+42 |
2020-02-14 | pinctrl: bcm2835: Refactor platform data | Stefan Wahren | 1 | -13/+44 |
2020-02-14 | pinctrl: bcm2835: Drop unused define | Stefan Wahren | 1 | -3/+0 |
2019-08-26 | pinctrl: bcm2835: Pass irqchip when adding gpiochip | Linus Walleij | 1 | -30/+25 |
2019-08-05 | pinctrl: bcm2835: Add support for BCM2711 pull-up functionality | Stefan Wahren | 1 | -5/+100 |
2019-02-08 | pinctrl: bcm2835: Direct GPIO config changes to generic pinctrl | Stefan Wahren | 1 | -1/+2 |
2019-02-08 | pinctrl: bcm2835: declare pin config as generic | Stefan Wahren | 1 | -0/+1 |
2018-11-17 | pinctrl: bcm2835: Switch to SPDX identifier | Stefan Wahren | 1 | -10/+1 |
2018-11-09 | pinctrl: bcm2835: Use define directive for BCM2835_PINCONF_PARAM_PULL | Nathan Chancellor | 1 | -4/+2 |
2018-11-05 | pinctrl: bcm2835: Use raw spinlock for RT compatibility | Lukas Wunner | 1 | -8/+8 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
2018-05-16 | pinctrl: bcm2835: Add support for output-low output-high properties | Matheus Castello | 1 | -0/+5 |
2018-05-16 | pinctrl: bcm2835: Add support for generic pinctrl binding | Matheus Castello | 1 | -37/+58 |
2017-11-15 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2017-11-09 | pinctrl: bcm2835: Fix some merge fallout | Linus Walleij | 1 | -1/+1 |
2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -2/+2 |
2017-09-21 | pinctrl: bcm2835: fix build warning in bcm2835_gpio_irq_handle_bank | Corentin Labbe | 1 | -4/+0 |
2017-08-14 | pinctrl: bcm2835: Remove unneeded irq_group field | Thierry Reding | 1 | -3/+1 |
2017-08-14 | pinctrl: Convert to using %pOF instead of full_name | Rob Herring | 1 | -14/+11 |
2017-08-14 | pinctrl: bcm2835: constify gpio_chip structure | Gustavo A. R. Silva | 1 | -1/+1 |
2017-06-29 | pinctrl: bcm2835: Avoid warning from __irq_do_set_handler | Stefan Wahren | 1 | -0/+4 |
2017-05-29 | pinctrl: bcm: clean up modular vs. non-modular distinctions | Paul Gortmaker | 1 | -17/+3 |
2016-12-16 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds | 1 | -6/+0 |
2016-12-07 | pinctrl: bcm2835: switch to GPIOLIB_IRQCHIP | Linus Walleij | 1 | -76/+64 |
2016-11-15 | pinctrl: bcm2835: Return pins to inputs when freed | Phil Elwell | 1 | -0/+11 |
2016-11-15 | pinctrl: bcm2835: Fix ints for GPIOs 28-31 & 46-53 | Phil Elwell | 1 | -12/+38 |
2016-11-04 | pinctrl: bcm2835: reduce GPPUD set-up time | Stefan Wahren | 1 | -4/+6 |
2016-10-17 | pinctrl: bcm2835: add pull defines to dt bindings | Gerd Hoffmann | 1 | -6/+0 |
2016-04-21 | pinctrl: bcm2835: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan | 1 | -2/+1 |
2016-04-01 | pinctrl: bcm2835: Implement get_direction callback | Stefan Wahren | 1 | -0/+13 |
2016-03-08 | pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing | Phil Elwell | 1 | -1/+1 |