index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
bcm
/
pinctrl-bcm2835.c
Age
Commit message (
Expand
)
Author
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
2017-11-09
pinctrl: bcm2835: Fix some merge fallout
Linus Walleij
2017-11-08
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
2017-09-21
pinctrl: bcm2835: fix build warning in bcm2835_gpio_irq_handle_bank
Corentin Labbe
2017-08-14
pinctrl: bcm2835: Remove unneeded irq_group field
Thierry Reding
2017-08-14
pinctrl: Convert to using %pOF instead of full_name
Rob Herring
2017-08-14
pinctrl: bcm2835: constify gpio_chip structure
Gustavo A. R. Silva
2017-06-29
pinctrl: bcm2835: Avoid warning from __irq_do_set_handler
Stefan Wahren
2017-05-29
pinctrl: bcm: clean up modular vs. non-modular distinctions
Paul Gortmaker
2016-12-15
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
2016-12-07
pinctrl: bcm2835: switch to GPIOLIB_IRQCHIP
Linus Walleij
2016-11-15
pinctrl: bcm2835: Return pins to inputs when freed
Phil Elwell
2016-11-15
pinctrl: bcm2835: Fix ints for GPIOs 28-31 & 46-53
Phil Elwell
2016-11-04
pinctrl: bcm2835: reduce GPPUD set-up time
Stefan Wahren
2016-10-17
pinctrl: bcm2835: add pull defines to dt bindings
Gerd Hoffmann
2016-04-21
pinctrl: bcm2835: Use devm_pinctrl_register() for pinctrl registration
Laxman Dewangan
2016-04-01
pinctrl: bcm2835: Implement get_direction callback
Stefan Wahren
2016-03-08
pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
Phil Elwell
2016-01-17
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2016-01-11
Merge tag 'pinctrl-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2016-01-05
pinctrl: bcm2835: use gpiochip data pointer
Linus Walleij
2015-12-22
pinctrl: bcm2835: Fix memory leak in error path
Stefan Wahren
2015-12-21
Merge tag 'v4.4-rc6' into devel
Linus Walleij
2015-12-14
pinctrl: bcm2835: Fix initial value for direction_output
Stefan Wahren
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
2015-10-16
pinctrl: replace trivial implementations of gpio_chip request/free
Jonas Gorski
2015-09-04
Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2015-07-28
pinctrl: kill off set_irq_flags usage
Rob Herring
2015-07-20
pinctrl: bcm2835: Clear the event latch register when disabling interrupts
Jonathan Bell
2015-07-17
pinctrl/bcm2835: Use irq_set_handler_locked()
Thomas Gleixner
2015-06-10
pinctrl: make pinctrl_register() return proper error code
Masahiro Yamada
2015-04-08
pinctrl: bcm2835: Fix support for threaded level triggered IRQs
Charles Keepax
2015-03-27
pinctrl: constify of_device_id array
Fabian Frederick
2015-03-18
pinctrl: bcm: consolidate Broadcom pinctrl drivers
Ray Jui