开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
bcm
/
pinctrl-bcm2835.c
Age
Commit message (
Expand
)
Author
2026-06-30
pinctrl: bcm2835: Don't remove an unregistered GPIO chip
Daniel McCarthy
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-09-08
pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVEL
Linus Walleij
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
2025-05-09
pinctrl: bcm2835: use new GPIO line value setter callbacks
Bartosz Golaszewski
2025-03-04
pinctrl: bcm2835: don't -EINVAL on alternate funcs from get_direction()
Bartosz Golaszewski
2024-08-24
pinctrl: bcm2835: fix module autoloading
Liao Chen
2024-07-21
Merge tag 'pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-06-17
pinctrl: bcm2835: Use string_choices API instead of ternary operator
Stefan Wahren
2024-06-17
pinctrl: bcm2835: Fix permissions of persist_gpio_outputs
Stefan Wahren
2024-05-06
pinctrl: bcm2835: Make pin freeing behavior configurable
Stefan Wahren
2024-03-28
pinctrl: bcm2835: Implement bcm2711_pinconf_get
Stefan Wahren
2024-03-28
pinctrl: bcm2835: Implement bcm2835_pinconf_get
Stefan Wahren
2023-05-08
pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors
Christophe JAILLET
2023-04-21
pinctrl-bcm2835.c: fix race condition when setting gpio dir
Hans Verkuil
2023-01-26
pinctrl: bcm2835: Switch to use ->add_pin_ranges()
Andy Shevchenko
2023-01-26
pinctrl: bcm2835: Remove of_node_put() in bcm2835_of_gpio_ranges_fallback()
Andy Shevchenko
2022-06-26
pinctrl: bcm2835: Make the irqchip immutable
Stefan Wahren
2022-06-26
pinctrl: bcm2835: drop irq_enable/disable callbacks
Stefan Wahren
2022-04-21
pinctrl: bcm2835: implement hook for missing gpio-ranges
Stefan Wahren
2022-01-30
pinctrl: bcm2835: Fix a few error paths
Florian Fainelli
2022-01-12
Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-12-16
pinctrl: Get rid of duplicate of_node assignment in the drivers
Andy Shevchenko
2021-12-16
pinctrl-bcm2835: don't call pinctrl_gpio_direction()
Hans Verkuil
2021-12-10
pinctrl: bcm2835: Change init order for gpio hogs
Phil Elwell
2021-12-10
pinctrl: bcm2835: Silence uninit warning
Linus Walleij
2021-10-25
pinctrl: bcm2835: Allow building driver as a module
Florian Fainelli
2021-09-02
Merge tag 'pinctrl-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-08-12
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-07-23
pinctrl: bcm2835: Replace BUG with BUG_ON
Jason Wang
2021-05-28
pinctrl: bcm2835: Accept fewer than expected IRQs
Phil Elwell
2020-06-03
pinctrl: bcm2835: Add support for wake-up interrupts
Florian Fainelli
2020-06-03
pinctrl: bcm2835: Match BCM7211 compatible string
Florian Fainelli
2020-02-21
pinctrl: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
2020-02-14
pinctrl: bcm2835: Add support for all GPIOs on BCM2711
Stefan Wahren
2020-02-14
pinctrl: bcm2835: Refactor platform data
Stefan Wahren
2020-02-14
pinctrl: bcm2835: Drop unused define
Stefan Wahren
2019-08-26
pinctrl: bcm2835: Pass irqchip when adding gpiochip
Linus Walleij
2019-08-05
pinctrl: bcm2835: Add support for BCM2711 pull-up functionality
Stefan Wahren
2019-02-08
pinctrl: bcm2835: Direct GPIO config changes to generic pinctrl
Stefan Wahren
2019-02-08
pinctrl: bcm2835: declare pin config as generic
Stefan Wahren
2018-11-16
pinctrl: bcm2835: Switch to SPDX identifier
Stefan Wahren
2018-11-09
pinctrl: bcm2835: Use define directive for BCM2835_PINCONF_PARAM_PULL
Nathan Chancellor
2018-11-05
pinctrl: bcm2835: Use raw spinlock for RT compatibility
Lukas Wunner
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-05-16
pinctrl: bcm2835: Add support for output-low output-high properties
Matheus Castello
2018-05-16
pinctrl: bcm2835: Add support for generic pinctrl binding
Matheus Castello
2017-11-14
Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
[next]